paper-with-me

Papers

One-step Diffusion Models with $f$-Divergence Distribution Matching

2025-02-21 · Yilun Xu, Weili Nie, Arash Vahdat

Sampling from diffusion models involves a slow iterative process that hinders their practical deployment, especially for interactive applications. To accelerate generation speed, recent approaches distill a multi-step diffusion model into a single-step student generator via variational score distillation, which matches the distribution of samples generated by the student to the teacher's distribution. However, these approaches use the reverse Kullback-Leibler (KL) divergence for distribution matching which is known to be mode seeking. In this paper, we generalize the distribution matching approach using a novel $f$-divergence minimization framework, termed $f$-distill, that covers different divergences with different trade-offs in terms of mode coverage and training variance. We derive the gradient of the $f$-divergence between the teacher and student distributions and show that it is expressed as the product of their score differences and a weighting function determined by their density ratio. This weighting function naturally emphasizes samples with higher density in the teacher distribution, when using a less mode-seeking divergence. We observe that the popular variational score distillation approach using the reverse-KL divergence is a special case within our framework. Empirically, we demonstrate that alternative $f$-divergences, such as forward-KL and Jensen-Shannon divergences, outperform the current best variational score distillation methods across image generation tasks. In particular, when using Jensen-Shannon divergence, $f$-distill achieves current state-of-the-art one-step generation performance on ImageNet64 and zero-shot text-to-image generation on MS-COCO. Project page: https://research.nvidia.com/labs/genair/f-distill

📄 PDF Abstract BibTeX arXiv:2502.15681

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationText to Image GenerationText-to-Image GenerationZero-Shot Text-to-Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

One-step Diffusion with Distribution Matching Distillation

2023-11-30 · CVPR 2024 1 · Tianwei Yin, Michaël Gharbi, Richard Zhang, Eli Shechtman 외

Diffusion models generate high-quality images but require dozens of forward passes. We introduce Distribution Matching Distillation (DMD), a procedure to transform a diffusion model into a one-step image generator with m…

Adding Additional Control to One-Step Diffusion with Joint Distribution Matching

2025-03-09 · Yihong Luo, Tianyang Hu, YiFan Song, Jiacheng Sun 외

While diffusion distillation has enabled one-step generation through methods like Variational Score Distillation, adapting distilled models to emerging new controls -- such as novel structural constraints or latest user …

Image Generation

Gaussian Mixture Flow Matching Models

2025-04-07 · Hansheng Chen, Kai Zhang, Hao Tan, Zexiang Xu 외

Diffusion models approximate the denoising distribution as a Gaussian and predict its mean, whereas flow matching models reparameterize the Gaussian mean as flow velocity. However, they underperform in few-step sampling …

DenoisingImage Generation

Adversarial Distribution Matching for Diffusion Distillation Towards Efficient Image and Video Synthesis

2025-07-24 · Yanzuo Lu, Yuxi Ren, Xin Xia, Shanchuan Lin 외 arxiv

Distribution Matching Distillation (DMD) is a promising score distillation technique that compresses pre-trained teacher diffusion models into efficient one-step or multi-step student generators. Nevertheless, its relian…

On Flow Matching KL Divergence

2025-11-07 · Maojiang Su, Jerry Yao-Chieh Hu, Sophia Pi, Han Liu arxiv

We derive a deterministic, non-asymptotic upper bound on the Kullback-Leibler (KL) divergence of the flow-matching distribution approximation. In particular, if the $L_2$ flow-matching loss is bounded by $ε^2 > 0$, then …