Third-Person Visual Imitation Learning via Decoupled Hierarchical Controller
Pratyusha Sharma, Deepak Pathak, Abhinav Gupta
TL;DR
This work tackles third-person visual imitation learning from a single human demonstration without access to environment state. It proposes a decoupled hierarchical controller: a high-level goal generator translates third-person video into first-person sub-goals and a low-level inverse controller executes actions to achieve those goals, trained independently and run iteratively at test time. Applied to a real Baxter robot, the approach demonstrates improved generalization to unseen object positions, objects, and tasks compared with end-to-end and meta-learning baselines, as well as robust performance on pouring and placing tasks. The modular design enhances data efficiency and interpretability by enabling sub-goal visualization and shared low-level skills, with future work aimed at incorporating temporal structure and self-supervised data for further robustness.
Abstract
We study a generalized setup for learning from demonstration to build an agent that can manipulate novel objects in unseen scenarios by looking at only a single video of human demonstration from a third-person perspective. To accomplish this goal, our agent should not only learn to understand the intent of the demonstrated third-person video in its context but also perform the intended task in its environment configuration. Our central insight is to enforce this structure explicitly during learning by decoupling what to achieve (intended task) from how to perform it (controller). We propose a hierarchical setup where a high-level module learns to generate a series of first-person sub-goals conditioned on the third-person video demonstration, and a low-level controller predicts the actions to achieve those sub-goals. Our agent acts from raw image observations without any access to the full state information. We show results on a real robotic platform using Baxter for the manipulation tasks of pouring and placing objects in a box. Project video and code are at https://pathak22.github.io/hierarchical-imitation/
