paper-with-me

Papers

Multi-student Diffusion Distillation for Better One-step Generators

2024-10-30 · Yanke Song, Jonathan Lorraine, Weili Nie, Karsten Kreis, James Lucas

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.

📄 PDF Abstract BibTeX arXiv:2410.23274

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Towards Training One-Step Diffusion Models Without Distillation

2025-02-11 · Mingtian Zhang, Jiajun He, Wenlin Chen, Zijing Ou 외

Recent advances in one-step generative models typically follow a two-stage process: first training a teacher diffusion model and then distilling it into a one-step student model. This distillation process traditionally r…

WaDi: Weight Direction-aware Distillation for One-step Image Synthesis

2026-03-09 · Lei Wang, Yang Cheng, Senmao Li, Ge Wu 외 arxiv

Despite the impressive performance of diffusion models such as Stable Diffusion (SD) in image generation, their slow inference limits practical deployment. Recent works accelerate inference by distilling multi-step diffu…

Image Generation

Relational Diffusion Distillation for Efficient Image Generation

2024-10-10 · Weilun Feng, Chuanguang Yang, Zhulin An, Libo Huang 외

Although the diffusion model has achieved remarkable performance in the field of image generation, its high inference delay hinders its wide application in edge devices with scarce computing resources. Therefore, many tr…

Image GenerationKnowledge Distillation

VarDiU: A Variational Diffusive Upper Bound for One-Step Diffusion Distillation

2025-08-28 · Leyang Wang, Mingtian Zhang, Zijing Ou, David Barber arxiv

Recently, diffusion distillation methods have compressed thousand-step teacher diffusion models into one-step student generators while preserving sample quality. Most existing approaches train the student model using a d…

SFDDM: Single-fold Distillation for Diffusion models

2024-05-23 · Chi Hong, Jiyue Huang, Robert Birke, Dick Epema 외

While diffusion models effectively generate remarkable synthetic images, a key limitation is the inference inefficiency, requiring numerous sampling steps. To accelerate inference and maintain high-quality synthesis, tea…