Diffusion Models With Learned Adaptive Noise
Subham Sekhar Sahoo, Aaron Gokaslan, Chris De Sa, Volodymyr Kuleshov
TL;DR
This paper tackles the question of whether the diffusion process in diffusion models can be learned from data to improve probabilistic modeling. It introduces MuLAN, a multivariate learned adaptive noise process that conditions noise application on per-pixel context and uses an auxiliary latent variable to enable joint learning of forward and reverse diffusion. By reframing the forward process as a learnable variational posterior, MuLAN tightens the ELBO and achieves state-of-the-art density estimation on CIFAR-10 and ImageNet-32 while reducing training time by about half. The work provides extensive ablations and analyses, showing that the learned noise schedule, especially its polynomial per-pixel form and auxiliary latent conditioning, is crucial for performance gains and that the approach is compatible with existing diffusion architectures without modifying the underlying denoising network.
Abstract
Diffusion models have gained traction as powerful algorithms for synthesizing high-quality images. Central to these algorithms is the diffusion process, a set of equations which maps data to noise in a way that can significantly affect performance. In this paper, we explore whether the diffusion process can be learned from data. Our work is grounded in Bayesian inference and seeks to improve log-likelihood estimation by casting the learned diffusion process as an approximate variational posterior that yields a tighter lower bound (ELBO) on the likelihood. A widely held assumption is that the ELBO is invariant to the noise process: our work dispels this assumption and proposes multivariate learned adaptive noise (MULAN), a learned diffusion process that applies noise at different rates across an image. Specifically, our method relies on a multivariate noise schedule that is a function of the data to ensure that the ELBO is no longer invariant to the choice of the noise schedule as in previous works. Empirically, MULAN sets a new state-of-the-art in density estimation on CIFAR-10 and ImageNet and reduces the number of training steps by 50%. We provide the code, along with a blog post and video tutorial on the project page: https://s-sahoo.com/MuLAN
