paper-with-me

Papers

Accelerating Diffusion Models with One-to-Many Knowledge Distillation

2024-10-05 · Linfeng Zhang, Kaisheng Ma

Significant advancements in image generation have been made with diffusion models. Nevertheless, when contrasted with previous generative models, diffusion models face substantial computational overhead, leading to failure in real-time generation. Recent approaches have aimed to accelerate diffusion models by reducing the number of sampling steps through improved sampling techniques or step distillation. However, the methods to diminish the computational cost for each timestep remain a relatively unexplored area. Observing the fact that diffusion models exhibit varying input distributions and feature distributions at different timesteps, we introduce one-to-many knowledge distillation (O2MKD), which distills a single teacher diffusion model into multiple student diffusion models, where each student diffusion model is trained to learn the teacher's knowledge for a subset of continuous timesteps. Experiments on CIFAR10, LSUN Church, CelebA-HQ with DDPM and COCO30K with Stable Diffusion show that O2MKD can be applied to previous knowledge distillation and fast sampling methods to achieve significant acceleration. Codes will be released in Github.

📄 PDF Abstract BibTeX arXiv:2410.04191

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
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…

Similar Papers 제목 키워드 기반

Presto! Distilling Steps and Layers for Accelerating Music Generation

2024-10-07 · Zachary Novack, Ge Zhu, Jonah Casebeer, Julian McAuley 외

Despite advances in diffusion-based text-to-music (TTM) methods, efficient, high-quality generation remains a challenge. We introduce Presto!, an approach to inference acceleration for score-based diffusion transformers …

DiversityMusic Generation

Distilling Diffusion Models into Conditional GANs

2024-05-09 · Minguk Kang, Richard Zhang, Connelly Barnes, Sylvain Paris 외

We propose a method to distill a complex multistep diffusion model into a single-step conditional GAN student model, dramatically accelerating inference, while preserving image quality. Our approach interprets diffusion …

Image-to-Image Translation

Diffusion Distillation With Direct Preference Optimization For Efficient 3D LiDAR Scene Completion

2025-04-15 · An Zhao, Shengyuan Zhang, Ling Yang, Zejian Li 외

The application of diffusion models in 3D LiDAR scene completion is limited due to diffusion's slow sampling speed. Score distillation accelerates diffusion sampling but with performance degradation, while post-training …

Lidar Scene Completion

Acc3D: Accelerating Single Image to 3D Diffusion Models via Edge Consistency Guided Score Distillation

2025-03-20 · CVPR 2025 1 · Kendong Liu, Zhiyu Zhu, Hui Liu, Junhui Hou

We present Acc3D to tackle the challenge of accelerating the diffusion process to generate 3D models from single images. To derive high-quality reconstructions through few-step inferences, we emphasize the critical issue…

Computational EfficiencyImage to 3D

Accelerating Diffusion Sampling with Classifier-based Feature Distillation

2022-11-22 · Wujie Sun, Defang Chen, Can Wang, Deshi Ye 외

Although diffusion model has shown great potential for generating higher quality images than GANs, slow sampling speed hinders its wide application in practice. Progressive distillation is thus proposed for fast sampling…