Distributional Stability of Tangent-Linearized Gaussian Inference on Smooth Manifolds

arXiv cs.RO / 4/30/2026

💬 OpinionDeveloper Stack & InfrastructureIdeas & Deep AnalysisModels & Research

Key Points

  • The paper analyzes tangent-linearized Gaussian inference on smooth manifolds, where exact Gaussian marginalization/conditioning is typically geometry-dependent and non-Gaussian.
  • It derives explicit non-asymptotic Wasserstein-2 (W2) stability bounds for two operations—projection marginalization and surface-measure conditioning.
  • The proposed bounds disentangle local second-order geometric distortion from nonlocal tail leakage, and for Gaussian inputs they enable closed-form diagnostics based on (mu, Sigma) plus curvature/reach surrogates.
  • Experiments on a circle and planar pushing support a calibration transition around sqrt(||Sigma||op)/R ≈ 1/6 and show that uncertainty in the normal direction is the dominant failure mode when locality breaks.
  • The diagnostics are intended as practical triggers to switch from single-chart linearization to multi-chart or sample-based manifold inference, with code and notebooks provided on GitHub.

Abstract

Gaussian inference on smooth manifolds is central to robotics, but exact marginalization and conditioning are generally non-Gaussian and geometry-dependent. We study tangent-linearized Gaussian inference and derive explicit non-asymptotic W_2 stability bounds for projection marginalization and surface-measure conditioning. The bounds separate local second-order geometric distortion from nonlocal tail leakage and, for Gaussian inputs, yield closed-form diagnostics from (\mu,\Sigma) and curvature/reach surrogates. Circle and planar-pushing experiments validate the predicted calibration transition near \sqrt{\|\Sigma\|_{\mathrm{op}}}/R\approx 1/6 and indicate that normal-direction uncertainty is the dominant failure mode when locality breaks. These diagnostics provide practical triggers for switching from single-chart linearization to multi-chart or sample-based manifold inference. Code and Jupyter notebooks are available at https://github.com/mikigom/StabilityTLGaussian.