One-step Diffusion Models with Bregman Density Ratio Matching
Yuanzhi Zhu, Eleftherios Tsonis, Lucas Degeorge, Vicky Kalogeiton
TL;DR
The paper tackles slow sampling in diffusion models by proposing a one-step distillation approach. It introduces Di-Bregman, a unified framework that formulates diffusion distillation as Bregman divergence-based density-ratio matching, pushing the density ratio $r(x)=\frac{q(x)}{p(x)}$ toward 1 using a convex function $h$, and deriving a closed-form gradient. The method shows that common objectives (e.g., KL, LS) arise as special cases, and density ratios can be estimated with a classifier via $r_t(x)=e^{-l_t(x)}$, enabling practical training without repeated teacher simulations. Empirical results on CIFAR-10 and text-to-image benchmarks demonstrate improved one-step FID over reverse-KL distillation while maintaining high fidelity to multi-step teacher models, highlighting a principled and effective route to efficient one-step diffusion.
Abstract
Diffusion and flow models achieve high generative quality but remain computationally expensive due to slow multi-step sampling. Distillation methods accelerate them by training fast student generators, yet most existing objectives lack a unified theoretical foundation. In this work, we propose Di-Bregman, a compact framework that formulates diffusion distillation as Bregman divergence-based density-ratio matching. This convex-analytic view connects several existing objectives through a common lens. Experiments on CIFAR-10 and text-to-image generation demonstrate that Di-Bregman achieves improved one-step FID over reverse-KL distillation and maintains high visual fidelity compared to the teacher model. Our results highlight Bregman density-ratio matching as a practical and theoretically-grounded route toward efficient one-step diffusion generation.
