ROLGSYApr 3, 2021

No Need for Interactions: Robust Model-Based Imitation Learning using Neural ODE

arXiv:2104.01390v18 citations
Originality Highly original
AI Analysis

This addresses imitation learning for robotics or control systems where interactions are costly or unavailable, offering a robust alternative to existing methods.

The paper tackles the problem of imitation learning without environment or expert interactions by proposing a Robust Model-Based Imitation Learning (RMBIL) framework, which uses Neural ODE and a nonlinear tracking controller to achieve competitive performance with state-of-the-art methods and at least a 30% gain over Behavior Cloning on uneven surfaces.

Interactions with either environments or expert policies during training are needed for most of the current imitation learning (IL) algorithms. For IL problems with no interactions, a typical approach is Behavior Cloning (BC). However, BC-like methods tend to be affected by distribution shift. To mitigate this problem, we come up with a Robust Model-Based Imitation Learning (RMBIL) framework that casts imitation learning as an end-to-end differentiable nonlinear closed-loop tracking problem. RMBIL applies Neural ODE to learn a precise multi-step dynamics and a robust tracking controller via Nonlinear Dynamics Inversion (NDI) algorithm. Then, the learned NDI controller will be combined with a trajectory generator, a conditional VAE, to imitate an expert's behavior. Theoretical derivation shows that the controller network can approximate an NDI when minimizing the training loss of Neural ODE. Experiments on Mujoco tasks also demonstrate that RMBIL is competitive to the state-of-the-art generative adversarial method (GAIL) and achieves at least 30% performance gain over BC in uneven surfaces.

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