Papers
Topics
Authors
Recent
Search
2000 character limit reached

Radon–Wasserstein Gradient Flows

Updated 2 April 2026
  • Radon–Wasserstein gradient flows are defined via one-dimensional projections using the Radon transform to compute KL divergence gradients over probability measures.
  • They enable scalable interacting-particle approximations that scale linearly in both sample size and dimension, ensuring robust convergence for high-dimensional sampling.
  • Regularized variants incorporate kernel smoothing and entropic regularization to stabilize density estimates and guarantee well-posed long-time convergence.

Radon–Wasserstein gradient flows constitute a new class of gradient flows of the Kullback–Leibler (KL) divergence, formulated over novel transportation-based Riemannian geometries on spaces of probability measures. These geometries are defined using the Radon transform so that the gradient-flow velocities depend solely on one-dimensional projections of the evolving measure. The resulting flows—specifically, the Radon–Wasserstein (RW) and Regularized Radon–Wasserstein (RRW) flows—not only admit particle approximations that scale linearly in both the number of particles and the ambient dimension but also demonstrate robust convergence and stability properties, making them effective for high-dimensional sampling tasks (Hess-Childs et al., 5 Feb 2026).

1. Radon–Wasserstein Geometry

The foundational component of RW geometry is the Radon transform. Given Sd1S^{d-1}, the unit sphere in Rd\mathbb{R}^d, and θSd1\theta \in S^{d-1}, the projection Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta defines the one-dimensional projection of xx onto θ\theta. For a probability density ρP2(Rd)\rho \in \mathcal P_2(\mathbb{R}^d), the Radon transform is defined as

(Rθρ)(p)={x:xθ=p}ρ(x)dHd1(x),pR.(R^\theta \rho)(p) = \int_{\{x : x \cdot \theta = p\}} \rho(x) \, d\mathcal{H}^{d-1}(x), \quad p \in \mathbb{R}.

The full Radon transform RρR\rho is the measure on Dd=(Sd1×R)/{(θ,p)(θ,p)}D^d = (S^{d-1} \times \mathbb{R})/\{(\theta,p)\sim(-\theta,-p)\} given by Rd\mathbb{R}^d0. Its dual, the back-projection Rd\mathbb{R}^d1, is

Rd\mathbb{R}^d2

The RW metric is defined via spherical averages of one-dimensional motions. The RW metric tensor at Rd\mathbb{R}^d3 is: Rd\mathbb{R}^d4 where the infimum is over all Rd\mathbb{R}^d5 such that Rd\mathbb{R}^d6. This restriction to one-dimensional projections maintains low complexity even as Rd\mathbb{R}^d7 (Hess-Childs et al., 5 Feb 2026).

2. KL Gradient Flows in Radon–Wasserstein Geometry

Let the target measure be Rd\mathbb{R}^d8. The KL divergence relative to Rd\mathbb{R}^d9 is

θSd1\theta \in S^{d-1}0

The RW gradient flow of θSd1\theta \in S^{d-1}1 seeks a velocity θSd1\theta \in S^{d-1}2 so that

θSd1\theta \in S^{d-1}3

The associated PDE is the continuity equation

θSd1\theta \in S^{d-1}4

with

θSd1\theta \in S^{d-1}5

Equivalently,

θSd1\theta \in S^{d-1}6

The velocity is thus determined by the family of one-dimensional projections and related convolution operations.

3. Regularized Radon–Wasserstein Flows

The RRW metric introduces kernel smoothing and an entropic regularization parameter. Given a smooth even kernel θSd1\theta \in S^{d-1}7 and θSd1\theta \in S^{d-1}8,

θSd1\theta \in S^{d-1}9

This ensures strictly positive densities along each projection, avoiding density-estimation artifacts in empirical approximations.

The RRW gradient flow PDE is

Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta0

In practice, final smoothing may be omitted for the congruent particle scheme.

4. Interacting-Particle Approximations and Algorithms

The interaction terms in the RW and RRW flows depend only on one-dimensional projections Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta1. Particle systems evolve by repeatedly projecting all particles along a sampled random direction, using one-dimensional convolution-based updates for velocities:

  • At each time step, sample Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta2.
  • Compute projections Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta3 and projected score terms Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta4.
  • Calculate velocities using either a direct convolution or FFT-accelerated scheme.

For the kernel-density Radon–Wasserstein (KDRW) update,

Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta5

with naive Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta6 cost per projection. The FFT-accelerated variant bins projected positions, performs convolutions via FFTs (cost Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta7 given grid-size Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta8), and is overall Πθ(x)=xθ\Pi_\theta(x) = x \cdot \theta9, linear in both xx0 and xx1 (Hess-Childs et al., 5 Feb 2026).

5. Theoretical Results and Guarantees

The primary results are:

  • Well-posedness: For smooth kernels xx2, positive xx3, and xx4 Lipschitz with quadratic confinement, RRW and KDRW flows admit unique global solutions with controlled second moments.
  • Particle system well-posedness: The finite xx5 ODEs have unique global solutions, and their empirical measures maintain the moment bound.
  • Stability and mean-field convergence: The PDE and particle flows are stable with respect to initial measure, and the particle approximation converges to the continuum solution as xx6.
  • Stochastic-gradient convergence: The single-direction-per-step Euler discretization achieves mean-squared error xx7, uniformly in xx8.
  • Long-time convergence: Under nondegeneracy of the kernel’s Fourier transform, RRW flows converge weakly to the target measure as xx9.

These results establish the RW and especially the RRW frameworks as robust methods for interacting-particle sampling and transport, with strong guarantees on well-posedness, stability, and convergence that are dimension-independent in critical respects (Hess-Childs et al., 5 Feb 2026).

6. Numerical Performance and Comparative Assessment

The performance of KDRW and RRW methods was assessed on Gaussian and Rosenbrock “banana” target distributions in various dimensions. Metrics included maximum mean discrepancy (MMDθ\theta0) and mean error. Algorithmic comparisons included i.i.d. sampling, Stein variational gradient descent (SVGD), and Langevin Monte Carlo (LMC).

Key empirical findings:

  • Bandwidth sensitivity: MMDθ\theta1 profiles versus kernel bandwidth show a U-shape; in low θ\theta2, optimal bandwidth is around 0.2, while in high θ\theta3 performance is relatively insensitive to bandwidth.
  • Per-step cost: FFT-accelerated RW methods achieve per-step times under 100 ms for θ\theta4, with wall-time scaling linear in both θ\theta5 and θ\theta6.
  • Convergence: RW methods decrease MMDθ\theta7 rapidly, surpassing the i.i.d. baseline in few steps. SVGD performs comparably for θ\theta8 but suffers from variance collapse when θ\theta9.
  • Error scaling with sample size:

| ρP2(Rd)\rho \in \mathcal P_2(\mathbb{R}^d)0 | i.i.d. Slope | KDRW_fft | RRW_fft | |-----------|--------------|----------|---------| | 2 | –1.10 | –1.49 | –1.65 | | 32 | –1.02 | –1.23 | –1.20 | | 256 | –0.99 | –1.06 | –1.05 | | 2048 | –1.00 | –1.02 | –0.99 |

  • Comparison to SVGD: RW methods outperform SVGD particularly in regimes with ρP2(Rd)\rho \in \mathcal P_2(\mathbb{R}^d)1, where SVGD collapses variance.

These results indicate consistent improvement in quantization error, with super-Monte-Carlo rates in low dimensions and competitive scaling in high dimensions, highlighting the scalability and robustness of the RW and RRW approaches (Hess-Childs et al., 5 Feb 2026).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Radon–Wasserstein Gradient Flows.