ROAILGMar 13, 2020

Learning to Generalize Across Long-Horizon Tasks from Human Demonstrations

arXiv:2003.06085v2172 citations
Originality Incremental advance
AI Analysis

This addresses the problem of limited generalization in imitation learning for robotics, offering a method to synthesize new behaviors from demonstrations, though it is incremental in building on existing multi-task approaches.

The paper tackles the challenge of enabling robots to learn complex manipulation tasks from few human demonstrations and generalize to unseen behaviors, achieving improved performance in simulated and real-world domains with concrete gains in task success rates.

Imitation learning is an effective and safe technique to train robot policies in the real world because it does not depend on an expensive random exploration process. However, due to the lack of exploration, learning policies that generalize beyond the demonstrated behaviors is still an open challenge. We present a novel imitation learning framework to enable robots to 1) learn complex real world manipulation tasks efficiently from a small number of human demonstrations, and 2) synthesize new behaviors not contained in the collected demonstrations. Our key insight is that multi-task domains often present a latent structure, where demonstrated trajectories for different tasks intersect at common regions of the state space. We present Generalization Through Imitation (GTI), a two-stage offline imitation learning algorithm that exploits this intersecting structure to train goal-directed policies that generalize to unseen start and goal state combinations. In the first stage of GTI, we train a stochastic policy that leverages trajectory intersections to have the capacity to compose behaviors from different demonstration trajectories together. In the second stage of GTI, we collect a small set of rollouts from the unconditioned stochastic policy of the first stage, and train a goal-directed agent to generalize to novel start and goal configurations. We validate GTI in both simulated domains and a challenging long-horizon robotic manipulation domain in the real world. Additional results and videos are available at https://sites.google.com/view/gti2020/ .

Foundations

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

Your Notes