ROLGJun 30, 2023

Goal Representations for Instruction Following: A Semi-Supervised Language Interface to Control

BerkeleyStanford
arXiv:2307.00117v239 citationsh-index: 166
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing human annotation for real-world robot instruction following, though it is incremental as it builds on prior work in joint image-goal conditioning.

The paper tackles the problem of enabling robots to follow natural language instructions with limited labeled data by learning an embedding that aligns language to the desired change between start and goal images, achieving robust performance across various manipulation tasks with generalization to unseen instructions.

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/ .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes