Radon–Wasserstein Gradient Flows
- 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 , the unit sphere in , and , the projection defines the one-dimensional projection of onto . For a probability density , the Radon transform is defined as
The full Radon transform is the measure on given by 0. Its dual, the back-projection 1, is
2
The RW metric is defined via spherical averages of one-dimensional motions. The RW metric tensor at 3 is: 4 where the infimum is over all 5 such that 6. This restriction to one-dimensional projections maintains low complexity even as 7 (Hess-Childs et al., 5 Feb 2026).
2. KL Gradient Flows in Radon–Wasserstein Geometry
Let the target measure be 8. The KL divergence relative to 9 is
0
The RW gradient flow of 1 seeks a velocity 2 so that
3
The associated PDE is the continuity equation
4
with
5
Equivalently,
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 7 and 8,
9
This ensures strictly positive densities along each projection, avoiding density-estimation artifacts in empirical approximations.
The RRW gradient flow PDE is
0
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 1. 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 2.
- Compute projections 3 and projected score terms 4.
- Calculate velocities using either a direct convolution or FFT-accelerated scheme.
For the kernel-density Radon–Wasserstein (KDRW) update,
5
with naive 6 cost per projection. The FFT-accelerated variant bins projected positions, performs convolutions via FFTs (cost 7 given grid-size 8), and is overall 9, linear in both 0 and 1 (Hess-Childs et al., 5 Feb 2026).
5. Theoretical Results and Guarantees
The primary results are:
- Well-posedness: For smooth kernels 2, positive 3, and 4 Lipschitz with quadratic confinement, RRW and KDRW flows admit unique global solutions with controlled second moments.
- Particle system well-posedness: The finite 5 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 6.
- Stochastic-gradient convergence: The single-direction-per-step Euler discretization achieves mean-squared error 7, uniformly in 8.
- Long-time convergence: Under nondegeneracy of the kernel’s Fourier transform, RRW flows converge weakly to the target measure as 9.
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 (MMD0) 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: MMD1 profiles versus kernel bandwidth show a U-shape; in low 2, optimal bandwidth is around 0.2, while in high 3 performance is relatively insensitive to bandwidth.
- Per-step cost: FFT-accelerated RW methods achieve per-step times under 100 ms for 4, with wall-time scaling linear in both 5 and 6.
- Convergence: RW methods decrease MMD7 rapidly, surpassing the i.i.d. baseline in few steps. SVGD performs comparably for 8 but suffers from variance collapse when 9.
- Error scaling with sample size:
| 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 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).