Min Distance to Riemannian Mean (MDRM)
- MDRM is a measure that computes the average squared geodesic distance from manifold data points to their intrinsic Fréchet mean.
- It employs both stochastic and deterministic gradient descent methods with convergence guarantees under specific curvature constraints.
- Neural Eikonal solvers offer efficient, differentiable approximations of Riemannian distances for handling complex, high-dimensional manifolds.
The minimum distance to Riemannian mean (MDRM) quantifies the minimal average squared geodesic distance from empirical data points on a Riemannian manifold to their Fréchet mean. This notion is central to statistical inference, clustering, and geometric data analysis on manifolds. MDRM is rigorously defined via the empirical Fréchet energy and can be computed using both stochastic and deterministic gradient algorithms, with theoretical guarantees under curvature constraints (Arnaudon et al., 2011). Efficient computation of MDRM on complex manifolds is enabled by neural approximations of the metric-constrained Eikonal equation, providing differentiable surrogates of the Riemannian distance (Kelshaw et al., 2024).
1. Formal Definition and Variational Characterization
Let be a complete Riemannian manifold and a finite sample. The empirical measure is . Define the empirical Fréchet energy:
where denotes the geodesic distance. The sample Fréchet mean is
and the minimum distance to mean (MDRM) statistic is
This functional measures point-cloud spread relative to their intrinsic mean under the manifold geometry (Arnaudon et al., 2011).
2. Optimality Conditions and Uniqueness
For sufficiently regular distributions and injectivity radius, the gradient of at is given by
0
Hence, 1 is a Fréchet mean if and only if
2
ensuring 3 zeroes the intrinsic mean of log-mapped vectors. On compact Riemannian manifolds and for empirical measures, the Fréchet mean is unique for generic data configurations (Arnaudon et al., 2011).
3. Curvature Bounds and Convexity Properties
Let 4 be a geodesic ball and sectional curvatures 5 on 6. When 7 (for 8),
9
with 0 for 1, 2 for 3. Thus, 4 is strongly convex along geodesics, which guarantees uniqueness and stability of the minimizer, thereby affirming the robustness of the MDRM concept under curvature constraints (Arnaudon et al., 2011).
4. Algorithmic Computation of MDRM
For empirical measures, MDRM can be computed via gradient-based methods:
- Stochastic Gradient Update:
5, with 6, 7. Step sizes 8 satisfy 9, 0 (Arnaudon et al., 2011).
- Deterministic Gradient Descent:
1, where 2. Step sizes 3 as above ensure convergence to 4 (Arnaudon et al., 2011).
- Practical Recommendations:
Initialize at one of 5, iterate using chosen scheme until 6, then compute MDRM as 7. Error control is achieved by step-sizes of order 8, yielding 9 convergence in mean-square.
5. Neural Eikonal Solvers and Efficient MDRM Evaluation
Deep metric-constrained Eikonal solvers enable efficient approximation of the Riemannian distance function 0 on manifold 1 (Kelshaw et al., 2024). The MDRM for a query 2 is evaluated as
3
with computation complexity 4, where 5 is the network FLOPs. For geodesic path recovery, backtracking using explicit ODE integration (Euler, RK4, symplectic) from 6 to 7 follows the negative Riemannian gradient field of 8.
Accuracy guarantees are enforced by training loss 9 to maintain 0 uniformly, yielding relative 1 errors of 2 on benchmarks (Euclid, sphere, Gaussian mixture models). Handling of high-curvature regions involves Ricci-biased sampling; singularities and complex topologies require reparameterisation and reprojection strategies (Kelshaw et al., 2024).
6. Statistical Consistency and Interpretation
Given probability measure 3 on 4, the Fréchet variance is
5
Empirically, 6 strongly consistently estimates 7 as 8. Under uniqueness of the Fréchet mean, almost sure convergence 9 and 0 is guaranteed (Arnaudon et al., 2011). This affirms MDRM as a fundamental statistic for spread and centrality on Riemannian manifolds.
7. Applications and Computational Considerations
MDRM underlies statistical analysis on manifold-valued data in domains such as non-Euclidean machine learning, geometric statistics, and signal processing (e.g., radar target detection using Toeplitz covariance matrices (Arnaudon et al., 2011)). The neural Eikonal approach broadens MDRM computation to manifolds with complex metrics or high dimensions, previously intractable with classical solvers. Parameter choices (network depth/width, sampling method) must scale with manifold complexity to ensure accuracy (Kelshaw et al., 2024).
References
Kelshaw & Magri, “Computing distances and means on manifolds with a metric‐constrained Eikonal approach,” (Kelshaw et al., 2024) Arnaud et al., “Medians and means in Riemannian geometry: existence, uniqueness and computation,” (Arnaudon et al., 2011)