SlimFlow: Training Smaller One-Step Diffusion Models with Rectified Flow
Yuanzhi Zhu, Xingchao Liu, Qiang Liu

TL;DR
This paper introduces SlimFlow, a framework for training small, efficient one-step diffusion models using rectified flow, achieving high-quality image generation with significantly reduced model size and inference time.
Contribution
The paper proposes Annealing Reflow and Flow-Guided Distillation techniques to effectively compress diffusion models into smaller, one-step generators, overcoming initialization mismatch and distillation challenges.
Findings
Achieved state-of-the-art FID of 5.02 on CIFAR10 with 15.7M parameters.
Produced small models on ImageNet and FFHQ comparable to larger models.
Demonstrated effective model compression without significant quality loss.
Abstract
Diffusion models excel in high-quality generation but suffer from slow inference due to iterative sampling. While recent methods have successfully transformed diffusion models into one-step generators, they neglect model size reduction, limiting their applicability in compute-constrained scenarios. This paper aims to develop small, efficient one-step diffusion models based on the powerful rectified flow framework, by exploring joint compression of inference steps and model size. The rectified flow framework trains one-step generative models using two operations, reflow and distillation. Compared with the original framework, squeezing the model size brings two new challenges: (1) the initialization mismatch between large teachers and small students during reflow; (2) the underperformance of naive distillation on small student models. To overcome these issues, we propose Annealing Reflow…
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
TopicsLattice Boltzmann Simulation Studies · Model Reduction and Neural Networks · Generative Adversarial Networks and Image Synthesis
MethodsDiffusion
