paper-with-me

Papers

Plug-and-Play Diffusion Distillation

2024-06-04 · CVPR 2024 1 · Yi-Ting Hsiao, Siavash Khodadadeh, Kevin Duarte, Wei-An Lin, Hui Qu, Mingi Kwon, Ratheesh Kalarot

Diffusion models have shown tremendous results in image generation. However, due to the iterative nature of the diffusion process and its reliance on classifier-free guidance, inference times are slow. In this paper, we propose a new distillation approach for guided diffusion models in which an external lightweight guide model is trained while the original text-to-image model remains frozen. We show that our method reduces the inference computation of classifier-free guided latent-space diffusion models by almost half, and only requires 1\% trainable parameters of the base model. Furthermore, once trained, our guide model can be applied to various fine-tuned, domain-specific versions of the base diffusion model without the need for additional training: this "plug-and-play" functionality drastically improves inference computation while maintaining the visual fidelity of generated images. Empirically, we show that our approach is able to produce visually appealing results and achieve a comparable FID score to the teacher with as few as 8 to 16 steps.

📄 PDF Abstract BibTeX arXiv:2406.01954

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

BASE 설명 없음
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 제목 키워드 기반

Pluggable Pruning with Contiguous Layer Distillation for Diffusion Transformers

2025-11-20 · Jian Ma, Qirong Peng, Xujie Zhu, Peixing Xie 외 arxiv

Diffusion Transformers (DiTs) have shown exceptional performance in image generation, yet their large parameter counts incur high computational costs, impeding deployment in resource-constrained settings. To address this…

Image Generation

PEA-Diffusion: Parameter-Efficient Adapter with Knowledge Distillation in non-English Text-to-Image Generation

2023-11-28 · Jian Ma, Chen Chen, Qingsong Xie, Haonan Lu

Text-to-image diffusion models are well-known for their ability to generate realistic images based on textual prompts. However, the existing works have predominantly focused on English, lacking support for non-English te…

Cross-lingual Text-to-Image GenerationImage GenerationKnowledge DistillationText to Image Generation+1

Attention Distillation: A Unified Approach to Visual Characteristics Transfer

2025-02-27 · CVPR 2025 1 · Yang Zhou, Xu Gao, Zichong Chen, Hui Huang

Recent advances in generative diffusion models have shown a notable inherent understanding of image style and semantics. In this paper, we leverage the self-attention features from pretrained diffusion networks to transf…

DenoisingImage Generation

Weak-to-Strong Knowledge Distillation Accelerates Visual Learning

2026-04-16 · Baiang Li, Wenhao Chai, Felix Heide arxiv

Large-scale visual learning is increasingly limited by training cost. Existing knowledge distillation methods transfer from a stronger teacher to a weaker student for compression or final-accuracy improvement. We instead…

Knowledge DistillationObject Detection

Denoising Diffusion Models for Plug-and-Play Image Restoration

2023-05-15 · Yuanzhi Zhu, Kai Zhang, Jingyun Liang, JieZhang Cao 외

Plug-and-play Image Restoration (IR) has been widely recognized as a flexible and interpretable method for solving various inverse problems by utilizing any off-the-shelf denoiser as the implicit image prior. However, mo…

DeblurringDenoisingImage DeblurringImage Generation+2