Goal Representations for Instruction Following: A Semi-Supervised Language Interface to Control
Vivek Myers, Andre He, Kuan Fang, Homer Walke, Philippe Hansen-Estruch, Ching-An Cheng, Mihai Jalobeanu, Andrey Kolobov, Anca Dragan, Sergey Levine
TL;DR
The paper tackles data scarcity in instruction-following robotics by introducing GRIF, which aligns language instructions with state transitions rather than static goals, enabling semi-supervised learning from large unlabeled datasets. It decouples policy learning from task representations and uses a contrastive loss to explicitly align language and transition encodings, while leveraging pre-trained vision-language models via CLIP adaptations. Empirical results in real-world tabletop manipulation show GRIF outperforms baselines and ablations, with improved grounding and generalization to unseen instructions. The approach reduces labeling requirements and suggests a practical pathway for scalable, language-driven robotic control.
Abstract
Our goal is for robots to follow natural language instructions like "put the towel next to the microwave." But getting large amounts of labeled data, i.e. data that contains demonstrations of tasks labeled with the language instruction, is prohibitive. In contrast, obtaining policies that respond to image goals is much easier, because any autonomous trial or demonstration can be labeled in hindsight with its final state as the goal. In this work, we contribute a method that taps into joint image- and goal- conditioned policies with language using only a small amount of language data. Prior work has made progress on this using vision-language models or by jointly training language-goal-conditioned policies, but so far neither method has scaled effectively to real-world robot tasks without significant human annotation. Our method achieves robust performance in the real world by learning an embedding from the labeled data that aligns language not to the goal image, but rather to the desired change between the start and goal images that the instruction corresponds to. We then train a policy on this embedding: the policy benefits from all the unlabeled data, but the aligned embedding provides an interface for language to steer the policy. We show instruction following across a variety of manipulation tasks in different scenes, with generalization to language instructions outside of the labeled data. Videos and code for our approach can be found on our website: https://rail-berkeley.github.io/grif/ .
