
A rigorous, continuously-updated technical walkthrough of diffusion models — from the DDPM math to consistency models and latent diffusion — that gives engineers the conceptual to actually build with or generative image/video systems.
“GAN models are known for potentially unstable training and less diversity in generation due to their adversarial training nature. VAE relies on a surrogate loss. Flow models have to use specialized architectures to construct reversible transform.”
Lilian Weng
“Diffusion models are inspired by non-equilibrium thermodynamics. They define a Markov chain of diffusion steps to slowly add random noise to data and then learn to reverse the diffusion process to construct desired data samples from the noise.”
Lilian Weng
“Unlike VAE or flow models, diffusion models are learned with a fixed procedure and the latent variable has high dimensionality (same as the original data).”
Lilian Weng
“Compared to standard SGD, stochastic gradient Langevin dynamics injects Gaussian noise into the parameter updates to avoid collapses into local minima.”
Lilian Weng
Checking sign-in…
Loading comments…