Efficient Mean Curvature Computation on High-Dimensional Data Manifolds

📅 2026-06-04
📈 Citations: 0
Influential: 0
📄 PDF

career value

243K/year
🤖 AI Summary
Computing pointwise mean curvature on high-dimensional data manifolds typically incurs a prohibitive $O(m^4)$ complexity due to the explicit construction of the shape operator, hindering scalability. This work proposes an efficient estimation method that circumvents the explicit formation of the Hessian matrix by leveraging an exact algebraic identity. The approach combines covariance eigendecomposition, the cyclic property of the trace operator, and truncated singular value decomposition, while analytically approximating the expectation of nullspace eigenvectors under the Haar measure. This strategy substantially reduces computational complexity, achieving 50–300× speedup on real-world datasets with negligible loss in accuracy, thereby rendering mean curvature a practical geometric feature for machine learning applications.
📝 Abstract
Estimating local mean curvature at each point of a high-dimensional dataset is a key ingredient of geometry-aware machine learning algorithms, such as the Mean Curvature Boundary Points (MCBP) method. The naive implementation of this computation, based on a local shape operator approximated from k-nearest neighbor patches, involves an explicit construction of a matrix $H$ whose trace form yields an $O(m^4)$ cost per point, rendering the approach intractable for datasets with more than a few dozen features. This paper introduces two complementary contributions that together reduce this cost by several orders of magnitude. The first contribution is an exact algebraic identity. This identity, derived from the orthogonality of the eigenvectors of the covariance matrix and the cyclicity of the trace operator, eliminates $H$ entirely and reduces the per-point cost to $O(m^2)$ after the eigendecomposition. The second contribution addresses the remaining $O(m^3)$ bottleneck of the full eigendecomposition. Since the local covariance matrix has rank at most $k-1 \ll m$, we replace it with a truncated SVD of the $k \times m$ centered data matrix, an $O(k^2 m)$ operation, and derive an analytical approximation for the contribution of the null-space eigenvectors based on the expected value of their outer product under the Haar measure. The resulting estimator has total cost $O(k^2 m + k m p^2)$, where $p = k-1$. Experiments on real-world datasets confirm speedups of 50 to 300 times relative to the original implementation, with negligible loss when the fast estimator is used to replace the original version. By providing a scalable and data-driven estimate of local curvature, the proposed method establishes curvature as a practical geometric feature for a broad range of machine learning tasks, from classical to modern deep learning pipelines.
Problem

Research questions and friction points this paper is trying to address.

mean curvature
high-dimensional data
computational complexity
manifold geometry
local geometry
Innovation

Methods, ideas, or system contributions that make the work stand out.

mean curvature
high-dimensional manifolds
efficient computation
truncated SVD
geometry-aware machine learning