On the Sample Efficiency of Inverse Dynamics Models for Semi-Supervised Imitation Learning
Sacha Morin, Moonsub Byeon, Alexia Jolicoeur-Martineau, Sébastien Lachapelle
TL;DR
The paper investigates semi-supervised imitation learning (SSIL) where a small labeled dataset and a large unlabeled dataset are available. It shows that VM-IDM and IDM labeling converge to the same IDM-based policy in the infinite unlabeled-data limit, and that with sufficient labeled data the IDM-based policy recovers the expert. The authors argue that IDM learning is more sample-efficient than BC because the ground-truth IDM is typically simpler and less stochastic than the expert policy, and they support this with maze, ProcGen, and manipulation experiments. They also propose improvements to latent-action policies (LAPO/LAPO+) and demonstrate benefits of current architectures like UVA in IDM-based SSIL, highlighting practical gains for sample-efficient imitation in complex tasks.
Abstract
Semi-supervised imitation learning (SSIL) consists in learning a policy from a small dataset of action-labeled trajectories and a much larger dataset of action-free trajectories. Some SSIL methods learn an inverse dynamics model (IDM) to predict the action from the current state and the next state. An IDM can act as a policy when paired with a video model (VM-IDM) or as a label generator to perform behavior cloning on action-free data (IDM labeling). In this work, we first show that VM-IDM and IDM labeling learn the same policy in a limit case, which we call the IDM-based policy. We then argue that the previously observed advantage of IDM-based policies over behavior cloning is due to the superior sample efficiency of IDM learning, which we attribute to two causes: (i) the ground-truth IDM tends to be contained in a lower complexity hypothesis class relative to the expert policy, and (ii) the ground-truth IDM is often less stochastic than the expert policy. We argue these claims based on insights from statistical learning theory and novel experiments, including a study of IDM-based policies using recent architectures for unified video-action prediction (UVA). Motivated by these insights, we finally propose an improved version of the existing LAPO algorithm for latent action policy learning.
