ROAILGApr 18, 2023

Behavior Retrieval: Few-Shot Imitation Learning by Querying Unlabeled Datasets

Stanford
arXiv:2304.08742v263 citationsh-index: 93
Originality Incremental advance
AI Analysis

This addresses the challenge of data-efficient imitation learning for robotics, though it is incremental as it builds on existing paradigms of leveraging unlabeled datasets with task-specific supervision.

The paper tackles the problem of enabling robots to learn novel visuomotor skills with limited task-specific supervision by proposing a method that uses a small amount of expert data to query relevant behaviors from an unlabeled offline dataset, filtering out sub-optimal or irrelevant data. The result is a 20% performance improvement over more complex goal-conditioned methods in simulated and real robotic manipulation tasks.

Enabling robots to learn novel visuomotor skills in a data-efficient manner remains an unsolved problem with myriad challenges. A popular paradigm for tackling this problem is through leveraging large unlabeled datasets that have many behaviors in them and then adapting a policy to a specific task using a small amount of task-specific human supervision (i.e. interventions or demonstrations). However, how best to leverage the narrow task-specific supervision and balance it with offline data remains an open question. Our key insight in this work is that task-specific data not only provides new data for an agent to train on but can also inform the type of prior data the agent should use for learning. Concretely, we propose a simple approach that uses a small amount of downstream expert data to selectively query relevant behaviors from an offline, unlabeled dataset (including many sub-optimal behaviors). The agent is then jointly trained on the expert and queried data. We observe that our method learns to query only the relevant transitions to the task, filtering out sub-optimal or task-irrelevant data. By doing so, it is able to learn more effectively from the mix of task-specific and offline data compared to naively mixing the data or only using the task-specific data. Furthermore, we find that our simple querying approach outperforms more complex goal-conditioned methods by 20% across simulated and real robotic manipulation tasks from images. See https://sites.google.com/view/behaviorretrieval for videos and code.

Foundations

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

Your Notes