Riemannian Geometry Speaks Louder Than Words: From Graph Foundation Model to Next-Generation Graph Intelligence

cs.LG cs.AI Philip S. Yu, Li Sun · Mar 23, 2026
Local to this browser
What it does
This paper proposes Riemannian Foundation Model (RFM), a vision for unifying graph learning through Riemannian geometry rather than GNN message-passing or LLM serialization. The authors argue that graphs are discrete analogs of manifolds,...
Why it matters
This paper proposes Riemannian Foundation Model (RFM), a vision for unifying graph learning through Riemannian geometry rather than GNN message-passing or LLM serialization. The authors argue that graphs are discrete analogs of manifolds,...
Main concern
This is an ambitious position paper ("blue sky idea") that attempts to reframe graph foundation modeling around differential geometry rather than incremental architectural improvements. The critique of existing approaches is incisive: GNNs...
Community signal
0
0 up · 0 down
Sign in to vote with arrows
AI Review AI reviewed
Plain-language introduction

This paper proposes Riemannian Foundation Model (RFM), a vision for unifying graph learning through Riemannian geometry rather than GNN message-passing or LLM serialization. The authors argue that graphs are discrete analogs of manifolds, and that concepts like vector bundles, curvature, and parallel transport provide the proper toolkit for universal graph modeling—enabling both structural inference and generation in a way that current Euclidean GNNs and tokenized LLMs cannot achieve.

Critical review
Verdict
Bottom line

This is an ambitious position paper ("blue sky idea") that attempts to reframe graph foundation modeling around differential geometry rather than incremental architectural improvements. The critique of existing approaches is incisive: GNNs are correctly identified as crippled by oversmoothing and fixed Euclidean biases, while LLM-based methods are aptly criticized for fragmenting topology into path-dependent traversals. However, the RFM proposal remains largely at the conceptual level, with vague operationalization of how discrete graphs map to continuous manifolds in practice, and insufficient distinction from prior non-Euclidean graph learning work (e.g., hyperbolic GNNs) beyond philosophical appeals to "intrinsic" versus "extrinsic" geometry.

“We put forward a blue sky idea of Riemannian Foundation Model (RFM). Moving beyond the mere switching of representation spaces, RFM emphasizes graph intrinsic geometry such as flatness, symmetry, connectivity, and anisotropy.”
Sun et al., Sec. 3.3 · Section 3.3
“GNNs rely on a single, fixed Euclidean representation space. This severely limits their expressiveness in differentiating structural patterns.”
Sun et al., Sec. 2.1 · Section 2.1
What holds up

The diagnosis of current limitations is compelling. The observation that graph serialization for LLMs offers only "fragmented, path-dependent views" while "fall[ing] short of capturing high-order structural patterns" accurately captures why token-based approaches struggle with topological reasoning. The mathematical toolkit invoked—vector bundles for heterogeneous modalities, parallel transport for knowledge transfer, and curvature for measuring inference consistency—is theoretically sound and genuinely appropriate for graph data. The research agenda sketched in Section 4, progressing from universal structural understanding to Riemannian LLM integration, provides a coherent roadmap for the community.

“A traversal offers only a fragmented, path-dependent view of the graph, while falls short of capturing the high-order structural patterns that govern the entire topology.”
Sun et al., Sec. 2.2 · Section 2.2
“Curvature acts as an intrinsic geometric indicator of coherent inference.”
Sun et al., Sec. 3.2 · Section 3.2
Main concerns

The central conceptual distinction—RFM studies "intrinsic" geometry while prior work uses "extrinsic" representation spaces—is philosophically appealing but computationally underspecified. The paper does not clarify how RFM differs algorithmically from existing hyperbolic or spherical GNNs (Liu et al., 2019; Sun et al., 2021) beyond terminology. The claim that RFM "recovers the manifold underlying graphs" is hand-wavy: given a finite discrete graph, what is the metric, how is curvature computed locally, and what is the connection's Christoffel symbol construction? Without these details, the framework risks being unfalsifiable. Table 1 claims graph generation is absent from state-of-the-art GFMs, but models like GRAVER (Yuan et al., 2025a) and others with generative components are listed in that same table, creating confusion. Finally, as a pure vision paper, it offers no experiments, algorithms, or complexity analysis here—though it cites the authors' prior RiemannGFM work (Sun et al., 2025a) for implementation.

