Learning Diverse Skills for Behavior Models with Mixture of Experts
Wangtian Shen, Jinming Ma, Mingliang Zhou, Ziyang Meng
TL;DR
This work tackles multi-task imitation learning in robotics by introducing Di-BM, a Mixture-of-Experts policy where each expert has an energy-based observation distribution and a shared gating network. The approach enables automatic specialization of experts to distinct regions of the observation space, with a diffusion-policy action model that handles multi-modal behaviors. Empirical results in simulation and real hardware show Di-BM surpasses strong baselines and offers data-efficient transfer to new tasks through post-training. The method is designed to be plug-and-play with existing imitation-learning frameworks, and visualizations confirm that experts allocate to different task phases, illustrating learned primitive skill decomposition. Overall, Di-BM advances scalable, reusable skill learning for complex robotic manipulation.
Abstract
Imitation learning has demonstrated strong performance in robotic manipulation by learning from large-scale human demonstrations. While existing models excel at single-task learning, it is observed in practical applications that their performance degrades in the multi-task setting, where interference across tasks leads to an averaging effect. To address this issue, we propose to learn diverse skills for behavior models with Mixture of Experts, referred to as Di-BM. Di-BM associates each expert with a distinct observation distribution, enabling experts to specialize in sub-regions of the observation space. Specifically, we employ energy-based models to represent expert-specific observation distributions and jointly train them alongside the corresponding action models. Our approach is plug-and-play and can be seamlessly integrated into standard imitation learning methods. Extensive experiments on multiple real-world robotic manipulation tasks demonstrate that Di-BM significantly outperforms state-of-the-art baselines. Moreover, fine-tuning the pretrained Di-BM on novel tasks exhibits superior data efficiency and the reusable of expert-learned knowledge. Code is available at https://github.com/robotnav-bot/Di-BM.
