The strongest robotic manipulation systems today are typically built in two stages: first, pretrain a generalist policy on a large and diverse dataset, then adapt it to the specific setting where we actually want to deploy it. Adaptation can take many forms — supervised or RL fine-tuning, in-context learning, or test-time steering — and can adapt models not only to new tasks, but also to new embodiments and environments. Such adaptation is often critical for achieving effective performance in the target deployment domain.
These two stages optimize for different objectives, however: pretraining targets broad competence across many tasks, while adaptation targets the specific deployment setting of interest. Pretraining does not directly optimize for how readily a policy can be adapted — the final objective we often care about. The community has devoted significant effort to expanding pretrained capabilities by scaling the number of embodiments, tasks, compute, and data diversity considered in pretraining, on the assumption that a stronger pretrained generalist makes a better starting point for adaptation. But the most capable pretrained model is not necessarily the easiest to adapt, and we have no reliable way to tell, before adaptation, whether one pretrained policy is a better starting point than another. Meanwhile, approaches for adapting generalist policies to downstream settings typically assume the generalist policy is fixed, and do not consider how adaptation performance might be limited or enabled by the choice of pretrained policy.
This workshop seeks to bridge these two stages and ask what makes a pretrained policy a good foundation for adaptation? Our goal is to bring together researchers working on pretraining generalist policies with those developing approaches for adaptation, and to inspire discussion on how the two should be designed together: what properties of a pretrained robot policy make it an effective starting point for downstream adaptation, and how adaptation objectives should shape the way we evaluate and build pretrained models.