Denoising Diffusion Implicit Models
Jiaming Song, Chenlin Meng, Stefano Ermon

TL;DR
This paper introduces denoising diffusion implicit models (DDIMs), which significantly accelerate image sampling in diffusion models while maintaining high quality, enabling faster and more flexible image generation.
Contribution
The authors propose a new class of diffusion models, DDIMs, that achieve faster sampling without sacrificing quality by using non-Markovian diffusion processes.
Findings
DDIMs produce high quality images 10 to 50 times faster than DDPMs.
DDIMs enable trade-offs between computation time and sample quality.
DDIMs allow semantic image interpolation in latent space.
Abstract
Denoising diffusion probabilistic models (DDPMs) have achieved high quality image generation without adversarial training, yet they require simulating a Markov chain for many steps to produce a sample. To accelerate sampling, we present denoising diffusion implicit models (DDIMs), a more efficient class of iterative implicit probabilistic models with the same training procedure as DDPMs. In DDPMs, the generative process is defined as the reverse of a Markovian diffusion process. We construct a class of non-Markovian diffusion processes that lead to the same training objective, but whose reverse process can be much faster to sample from. We empirically demonstrate that DDIMs can produce high quality samples to faster in terms of wall-clock time compared to DDPMs, allow us to trade off computation for sample quality, and can perform semantically meaningful image…
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
- 🤗fusing/ddim-celeba-hqmodel· 13 dl· ♡ 413 dl♡ 4
- 🤗fusing/ddim-lsun-bedroommodel· 12 dl12 dl
- 🤗fusing/ddim-lsun-churchmodel· 1 dl1 dl
- 🤗fusing/ddim-celeba-hq_copymodel· 5 dl5 dl
- 🤗keras-io/denoising-diffusion-implicit-modelsmodel· 27 dl· ♡ 1027 dl♡ 10
- 🤗svjack/Stable-Diffusion-Pokemon-zhmodel· ♡ 5♡ 5
- 🤗danielpikl/killabee777model
- 🤗Qalam/Leimodel· ♡ 1♡ 1
- 🤗raisahil/scunge-modelmodel
- 🤗MasonCrinr/MyModelmodel
Videos
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Model Reduction and Neural Networks · Music and Audio Processing
MethodsDiffusion
