Diffusion Models Are Innate One-Step Generators
Bowen Zheng, Tianming Yang

TL;DR
This paper introduces a novel distributional distillation method for diffusion models that enables high-quality one-step image generation, surpassing state-of-the-art results with fewer training images and computational resources.
Contribution
The authors propose a new distributional distillation technique that leverages the innate one-step generation capability of diffusion models, improving efficiency and performance.
Findings
Achieved state-of-the-art FID scores on multiple datasets.
Enabled effective one-step image generation by freezing certain layers.
Reduced training data and time requirements significantly.
Abstract
Diffusion Models (DMs) have achieved great success in image generation and other fields. By fine sampling through the trajectory defined by the SDE/ODE solver based on a well-trained score model, DMs can generate remarkable high-quality results. However, this precise sampling often requires multiple steps and is computationally demanding. To address this problem, instance-based distillation methods have been proposed to distill a one-step generator from a DM by having a simpler student model mimic a more complex teacher model. Yet, our research reveals an inherent limitations in these methods: the teacher model, with more steps and more parameters, occupies different local minima compared to the student model, leading to suboptimal performance when the student model attempts to replicate the teacher. To avoid this problem, we introduce a novel distributional distillation method, which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Image Enhancement Techniques · Cell Image Analysis Techniques
