Contractive Diffusion Policies

Abstract

Diffusion policies have emerged as powerful generative models for offline policy learning, whose sampling process can be rigorously characterized by a score function guiding a Stochastic Differential Equation (SDE). However, the same score-based SDE modeling that grants diffusion policies the flexibility to learn diverse behavior also incurs solver and score-matching errors, large data requirements, and inconsistencies in action generation. While less critical in image generation, these inaccuracies compound and lead to failure in continuous control settings. We introduce **C**ontractive **D**iffusion **P**olicies (CDPs) to induce contractive behavior in the diffusion sampling dynamics. Contraction pulls nearby flows closer to enhance robustness against solver and score-matching errors while reducing unwanted action variance. We develop an in-depth theoretical analysis along with a practical implementation recipe to incorporate CDPs into existing diffusion policy architectures with minimal modification and computational cost. We evaluate CDPs for offline learning by conducting extensive experiments in simulation and real world settings. Across benchmarks, CDPs often outperform baseline policies, with pronounced benefits under data scarcity. Project page: https://contractive-diffusion.github.io

Cite

Text

Abyaneh et al. "Contractive Diffusion Policies." International Conference on Learning Representations, 2026.

Markdown

[Abyaneh et al. "Contractive Diffusion Policies." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/abyaneh2026iclr-contractive/)

BibTeX

@inproceedings{abyaneh2026iclr-contractive,
  title     = {{Contractive Diffusion Policies}},
  author    = {Abyaneh, Amin and Morissette, Charlotte and Danesh, Mohamad H. and Houssaini, Anas and Meger, David and Dudek, Gregory and Lin, Hsiu-Chin},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/abyaneh2026iclr-contractive/}
}