paper-with-me

홈 › Papers

EM Distillation for One-step Diffusion Models

2024-05-27 · Sirui Xie, Zhisheng Xiao, Diederik P Kingma, Tingbo Hou, Ying Nian Wu, Kevin Patrick Murphy, Tim Salimans, Ben Poole, Ruiqi Gao

While diffusion models can learn complex distributions, sampling requires a computationally expensive iterative process. Existing distillation methods enable efficient sampling, but have notable limitations, such as performance degradation with very few sampling steps, reliance on training data access, or mode-seeking optimization that may fail to capture the full distribution. We propose EM Distillation (EMD), a maximum likelihood-based approach that distills a diffusion model to a one-step generator model with minimal loss of perceptual quality. Our approach is derived through the lens of Expectation-Maximization (EM), where the generator parameters are updated using samples from the joint distribution of the diffusion teacher prior and inferred generator latents. We develop a reparametrized sampling scheme and a noise cancellation technique that together stabilizes the distillation process. We further reveal an interesting connection of our method with existing methods that minimize mode-seeking KL. EMD outperforms existing one-step generative methods in terms of FID scores on ImageNet-64 and ImageNet-128, and compares favorably with prior work on distilling text-to-image diffusion models.

📄 PDF Abstract BibTeX arXiv:2405.16852

Code (0)

등록된 구현이 없습니다.

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…

Similar Papers 제목 키워드 기반

Diffusion Model is Effectively Its Own Teacher

2025-01-01 · CVPR 2025 1 · Xinyin Ma, Runpeng Yu, Songhua Liu, Gongfan Fang 외

In this paper, we introduce a novel self-distillation paradigm for improving the performance of diffusion models. Previous studies have shown that introducing a teacher to distill the diffusion model can enhance its …

model

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 failu…

Image GenerationKnowledge Distillation

Score identity Distillation: Exponentially Fast Distillation of Pretrained Diffusion Models for One-Step Generation

2024-04-05 · Mingyuan Zhou, Huangjie Zheng, Zhendong Wang, Mingzhang Yin 외

We introduce Score identity Distillation (SiD), an innovative data-free method that distills the generative capabilities of pretrained diffusion models into a single-step generator. SiD not only facilitates an exponentia…

Image Generation

ReDiF: Reinforced Distillation for Few Step Diffusion

2025-12-28 · Amirhossein Tighkhorshid, Zahra Dehghanian, Gholamali Aminian, Chengchun Shi 외 arxiv

Distillation addresses the slow sampling problem in diffusion models by creating models with smaller size or fewer steps that approximate the behavior of high-step teachers. In this work, we propose a reinforcement learn…

Reinforcement Learning

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