LGJun 11, 2025

Revisiting Diffusion Models: From Generative Pre-training to One-Step Generation

arXiv:2506.09376v16 citationsh-index: 3ICML
Originality Incremental advance
AI Analysis

This work provides a new perspective on diffusion training as generative pre-training, enabling more efficient one-step generation for AI applications, though it is incremental in improving existing methods.

The paper tackles the problem of reducing sampling cost in diffusion models by identifying a key limitation in distillation and showing that a standalone GAN objective can convert diffusion models into efficient one-step generators, achieving near-SOTA results with only 5M images.

Diffusion distillation is a widely used technique to reduce the sampling cost of diffusion models, yet it often requires extensive training, and the student performance tends to be degraded. Recent studies show that incorporating a GAN objective may alleviate these issues, yet the underlying mechanism remains unclear. In this work, we first identify a key limitation of distillation: mismatched step sizes and parameter numbers between the teacher and the student model lead them to converge to different local minima, rendering direct imitation suboptimal. We further demonstrate that a standalone GAN objective, without relying a distillation loss, overcomes this limitation and is sufficient to convert diffusion models into efficient one-step generators. Based on this finding, we propose that diffusion training may be viewed as a form of generative pre-training, equipping models with capabilities that can be unlocked through lightweight GAN fine-tuning. Supporting this view, we create a one-step generation model by fine-tuning a pre-trained model with 85% of parameters frozen, achieving strong performance with only 0.2M images and near-SOTA results with 5M images. We further present a frequency-domain analysis that may explain the one-step generative capability gained in diffusion training. Overall, our work provides a new perspective for diffusion training, highlighting its role as a powerful generative pre-training process, which can be the basis for building efficient one-step generation models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes