From Score Matching to Diffusion: A Fine-Grained Error Analysis in the Gaussian Setting
Samuel Hurault, Matthieu Terris, Thomas Moreau, Gabriel Peyré
TL;DR
This work provides an explicit error-analysis framework for end-to-end score-based sampling in the Gaussian setting, decomposing biases from score estimation (DSM) and from diffusion or Langevin discretization and noise. By focusing on linear scores and Gaussian data, it derives closed-form expansions showing the final Wasserstein error equals a kernel norm of the data power spectrum, revealing how data geometry and algorithmic parameters (N, tau, gamma, sigma) jointly govern accuracy. The study delivers precise characterizations for SGD-induced generalization and optimization errors, and parallels for Langevin and diffusion samplers, including optimal trade-offs and the potential for kernel-based performance guarantees. Numerical validations corroborate the theoretical expansions and illustrate practical implications for parameter tuning and stopping times in diffusion models. Overall, the results lay a principled foundation for understanding sampling accuracy in score-based pipelines and guide extensions to nonlinear, real-world data distributions.
Abstract
Sampling from an unknown distribution, accessible only through discrete samples, is a fundamental problem at the core of generative AI. The current state-of-the-art methods follow a two-step process: first, estimating the score function (the gradient of a smoothed log-distribution) and then applying a diffusion-based sampling algorithm -- such as Langevin or Diffusion models. The resulting distribution's correctness can be impacted by four major factors: the generalization and optimization errors in score matching, and the discretization and minimal noise amplitude in the diffusion. In this paper, we make the sampling error explicit when using a diffusion sampler in the Gaussian setting. We provide a sharp analysis of the Wasserstein sampling error that arises from these four error sources. This allows us to rigorously track how the anisotropy of the data distribution (encoded by its power spectrum) interacts with key parameters of the end-to-end sampling method, including the number of initial samples, the stepsizes in both score matching and diffusion, and the noise amplitude. Notably, we show that the Wasserstein sampling error can be expressed as a kernel-type norm of the data power spectrum, where the specific kernel depends on the method parameters. This result provides a foundation for further analysis of the tradeoffs involved in optimizing sampling accuracy.
