paper-with-me

Papers

Accelerating Diffusion Models via Early Stop of the Diffusion Process

2022-05-25 · Zhaoyang Lyu, Xudong Xu, Ceyuan Yang, Dahua Lin, Bo Dai

Denoising Diffusion Probabilistic Models (DDPMs) have achieved impressive performance on various generation tasks. By modeling the reverse process of gradually diffusing the data distribution into a Gaussian distribution, generating a sample in DDPMs can be regarded as iteratively denoising a randomly sampled Gaussian noise. However, in practice DDPMs often need hundreds even thousands of denoising steps to obtain a high-quality sample from the Gaussian noise, leading to extremely low inference efficiency. In this work, we propose a principled acceleration strategy, referred to as Early-Stopped DDPM (ES-DDPM), for DDPMs. The key idea is to stop the diffusion process early where only the few initial diffusing steps are considered and the reverse denoising process starts from a non-Gaussian distribution. By further adopting a powerful pre-trained generative model, such as GAN and VAE, in ES-DDPM, sampling from the target non-Gaussian distribution can be efficiently achieved by diffusing samples obtained from the pre-trained generative model. In this way, the number of required denoising steps is significantly reduced. In the meantime, the sample quality of ES-DDPM also improves substantially, outperforming both the vanilla DDPM and the adopted pre-trained generative model. On extensive experiments across CIFAR-10, CelebA, ImageNet, LSUN-Bedroom and LSUN-Cat, ES-DDPM obtains promising acceleration effect and performance improvement over representative baseline methods. Moreover, ES-DDPM also demonstrates several attractive properties, including being orthogonal to existing acceleration methods, as well as simultaneously enabling both global semantic and local pixel-level control in image generation.

📄 PDF Abstract BibTeX arXiv:2205.12524

Code (1)

zhaoyanglyu/early_stopped_ddpm 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

DuoDiff: Accelerating Diffusion Models with a Dual-Backbone Approach

2024-10-12 · Daniel Gallo Fernández, Răzvan-Andrei Matişan, Alejandro Monroy Muñoz, Ana-Maria Vasilcoiu 외

Diffusion models have achieved unprecedented performance in image generation, yet they suffer from slow inference due to their iterative sampling process. To address this, early-exiting has recently been proposed, where …

DenoisingImage Generation

Just on Time: Token-Level Early Stopping for Diffusion Language Models

2026-02-11 · Zahar Kohut, Severyn Shykula, Dmytro Khamula, Mykola Vysotskyi 외 arxiv

Diffusion language models generate text through iterative refinement, a process that is often computationally inefficient because many tokens reach stability long before the final denoising step. We introduce a training-…

Mathematical ReasoningQuestion Answering

Optimal Stopping in Latent Diffusion Models

2025-10-09 · Yu-Han Wu, Quentin Berthet, Gérard Biau, Claire Boyer 외 arxiv

We identify and analyze a surprising phenomenon of Latent Diffusion Models (LDMs) where the final steps of the diffusion can degrade sample quality. In contrast to conventional arguments that justify early stopping for n…

Dimensionality Reduction

Bigger Isn't Always Memorizing: Early Stopping Overparameterized Diffusion Models

2025-05-22 · Alessandro Favero, Antonio Sclocchi, Matthieu Wyart

Diffusion probabilistic models have become a cornerstone of modern generative AI, yet the mechanisms underlying their generalization remain poorly understood. In fact, if these models were perfectly minimizing their trai…

Memorization

BADiff: Bandwidth Adaptive Diffusion Model

2025-10-24 · Xi Zhang, Hanwei Zhu, Yan Zhong, Jiamang Wang 외 arxiv

In this work, we propose a novel framework to enable diffusion models to adapt their generation quality based on real-time network bandwidth constraints. Traditional diffusion models produce high-fidelity images by perfo…