CVAIDec 12, 2024

Inference-Time Diffusion Model Distillation

arXiv:2412.08871v14 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of slow sampling in diffusion models for AI practitioners by incrementally enhancing distillation efficiency.

The paper tackles the performance gap in diffusion distillation models by introducing Distillation++, an inference-time framework that uses teacher-guided refinement during sampling to improve denoising without extra data or fine-tuning, achieving substantial improvements over state-of-the-art baselines, especially in early sampling stages.

Diffusion distillation models effectively accelerate reverse sampling by compressing the process into fewer steps. However, these models still exhibit a performance gap compared to their pre-trained diffusion model counterparts, exacerbated by distribution shifts and accumulated errors during multi-step sampling. To address this, we introduce Distillation++, a novel inference-time distillation framework that reduces this gap by incorporating teacher-guided refinement during sampling. Inspired by recent advances in conditional sampling, our approach recasts student model sampling as a proximal optimization problem with a score distillation sampling loss (SDS). To this end, we integrate distillation optimization during reverse sampling, which can be viewed as teacher guidance that drives student sampling trajectory towards the clean manifold using pre-trained diffusion models. Thus, Distillation++ improves the denoising process in real-time without additional source data or fine-tuning. Distillation++ demonstrates substantial improvements over state-of-the-art distillation baselines, particularly in early sampling stages, positioning itself as a robust guided sampling process crafted for diffusion distillation models. Code: https://github.com/geonyeong-park/inference_distillation.

Code Implementations1 repo
Foundations

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

Your Notes