LGAICVROMLApr 23, 2018

Zero-Shot Visual Imitation

arXiv:1804.08606v1326 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing reliance on expert demonstrations for imitation learning, which could benefit robotics and autonomous systems, though it builds incrementally on prior exploration and goal-conditioned methods.

The paper tackles the problem of imitation learning without expert action supervision by proposing a zero-shot approach where an agent explores autonomously and learns a goal-conditioned skill policy, then imitates tasks from image sequences alone, achieving successful results in real-world rope manipulation and navigation tasks.

The current dominant paradigm for imitation learning relies on strong supervision of expert actions to learn both 'what' and 'how' to imitate. We pursue an alternative paradigm wherein an agent first explores the world without any expert supervision and then distills its experience into a goal-conditioned skill policy with a novel forward consistency loss. In our framework, the role of the expert is only to communicate the goals (i.e., what to imitate) during inference. The learned policy is then employed to mimic the expert (i.e., how to imitate) after seeing just a sequence of images demonstrating the desired task. Our method is 'zero-shot' in the sense that the agent never has access to expert actions during training or for the task demonstration at inference. We evaluate our zero-shot imitator in two real-world settings: complex rope manipulation with a Baxter robot and navigation in previously unseen office environments with a TurtleBot. Through further experiments in VizDoom simulation, we provide evidence that better mechanisms for exploration lead to learning a more capable policy which in turn improves end task performance. Videos, models, and more details are available at https://pathak22.github.io/zeroshot-imitation/

Code Implementations1 repo
Foundations

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

Your Notes