[JMLR 2025/2026] Beyond the Ambient Dimension: Why Diffusion Models Succeed on Low-Dimensional Manifolds
This paper establishes the first statistical convergence rates for score-matching diffusion models in the Wasserstein-p distance, specifically for data with intrinsically low-dimensional structures. By introducing the (p, q)-Wasserstein dimension, the authors prove that diffusion models can bypass the curse of dimensionality, achieving near-optimal minimax rates regardless of the ambient dimension.
TL;DR
Why do diffusion models work so well on 3072-dimensional CIFAR-10 images with relatively few samples? This paper provides the mathematical answer: the convergence rate depends on the intrinsic (p, q)-Wasserstein dimension of the data, not the ambient pixel count. By introducing a new theoretical framework, the authors prove that diffusion models are minimax-optimal distribution estimators that naturally adapt to the geometry of the data.
Positioning: This work is a major theoretical milestone, bridging the gap between the empirical "magic" of DDPMs and the rigorous statistical rates previously only established for GANs.
The "Pessimism" of Prior Theory
Standard statistical theory suggests that learning a distribution in dimensions requires samples scaling exponentially with —the "Curse of Dimensionality." However, natural data (images, text) usually resides on a low-dimensional manifold.
Existing proofs for diffusion models often had two major flaws:
- Ambient Dependence: They suggested error rates tied to the pixel-space dimension .
- Restrictive Assumptions: They required the data to have smooth densities or be confined to compact (bounded) sets, which doesn't reflect the messy, heavy-tailed nature of real-world datasets.
Methodology: The (p, q)-Wasserstein Dimension
To fix this, the authors introduce the (p, q)-Wasserstein dimension. This allows them to characterize the "effective size" of a distribution even if it has an infinite support (unbounded).
The Core Intuition
The authors decompose the generation error into four technical "fronts":
- Generalization Gap: How much we lose by having only samples.
- Approximation Error: Can a ReLU network actually represent the complex score function ?
- Discretization Error: The cost of using finite steps (e.g., 1000 steps) instead of a continuous SDE.
- Early Stopping: The error from stopping the noise process at time instead of infinity.

Figure 1: Proof of concept showing that FID scores decay faster for data with lower intrinsic dimensions (d=10 vs d=100), regardless of the image resolution.
Mathematical Breakthrough: The Sharpest Bound Yet
The main result (Theorem 13) shows that the expected Wasserstein-p distance scales as: where is the intrinsic dimension.
Why this matters: This is the "Goldilocks" rate. It matches the best possible lower bounds in optimal transport theory. It essentially says that a Diffusion Model is as statistically efficient as a perfectly tuned GAN, but with the added stability of the score-matching objective.
Figure 2: Empirical validation on ImageNet classes (soap bubbles, goldfish) confirms the theoretical rate.
Critical Analysis & Conclusion
Takeaways
- Hyper-parameter Prescription: The paper provides specific "recipes" for (stopping time) and (early reverse stopping) to maintain optimality.
- Moment Conditions: Unlike previous work requiring bounds, this only requires , making it applicable to more diverse datasets.
Limitations
- Optimization Gaps: The theory assumes we can find the "global minimum" of the score-matching loss. In reality, SGD may get stuck in local minima, an area this paper leaves for future work.
- Architecture Nuance: The proofs use standard ReLU networks. Whether the specific "inductive bias" of U-Nets or Transformers provides even faster rates remains an open question.
Future Outlook
This work sets the stage for "geometry-aware" diffusion. If we can estimate the intrinsic of a dataset during training, we could theoretically auto-tune the number of diffusion steps and network width to achieve the absolute best sample efficiency.
