cs.LGJun 15, 2026

Finsler Geometry, Graph Neural Networks, and You

Authors: T. Mitchell RoddenberryRichard G. Baraniuk

Organizations: Rice University, Houston, TX, USA

Abstract

Graph neural network architectures based on the graph Laplacian approximate the Laplace-Beltrami operator, thus limiting their application to isotropic operators. As a nonlinear alternative to the Laplace-Beltrami operator, we consider estimates of the Finsler Laplacian on point clouds sampled from a manifold. We prove that these discrete estimates converge to the true operator on the manifold as the number of point samples grows. Moreover, we show that this operator can be expressed as a graph neural network layer, which we use to define a family of Finslerian graph neural networks constrained to express Finsler geometry. We show that Finslerian graph neural networks recover the geometry underlying nonlinear diffusion equations in practice.

Explore similar work

Jul 7, 2026stat.ML

On the convergence of graph Laplacians with a symmetric divergence

When analyzing a manifold learning algorithm for data lying on a smooth, compact, connected Riemannian submanifold (M,g)(\mathcal{M}, g) of Rd\mathbb{R}^d, a key estimate for the geodesic distance dgd_g is that there exists K>0K > 0 such that 0dg(p,q)2pq2Kdg(p,q)40 \leq d_g(p, q)^2 - \|p-q\|^2 \leq K d_g(p, q)^4 for all p,qMp, q \in \mathcal{M}. We observe that more generally, when M\mathcal{M} is equipped with a smooth symmetric divergence DD satisfying a non-degeneracy condition and gg is given by gp:=12Hessp(D(p,))g_p := \frac{1}{2}\mathrm{Hess}_p(D(p, \cdot)) for all pMp \in \mathcal{M}, there exists K>0K > 0 such that D(p,q)dg(p,q)2Kdg(p,q)4\left| D(p, q) - d_g(p, q)^2 \right| \leq K d_g(p, q)^4 for all p,qMp, q \in \mathcal{M}. We demonstrate that this is sufficient for the pointwise convergence of graph Laplacians constructed with DD and discuss examples where DD is given by the Sinkhorn divergence on a family of probability measures parametrized by a manifold.
Liane Xu
May 25, 2026stat.ML

Learning manifold diffusion semigroups from graph transition matrices

We consider graph diffusion processes constructed from finite i.i.d. samples drawn from an unknown manifold embedded in ambient Euclidean space, where the graph affinity is defined by an ambient Gaussian kernel matrix. We show that the manifold heat semigroup Qt=etΔQ_t = e^{tΔ} can be approximated directly by iterating the graph transition matrix PP, under only low regularity assumptions on the test function ff, including the case fLf \in L^\infty. We bound PnfQtf\| P^n f - Q_t f \| in \infty-norm, with the operator application to ff properly defined, and we recover the classical graph-Laplacian pointwise rate O(N2/(d+6))O(N^{-2/(d+6)}) up to logarithmic factors, for diffusion times tt up to O(1)O(1) and longer. The rate holds for in-sample error as well as out-of-sample generalization, where the estimator of QtfQ_t f at a new point is defined via kernel convolution. To handle non-uniform sampling densities on the manifold, we introduce a right-normalization of the graph transition matrix; under the assumption that the sampling density pp is C3C^3 and bounded away from zero, the same convergence rates hold. We numerically demonstrate the performance of the proposed estimator on simulated data.
Xiuyuan Cheng, Nan Wu
May 23, 2026cs.LG

Learning Laplacian Eigenspace with Mass-Aware Neural Operators on Point Clouds

The eigendecomposition of the Laplace--Beltrami Operator (LBO) is fundamental to geometric analysis, yet computing its low-frequency eigenmodes remains a significant bottleneck due to the high cost of iterative solvers on large-scale data. To amortize this cost, we introduce the Neural Eigenspace Operator (NEO), a feed-forward framework designed to predict the spectrum directly from point clouds. Crucially, NEO circumvents the ill-posed nature of standard eigenvector regression, which suffers from intrinsic sign flips and rotation ambiguities, by learning the stable, invariant low-frequency subspace instead. Specifically, the network predicts a redundant set of basis functions whose span robustly covers the target eigenspace, allowing for the recovery of accurate eigenpairs via a lightweight Rayleigh--Ritz refinement. To handle irregular sampling, we propose a mass-aware neural operator that incorporates per-point area weights into attention-based aggregation, improving robustness to non-uniform densities and enabling zero-shot generalization across resolutions. Our approach achieves near-linear runtime scaling and substantial wall-clock speedups over iterative solvers at comparable accuracy, and exhibits strong zero-shot transfer to high-resolution point clouds. The resulting eigenpairs support standard spectral geometry tasks, while the raw basis functions provide effective point-wise features for downstream learning. Code: https://github.com/Adversarr/NEO.
Zherui Yang, Tao Du, Ligang Liu