A Frequentist Statistical Introduction to Variational Inference, Autoencoders, and Diffusion Models
Yen-Chi Chen
TL;DR
This paper addresses the gap between frequentist inference and modern generative models by providing a self-contained, frequentist treatment of Variational Inference ($VI$), Variational Autoencoders (VAEs), and Denoising Diffusion Models (DDMs). It shows VI as a scalable surrogate for intractable E-steps through the evidence lower bound ($ELBO$) and its Monte Carlo and amortized extensions, connecting EM, MCEM, and regularized Q-functions to deep learning. It frames VAEs and DDMS as deep latent variable models built on an amortized VI foundation, deriving practical objectives such as the noise-prediction formulation in diffusion models. It also discusses when VI should be viewed under a frequentist versus Bayesian lens and contrasts latent-variable generative power with scientific interpretability in latent-variable modeling.
Abstract
While Variational Inference (VI) is central to modern generative models like Variational Autoencoders (VAEs) and Denoising Diffusion Models (DDMs), its pedagogical treatment is split across disciplines. In statistics, VI is typically framed as a Bayesian method for posterior approximation. In machine learning, however, VAEs and DDMs are developed from a Frequentist viewpoint, where VI is used to approximate a maximum likelihood estimator. This creates a barrier for statisticians, as the principles behind VAEs and DDMs are hard to contextualize without a corresponding Frequentist introduction to VI. This paper provides that introduction: we explain the theory for VI, VAEs, and DDMs from a purely Frequentist perspective, starting with the classical Expectation-Maximization (EM) algorithm. We show how VI arises as a scalable solution for intractable E-steps and how VAEs and DDMs are natural, deep-learning-based extensions of this framework, thereby bridging the gap between classical statistical inference and modern generative AI.
