English

Denoising Diffusion Implicit Models

Machine Learning 2022-10-07 v4 Computer Vision and Pattern Recognition

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 10×10 \times to 50×50 \times 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 interpolation directly in the latent space.

Keywords

Cite

@article{arxiv.2010.02502,
  title  = {Denoising Diffusion Implicit Models},
  author = {Jiaming Song and Chenlin Meng and Stefano Ermon},
  journal= {arXiv preprint arXiv:2010.02502},
  year   = {2022}
}

Comments

ICLR 2021; updated connections with ODEs at page 6, fixed some typos in the proof