MATH · IN · MODELS
structures / Manifolds / Diffusion Spacetime Information Geometry

Diffusion Spacetime Information Geometry

TOOLmetric-modelfisher-rao-metricadvancedhow it's classified →

A diffusion model's own family of denoising distributions {p(x0|xt,t)}, indexed jointly by noisy state and time, forms an exponential-family statistical manifold carrying a Fisher-Rao metric; geodesics under this metric (computable in closed form from the trained denoiser, with no numerical simulation) define a Diffusion Edit Distance between clean data points, distinct in kind from any Riemannian metric obtained by pulling back an ambient/activation-space metric through the model's Jacobian.

Replicationcomputed from the corpus — never hand-assigned
1 paper1 architecture class2 domains · one study2 model families · one study
Filled = two or more values reported by papers that share no author — replication. Outlined = two or more values, but all from a single study — breadth, not replication. Grey = a single value. Derived from paper authorship and each model's architecture class, domain and family; it updates itself when a paper is added.

Statement

For a diffusion model, the family of denoising distributions {p(x0xt,t)}\{p(x_0\mid x_t, t)\}, indexed by the joint “spacetime” coordinate z=(xt,t)z=(x_t,t), is provably an exponential family (natural parameter η(z)=(αtσt2xt,αt22σt2)\eta(z)=\big(\tfrac{\alpha_t}{\sigma_t^2}x_t,\,-\tfrac{\alpha_t^2}{2\sigma_t^2}\big), sufficient statistic T(x0)=(x0,x02)T(x_0)=(x_0,\|x_0\|^2)). This licenses a Fisher-Rao metric GIG(z)=Ex0p(x0z)[zlogp(x0z)zlogp(x0z)]\mathbf{G}_{\mathrm{IG}}(z) = \mathbb{E}_{x_0\sim p(x_0|z)}\big[\nabla_z\log p(x_0|z)\,\nabla_z\log p(x_0|z)^\top\big] on the spacetime manifold, measuring how much an infinitesimal step changes the entire denoising distribution (to second order, exactly the KL divergence between the distributions at zz and z+dzz+dz). Geodesics under this metric define the Diffusion Edit Distance: the minimal “noise-then-denoise” path connecting two clean data points, computed via a closed-form, simulation-free curve-energy estimator exploiting the family’s exponential form. Karczewski, Heinonen, Pouplin, Hauberg & Garg (2026, arXiv:2505.17517, ICLR 2026 Oral) introduce this construction and prove it strictly generalizes the naive approach of computing this metric only at the final noise level xTx_T: the memoryless property of diffusion (p(x0xT)q(x0)p(x_0|x_T)\approx q(x_0) regardless of xTx_T) forces the metric to collapse to 0\mathbf{0} unless time tt is included as an explicit coordinate alongside xtx_t.

Intuition

Instead of asking “how does the decoded output change as I nudge the noisy input” (the question a Jacobian-pullback metric answers), this asks “how does the model’s entire belief about what the clean image looks like change as I nudge the noisy input and/or the noise level.” The second question is answered by comparing probability distributions (via Fisher information), not by comparing points in an ambient Euclidean space — a fundamentally statistical, rather than pointwise, notion of “how far apart” two states of the diffusion process are.

Properties

  • A different mathematical object from a pullback metric, not merely a different formula for the same one. A Riemannian pullback metric (e.g. GPB(xT)=(x0/xT)(x0/xT)\mathbf{G}_{\mathrm{PB}}(x_T) = (\partial x_0/\partial x_T)^\top(\partial x_0/\partial x_T)) measures how a decoded point changes; the Fisher-Rao metric here measures how an entire distribution changes — the two coincide only in degenerate special cases, and the originating paper proves the pullback metric provably collapses to a trivial (Euclidean, data-manifold-blind) form whenever latent and data space share the same dimension, which is the standard diffusion setting.
  • Time must be an explicit coordinate, not a fixed parameter. Because diffusion’s forward process is memoryless in the limit, the metric computed at a single fixed noise level (treating only xtx_t as varying) degenerates to zero; the “spacetime” move of jointly varying (xt,t)(x_t,t) is what keeps the metric non-degenerate.
  • Closed-form, simulation-free curve energy. Unlike an SDE/ODE integration along a candidate path, the exponential-family structure lets the curve energy be estimated directly from paired natural- and expectation-parameter differences at discretized path points — each requiring only a single Jacobian-vector product of the trained denoiser, not a full forward simulation.
  • Validated with mixed results relative to perceptual similarity. On a real pretrained EDM2 ImageNet-512 model, 200 real ImageNet image pairs (10 classes x 20 pairs) show the Diffusion Edit Distance correlates only weakly with LPIPS (~-7%) but moderately with SSIM (~53%) — evidence the metric captures a genuinely different notion of “closeness” than standard perceptual-similarity metrics, not simply a re-derivation of them.
  • Also validated on a real physical system beyond images. A custom-trained diffusion model over Alanine Dipeptide molecular conformations, using spacetime geodesics as transition paths between molecular states, achieves a lower mean maximum energy barrier (37.36 ± 0.60, versus a numerical lower bound of 36.42) than MCMC-based and Doob’s-Lagrangian transition-path-sampling baselines (42.54-66.24), at far fewer post-training energy evaluations (16M one-time training cost vs. up to 1.29B for MCMC).