“Moving beyond the mere switching of representation spaces, RFM emphasizes graph intrinsic geometry such as flatness, symmetry, connectivity, and anisotropy.”
Sun et al., Sec. 3.3 · Section 3.3
“Graph Generation [row] ... [empty cells indicating absence]”
Sun et al., Table 1 · Table 1
“Endogenous structural inference empowers RFM with enhanced ability in complex logic and structural reasoning.”
Sun et al., Sec. 4.2 · Section 4.2
Evidence and comparison

The comparison to geometric deep learning (Bronstein et al., 2017) and non-Euclidean graph learning is fair but incomplete. The paper acknowledges these approaches but claims they focus on "extrinsic representation spaces" whereas RFM studies "intrinsic" properties. This distinction is subtle: hyperbolic GNNs also learn curved embeddings that reflect graph hierarchies. The evidence that LLM-based methods fail to capture structure is anecdotal rather than empirical (no citation of specific failure modes), and the capability matrix in Table 1 lacks citations or methodology for how capabilities were assessed. The paper's strongest comparative point—integrating LLMs via vector bundles with Euclidean fibers—is theoretically elegant but unvalidated.

“Geometric deep learning focuses on explicit geometric data such as point clouds or meshes... In contrast, RFM emphasizes the intrinsic properties of the manifold itself such as flatness, symmetry and connectivity, independent of any embedding.”
Sun et al., Sec. 3.3 · Section 3.3
“We leverage the concept of vector bundles in Riemannian geometry. This principled framework reconciles diverse geometries by allowing LLMs to operate effectively within Euclidean fibers.”
Sun et al., Sec. 4.2 · Section 4.2
Reproducibility

As a "blue sky" vision paper, reproducibility in the traditional sense is not applicable. However, the paper fails to provide even conceptual algorithms, pseudocode, or architectural specifications that would allow others to implement RFM. Key missing details include: (1) how discrete graph adjacency maps to a Riemannian metric $g_{ij}$, (2) how parallel transport is computed between non-adjacent nodes, (3) the dimensionality and topology of the base manifold, and (4) training objectives for recovering the manifold structure. The authors reference their prior WWW 2025 paper (RiemannGFM) for implementation details, suggesting this paper is a conceptual companion rather than a technical contribution. No code, data, or hyperparameters are provided here.

“A moving frame provides a local coordinate basis that evolves along the manifold and aligns representations by adapting to the local metric.”
Sun et al., Sec. 3.2 · Section 3.2
“Sun et al., 2025a. Riemanngfm: Learning a graph foundation model from riemannian geometry. In Proceedings of the ACM on Web Conference 2025.”
Sun et al., citation [36] · Reference list
Abstract

Graphs provide a natural description of the complex relationships among objects, and play a pivotal role in communications, transportation, social computing, the life sciences, etc. Currently, there is strong agreement that Graph Foundation Models (GFMs) are essential for advancing graph learning, yet considerable disagreement persists on how to build a powerful, general-purpose GFM analogous to Large Language Models (LLMs). Graph Neural Networks (GNNs) exhibit limitations in memory retention and principled interpretability when confronted with multi-domain pretraining and adaptation. The challenge of graph serialization hinders the direct application of LLMs, as the words struggle to capture the structural complexity and diversity inherent in graphs. In contrast, Riemannian geometry offers an elegant mathematical framework for modeling structures, while remaining compatible with graph semantic learning, even with LLMs. In this paper, we argue that, for graphs, Riemannian geometry speaks louder than words, and lay out the foundational principles for GFM. Reimagining with Riemannian geometry, we introduce a blue sky idea-Riemannian Foundation Model (RFM)-that opens a new pathway for capturing complex structural patterns and uncovering cross-domain generalities. RFM emphasizes intrinsic graph geometry and embodies endogenous capacities for structural inference and generation, moving beyond mere representation-space switching. Accordingly, we outline a progressive agenda that begins with universal structural understanding through intrinsic geometry, and then rebuilds LLM with a Riemannian engine for general-purpose graph modeling and beyond. Thus, RFM enables a paradigm shift from designing graph models to solving graph-structured applications with RFM agents, unlocking the next-generation graph intelligence.

Challenge the Review

Pick a starting point or write your own. Challenges run in the background, so you can keep reading while the AI investigates.

No challenges yet. Disagree with the review? Ask the AI to revisit a specific claim.