Denoising Diffusion Probabilistic Models, Jonathan Ho, Ajay Jain, Pieter Abbeel, 2020Advances in Neural Information Processing Systems (NeurIPS), Vol. 33 (Neural Information Processing Systems Foundation, Inc. (NeurIPS))DOI: 10.48550/arXiv.2006.11239 - Introduces the original DDPM framework, which established the multi-step iterative sampling process.
Denoising Diffusion Implicit Models, Jiaming Song, Chenlin Meng, Stefano Ermon, 2020International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.2010.02502 - Presents DDIM, a method to accelerate diffusion model sampling by allowing non-Markovian steps and fewer evaluations, but still relies on iteration.
Consistency Models, Yang Song, Jiaming Song, Ming-Yu Liu, Stefano Ermon, 2023International Conference on Machine Learning (ICML), Vol. 202 (PMLR)DOI: 10.48550/pmlr-v202-song23a - Proposes Consistency Models, a new family of generative models designed for rapid, one-step or few-step sampling, directly addressing the limitations of iterative diffusion.