Diffusion Model-Augmented Behavioral Cloning
Shang-Fu Chen, Hsiang-Chun Wang, Ming-Hao Hsu, Chun-Mao Lai, Shao-Hua Sun
TL;DR
The paper addresses offline imitation learning by integrating conditional behavioral cloning with a diffusion-model-based joint-distribution signal. It introduces Diffusion Model-Augmented Behavioral Cloning (DBC), which trains a diffusion model on expert state-action pairs and jointly optimizes a BC loss $L_{BC}$ and a diffusion-model loss $L_{DM}$ to balance inference efficiency with generalization. Empirical results across navigation, manipulation, and locomotion tasks show DBC achieving state-of-the-art or competitive performance, with ablations confirming the complementary roles of BC and diffusion guidance and the importance of normalization. Overall, the work demonstrates that combining conditional and joint distribution modeling via diffusion models can yield robust, data-efficient policies for complex, multimodal tasks in settings that do not allow environment interaction.
Abstract
Imitation learning addresses the challenge of learning by observing an expert's demonstrations without access to reward signals from environments. Most existing imitation learning methods that do not require interacting with environments either model the expert distribution as the conditional probability p(a|s) (e.g., behavioral cloning, BC) or the joint probability p(s, a). Despite the simplicity of modeling the conditional probability with BC, it usually struggles with generalization. While modeling the joint probability can improve generalization performance, the inference procedure is often time-consuming, and the model can suffer from manifold overfitting. This work proposes an imitation learning framework that benefits from modeling both the conditional and joint probability of the expert distribution. Our proposed Diffusion Model-Augmented Behavioral Cloning (DBC) employs a diffusion model trained to model expert behaviors and learns a policy to optimize both the BC loss (conditional) and our proposed diffusion model loss (joint). DBC outperforms baselines in various continuous control tasks in navigation, robot arm manipulation, dexterous manipulation, and locomotion. We design additional experiments to verify the limitations of modeling either the conditional probability or the joint probability of the expert distribution, as well as compare different generative models. Ablation studies justify the effectiveness of our design choices.
