LGFeb 2

On the Sample Efficiency of Inverse Dynamics Models for Semi-Supervised Imitation Learning

arXiv:2602.02762v11 citations
Originality Incremental advance
AI Analysis

This work addresses sample efficiency for imitation learning practitioners, offering incremental improvements to existing methods.

The paper tackles the problem of sample efficiency in semi-supervised imitation learning by analyzing inverse dynamics models, showing that IDM-based policies outperform behavior cloning due to lower complexity and reduced stochasticity, with experiments using unified video-action prediction architectures.

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.

Foundations

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

Your Notes