LGMLNov 4, 2022

Deconfounding Imitation Learning with Variational Inference

arXiv:2211.02667v24 citationsh-index: 35
Originality Highly original
AI Analysis

This addresses a key limitation in imitation learning for robotics or AI systems where expert demonstrations are available but sensory mismatches cause failures, offering a more stable alternative to existing methods.

The paper tackles the problem of imitation learning failing due to hidden confounders from partial observability when expert and agent sensory inputs differ, proposing a variational inference model to infer expert latent information and train a latent-conditional policy, which theoretically and practically converges to the correct policy and solves confounding.

Standard imitation learning can fail when the expert demonstrators have different sensory inputs than the imitating agent. This is because partial observability gives rise to hidden confounders in the causal graph. In previous work, to work around the confounding problem, policies have been trained using query access to the expert's policy or inverse reinforcement learning (IRL). However, both approaches have drawbacks as the expert's policy may not be available and IRL can be unstable in practice. Instead, we propose to train a variational inference model to infer the expert's latent information and use it to train a latent-conditional policy. We prove that using this method, under strong assumptions, the identification of the correct imitation learning policy is theoretically possible from expert demonstrations alone. In practice, we focus on a setting with less strong assumptions where we use exploration data for learning the inference model. We show in theory and practice that this algorithm converges to the correct interventional policy, solves the confounding issue, and can under certain assumptions achieve an asymptotically optimal imitation performance.

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