Accelerating Diffusion Models via Early Stop of the Diffusion Process
Zhaoyang Lyu, Xudong XU, Ceyuan Yang, Dahua Lin, Bo Dai

TL;DR
This paper introduces ES-DDPM, an acceleration method for diffusion models that reduces denoising steps by early stopping and leveraging pre-trained generative models, leading to faster and higher-quality image generation.
Contribution
The paper proposes a novel early stopping strategy combined with pre-trained models to significantly accelerate diffusion models while improving sample quality.
Findings
ES-DDPM reduces the number of denoising steps needed.
ES-DDPM outperforms vanilla DDPM and pre-trained models in quality.
The method is compatible with existing acceleration techniques.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Image and Signal Denoising Methods · Medical Image Segmentation Techniques
MethodsDiffusion
