Conditioning Matters: Training Diffusion Policies is Faster Than You Think
Zibin Dong, Yicheng Liu, Yinchuan Li, Hang Zhao, Jianye Hao
TL;DR
This work tackles the inefficiency of diffusion policies for vision-language-action robotics by identifying a loss-collapse phenomenon when conditioning signals are difficult to distinguish. It introduces Cocos, a simple, plug-in modification that grounds the source distribution in condition semantics via a condition-conditioned Gaussian, supported by theory showing prevention of collapse and extensive experiments across simulation and real robots. Results show faster convergence and higher success, with compact models rivaling large pretrained VLAs, validating Cocos as a general, lightweight improvement for diffusion policy training. The approach emphasizes that conditioning-aware priors, not just larger models, can substantially boost performance and robustness in embodied AI.
Abstract
Diffusion policies have emerged as a mainstream paradigm for building vision-language-action (VLA) models. Although they demonstrate strong robot control capabilities, their training efficiency remains suboptimal. In this work, we identify a fundamental challenge in conditional diffusion policy training: when generative conditions are hard to distinguish, the training objective degenerates into modeling the marginal action distribution, a phenomenon we term loss collapse. To overcome this, we propose Cocos, a simple yet general solution that modifies the source distribution in the conditional flow matching to be condition-dependent. By anchoring the source distribution around semantics extracted from condition inputs, Cocos encourages stronger condition integration and prevents the loss collapse. We provide theoretical justification and extensive empirical results across simulation and real-world benchmarks. Our method achieves faster convergence and higher success rates than existing approaches, matching the performance of large-scale pre-trained VLAs using significantly fewer gradient steps and parameters. Cocos is lightweight, easy to implement, and compatible with diverse policy architectures, offering a general-purpose improvement to diffusion policy training.