Key papers

  • Karczewski, Heinonen, Pouplin, Hauberg & Garg (2026). The Spacetime of Diffusion Models: An Information Geometry Perspective. arXiv:2505.17517, ICLR 2026 Oral. Introduces the spacetime Fisher-Rao construction and the Diffusion Edit Distance, proves the standard Riemannian pullback metric collapses to a trivial Euclidean form in same-dimension latent/data settings (Proposition B.1), and validates the resulting geodesics on a real pretrained EDM2 ImageNet-512 model (Section 6.1-6.2: qualitative PF-ODE-trajectory similarity, plus the quantified LPIPS/SSIM correlations above) and a custom-trained molecular diffusion model over Alanine Dipeptide conformations (Section 6.3, Table 1: outperforms MCMC and Doob’s-Lagrangian transition-path-sampling baselines on mean maximum energy barrier). See karczewski-etal-2026-diffed-vs-lpips-ssim-and-molecular-transition-paths.

Found in (1 observation · 2 families)

EDM2

The Spacetime of Diffusion Models: An Information Geometry Perspective (2026)measured

Fisher-Rao spacetime metric yields diffusion-model geodesics (DiffED)

Details

- Karczewski et al. build a Fisher-Rao metric on the exponential family of a diffusion model's denoising distributions indexed by spacetime (x_t, t), proving the fixed-time version collapses to zero and the Jacobian-pullback version collapses to Euclidean interpolation. [karczewski-etal-2026-spacetime-of-diffusion-models] - Spacetime geodesics define a Diffusion Edit Distance (DiffED), computed simulation-free from one Jacobian-vector product per path point. [karczewski-etal-2026-spacetime-of-diffusion-models] - On EDM2 ImageNet-512 (200 image pairs), DiffED correlates only ~-7% with LPIPS but ~53% with SSIM (correlation type and p-values not reported). [karczewski-etal-2026-spacetime-of-diffusion-models] - On a custom Alanine-Dipeptide diffusion model, geodesic transition paths reach mean max energy barrier 37.36+/-0.60 (numerical lower bound 36.42), beating MCMC (42.54+/-7.42; 58.11+/-18.51) and Doob's Lagrangian (66.24+/-1.01) at far fewer energy evaluations. [karczewski-etal-2026-spacetime-of-diffusion-models]

models: EDM2 (ImageNet-512) · method: Fisher-Rao spacetime geodesics

Karczewski et al. (2026) custom molecular diffusion model

The Spacetime of Diffusion Models: An Information Geometry Perspective (2026)measured

Fisher-Rao spacetime metric yields diffusion-model geodesics (DiffED)

Details

- Karczewski et al. build a Fisher-Rao metric on the exponential family of a diffusion model's denoising distributions indexed by spacetime (x_t, t), proving the fixed-time version collapses to zero and the Jacobian-pullback version collapses to Euclidean interpolation. [karczewski-etal-2026-spacetime-of-diffusion-models] - Spacetime geodesics define a Diffusion Edit Distance (DiffED), computed simulation-free from one Jacobian-vector product per path point. [karczewski-etal-2026-spacetime-of-diffusion-models] - On EDM2 ImageNet-512 (200 image pairs), DiffED correlates only ~-7% with LPIPS but ~53% with SSIM (correlation type and p-values not reported). [karczewski-etal-2026-spacetime-of-diffusion-models] - On a custom Alanine-Dipeptide diffusion model, geodesic transition paths reach mean max energy barrier 37.36+/-0.60 (numerical lower bound 36.42), beating MCMC (42.54+/-7.42; 58.11+/-18.51) and Doob's Lagrangian (66.24+/-1.01) at far fewer energy evaluations. [karczewski-etal-2026-spacetime-of-diffusion-models]

models: Custom diffusion model trained on Alanine Dipeptide conformations (Langevin-sampled) · method: Fisher-Rao spacetime geodesics