LGCVAug 25, 2022

Understanding Diffusion Models: A Unified Perspective

arXiv:2208.11970v1506 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This work provides a unified theoretical understanding of diffusion models, which are foundational for state-of-the-art generative AI, but it is incremental as it synthesizes existing perspectives without introducing new methods.

The paper reviews and unifies diffusion models by deriving Variational Diffusion Models as a special case of a Markovian Hierarchical Variational Autoencoder, proving that optimization reduces to learning neural networks for specific objectives, and connecting variational and score-based perspectives through Tweedie's Formula.

Diffusion models have shown incredible capabilities as generative models; indeed, they power the current state-of-the-art models on text-conditioned image generation such as Imagen and DALL-E 2. In this work we review, demystify, and unify the understanding of diffusion models across both variational and score-based perspectives. We first derive Variational Diffusion Models (VDM) as a special case of a Markovian Hierarchical Variational Autoencoder, where three key assumptions enable tractable computation and scalable optimization of the ELBO. We then prove that optimizing a VDM boils down to learning a neural network to predict one of three potential objectives: the original source input from any arbitrary noisification of it, the original source noise from any arbitrarily noisified input, or the score function of a noisified input at any arbitrary noise level. We then dive deeper into what it means to learn the score function, and connect the variational perspective of a diffusion model explicitly with the Score-based Generative Modeling perspective through Tweedie's Formula. Lastly, we cover how to learn a conditional distribution using diffusion models via guidance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes