DDIM
DDIM, short for Denoising Diffusion Implicit Models, is a sampling framework for diffusion-based generative models that yields deterministic, non-Markovian trajectories and can reduce the number of sampling steps required to generate high-quality samples. It builds on the denoising diffusion probabilistic model (DDPM) by reinterpreting the diffusion process in a way that permits an explicit, largely deterministic reverse path.
In practice, a neural network trained to predict x0 (the original image) or equivalently the noise at
Applications and impact: The approach enables faster sampling compared to the standard DDPM, often reducing steps
Relationship to likelihood: DDIM does not in general maximize or provide exact likelihood estimates; it instead
History: Introduced in 2020 by Jiaming Song, Chenlin Meng, and Stefano Ermon as Denoising Diffusion Implicit