Lossless Adaptation of Pretrained Vision Models For Robotic Manipulation
Mohit Sharma, Claudio Fantacci, Yuxiang Zhou, Skanda Koppula, Nicolas Heess, Jon Scholz, Yusuf Aytar
TL;DR
Pretrained vision models offer transferable representations for robotics, but fine-tuning can erode the original capabilities. The authors introduce lossless adaptation by inserting parameter-efficient adapters at bottom, middle, and top positions to preserve pretrained representations while achieving near-full fine-tuning performance, validated across ViTs, NFNets, and ResNets with both supervised and self-supervised pretraining on Metaworld, Franka-Kitchen, and RGB Stacking, including sim2real transfer. Across diverse architectures and pretraining methods, adapters close the performance gap to full fine-tuning and enable robust sim2real transfer without altering the base model. This approach provides a scalable, storage-efficient path to reusing large vision foundation models for multi-task robotic manipulation.
Abstract
Recent works have shown that large models pretrained on common visual learning tasks can provide useful representations for a wide range of specialized perception problems, as well as a variety of robotic manipulation tasks. While prior work on robotic manipulation has predominantly used frozen pretrained features, we demonstrate that in robotics this approach can fail to reach optimal performance, and that fine-tuning of the full model can lead to significantly better results. Unfortunately, fine-tuning disrupts the pretrained visual representation, and causes representational drift towards the fine-tuned task thus leading to a loss of the versatility of the original model. We introduce "lossless adaptation" to address this shortcoming of classical fine-tuning. We demonstrate that appropriate placement of our parameter efficient adapters can significantly reduce the performance gap between frozen pretrained representations and full end-to-end fine-tuning without changes to the original representation and thus preserving original capabilities of the pretrained model. We perform a comprehensive investigation across three major model architectures (ViTs, NFNets, and ResNets), supervised (ImageNet-1K classification) and self-supervised pretrained weights (CLIP, BYOL, Visual MAE) in 3 task domains and 35 individual tasks, and demonstrate that our claims are strongly validated in various settings.
