Multi-student Diffusion Distillation for Better One-step Generators
Yanke Song, Jonathan Lorraine, Weili Nie, Karsten Kreis, James Lucas
TL;DR
This work tackles the bottleneck of slow diffusion sampling by introducing Multi-Student Distillation (MSD), a framework that distills a conditional teacher into multiple single-step generators, each responsible for a subset of conditioning inputs. MSD can use the same-sized or smaller students, enabling a mix of capacity and speed gains without increasing inference latency, and can be combined with distribution matching distillation (DM) and adversarial distillation (ADM). A key innovation is the three-stage training path for smaller students, including a Teacher Score Matching pretraining, to provide stable initialization. Empirical results show that four same-sized MSD students surpass single-student baselines in one-step ImageNet-64x64 and COCO2014 generation (FID as low as 1.20 and 8.2, respectively), while four smaller students deliver substantial speedups with competitive quality (e.g., FID as low as 2.88 with 42% fewer parameters). Overall, MSD effectively expands the practical speed-quality frontier for one-step diffusion, enabling real-time generation in demanding applications and offering deployment strategies for large-scale, multi-user environments.
Abstract
Diffusion models achieve high-quality sample generation at the cost of a lengthy multistep inference procedure. To overcome this, diffusion distillation techniques produce student generators capable of matching or surpassing the teacher in a single step. However, the student model's inference speed is limited by the size of the teacher architecture, preventing real-time generation for computationally heavy applications. In this work, we introduce Multi-Student Distillation (MSD), a framework to distill a conditional teacher diffusion model into multiple single-step generators. Each student generator is responsible for a subset of the conditioning data, thereby obtaining higher generation quality for the same capacity. MSD trains multiple distilled students, allowing smaller sizes and, therefore, faster inference. Also, MSD offers a lightweight quality boost over single-student distillation with the same architecture. We demonstrate MSD is effective by training multiple same-sized or smaller students on single-step distillation using distribution matching and adversarial distillation techniques. With smaller students, MSD gets competitive results with faster inference for single-step generation. Using 4 same-sized students, MSD significantly outperforms single-student baseline counterparts and achieves remarkable FID scores for one-step image generation: 1.20 on ImageNet-64x64 and 8.20 on zero-shot COCO2014.
