LGAICVOct 30, 2024

Multi-student Diffusion Distillation for Better One-step Generators

NVIDIA
arXiv:2410.23274v210 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the need for real-time generation in computationally heavy applications by improving inference speed and quality for one-step image generation, representing an incremental advance over existing distillation methods.

The paper tackles the problem of slow inference in diffusion models by proposing Multi-Student Distillation (MSD), a framework that distills a teacher model into multiple single-step generators, achieving faster inference with competitive or improved quality, such as FID scores of 1.20 on ImageNet-64x64 and 8.20 on zero-shot COCO2014.

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.

Foundations

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

Your Notes