Natural Language Can Help Bridge the Sim2Real Gap
Albert Yu, Adeline Foote, Raymond Mooney, Roberto Martín-Martín
TL;DR
The paper addresses the challenge of learning image-conditioned robotic policies under limited real-world data by bridging the sim2real gap with language-guided cross-domain representations. It introduces Lang4Sim2Real, which pretrains an image encoder to align sim and real observations via language annotations, using two pretraining variants: Language-Regression and Language-Distance Learning. A frozen backbone with FiLM adapters enables multitask, multidomain imitation learning on both abundant sim data and scarce real demonstrations, achieving substantial performance gains over prior sim2real methods and vision-language baselines. The approach is demonstrated across three task suites, including long-horizon and deformable-object tasks, highlighting improved sample efficiency and transfer robustness with practical implications for robotics.
Abstract
The main challenge in learning image-conditioned robotic policies is acquiring a visual representation conducive to low-level control. Due to the high dimensionality of the image space, learning a good visual representation requires a considerable amount of visual data. However, when learning in the real world, data is expensive. Sim2Real is a promising paradigm for overcoming data scarcity in the real-world target domain by using a simulator to collect large amounts of cheap data closely related to the target task. However, it is difficult to transfer an image-conditioned policy from sim to real when the domains are very visually dissimilar. To bridge the sim2real visual gap, we propose using natural language descriptions of images as a unifying signal across domains that captures the underlying task-relevant semantics. Our key insight is that if two image observations from different domains are labeled with similar language, the policy should predict similar action distributions for both images. We demonstrate that training the image encoder to predict the language description or the distance between descriptions of a sim or real image serves as a useful, data-efficient pretraining step that helps learn a domain-invariant image representation. We can then use this image encoder as the backbone of an IL policy trained simultaneously on a large amount of simulated and a handful of real demonstrations. Our approach outperforms widely used prior sim2real methods and strong vision-language pretraining baselines like CLIP and R3M by 25 to 40%. See additional videos and materials at https://robin-lab.cs.utexas.edu/lang4sim2real/.
