Denoising Diffusion Samplers
Francisco Vargas, Will Grathwohl, Arnaud Doucet
TL;DR
We address sampling from unnormalized densities and estimating the normalizing constant Z by transforming the target through a forward diffusion to Gaussian and learning a time-reversed sampler (DDS) via a KL-based objective. The paper develops both continuous-time and discrete-time DDS, derives integrators that preserve ELBO, and connects to probability-flow ODEs and Schrödinger bridges. Theoretical guarantees show convergence under mild score-error assumptions, with bounds comparable to Langevin methods. Empirically, DDS achieve competitive performance against AIS/SMC and PIS on a range of challenging targets, with notable stability advantages and robust mode handling.
Abstract
Denoising diffusion models are a popular class of generative models providing state-of-the-art results in many domains. One adds gradually noise to data using a diffusion to transform the data distribution into a Gaussian distribution. Samples from the generative model are then obtained by simulating an approximation of the time-reversal of this diffusion initialized by Gaussian samples. Practically, the intractable score terms appearing in the time-reversed process are approximated using score matching techniques. We explore here a similar idea to sample approximately from unnormalized probability density functions and estimate their normalizing constants. We consider a process where the target density diffuses towards a Gaussian. Denoising Diffusion Samplers (DDS) are obtained by approximating the corresponding time-reversal. While score matching is not applicable in this context, we can leverage many of the ideas introduced in generative modeling for Monte Carlo sampling. Existing theoretical results from denoising diffusion models also provide theoretical guarantees for DDS. We discuss the connections between DDS, optimal control and Schrödinger bridges and finally demonstrate DDS experimentally on a variety of challenging sampling tasks.
