Improved Sample Complexity Bounds for Diffusion Model Training
Shivam Gupta, Aditya Parulekar, Eric Price, Zhiyang Xun
TL;DR
This work addresses the sample complexity of training diffusion models, specifically learning neural-network-parameterized score estimates for DDPM sampling. By replacing the traditional $L^2$ accuracy requirement with a quantile-based $D^{\delta}$ measure, the authors achieve polylogarithmic dependence on the target Wasserstein accuracy $\gamma$ and exponential improvements in depth $D$ and Wasserstein error, while incurring a modest increase in the $\varepsilon$-dependence. They prove that a neural network class can learn scores to sufficient quantile accuracy using $m = \widetilde{O}(\frac{d^2 P D}{\varepsilon^3} \log \Theta \log^3 \frac{1}{\gamma})$ samples, and that this is enough for the DDPM reverse-SDE sampling to yield a distribution within $\varepsilon$ TV of $q_{\gamma}$, leveraging a careful combination of training concentration and a Girsanov-based analysis for sampling. The paper also presents information-theoretic hardness results for $L^2$ learning, motivating the new quantile-centric approach and providing a sharper lens on diffusion-model training theory with potential practical impact for training efficiency in high-dimensional generative modeling.
Abstract
Diffusion models have become the most popular approach to deep generative modeling of images, largely due to their empirical performance and reliability. From a theoretical standpoint, a number of recent works have studied the iteration complexity of sampling, assuming access to an accurate diffusion model. In this work, we focus on understanding the sample complexity of training such a model; how many samples are needed to learn an accurate diffusion model using a sufficiently expressive neural network? Prior work showed bounds polynomial in the dimension, desired Total Variation error, and Wasserstein error. We show an exponential improvement in the dependence on Wasserstein error and depth, along with improved dependencies on other relevant parameters.
