paper-with-me

홈 › Papers

Spectro-Riemannian Graph Neural Networks

2025-02-01 · Karish Grover, Haiyang Yu, Xiang Song, Qi Zhu, Han Xie, Vassilis N. Ioannidis, Christos Faloutsos

Can integrating spectral and curvature signals unlock new potential in graph representation learning? Non-Euclidean geometries, particularly Riemannian manifolds such as hyperbolic (negative curvature) and spherical (positive curvature), offer powerful inductive biases for embedding complex graph structures like scale-free, hierarchical, and cyclic patterns. Meanwhile, spectral filtering excels at processing signal variations across graphs, making it effective in homophilic and heterophilic settings. Leveraging both can significantly enhance the learned representations. To this end, we propose Spectro-Riemannian Graph Neural Networks (CUSP) - the first graph representation learning paradigm that unifies both CUrvature (geometric) and SPectral insights. CUSP is a mixed-curvature spectral GNN that learns spectral filters to optimize node embeddings in products of constant-curvature manifolds (hyperbolic, spherical, and Euclidean). Specifically, CUSP introduces three novel components: (a) Cusp Laplacian, an extension of the traditional graph Laplacian based on Ollivier-Ricci curvature, designed to capture the curvature signals better; (b) Cusp Filtering, which employs multiple Riemannian graph filters to obtain cues from various bands in the eigenspectrum; and (c) Cusp Pooling, a hierarchical attention mechanism combined with a curvature-based positional encoding to assess the relative importance of differently curved substructures in our graph. Empirical evaluation across eight homophilic and heterophilic datasets demonstrates the superiority of CUSP in node classification and link prediction tasks, with a gain of up to 5.3% over state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2502.00401

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Pseudo-Riemannian Graph Convolutional Networks

2021-06-06 · Bo Xiong, Shichao Zhu, Nico Potyka, Shirui Pan 외

Graph convolutional networks (GCNs) are powerful frameworks for learning embeddings of graph-structured data. GCNs are traditionally studied through the lens of Euclidean geometry. Recent works find that non-Euclidean Ri…

Graph ReconstructionInductive BiasLink PredictionNode Classification

Pseudo-Riemannian Embedding Models for Multi-Relational Graph Representations

2022-12-02 · Saee Paliwal, Angus Brayne, Benedek Fabian, Maciej Wiatrak 외

In this paper we generalize single-relation pseudo-Riemannian graph embedding models to multi-relational networks, and show that the typical approach of encoding relations as manifold transformations translates from the …

Graph EmbeddingKnowledge Graph CompletionLink Prediction

PR-CapsNet: Pseudo-Riemannian Capsule Network with Adaptive Curvature Routing for Graph Learning

2025-12-09 · Ye Qin, Jingchao Wang, Yang Shi, Haiying Huang 외 arxiv

Capsule Networks (CapsNets) show exceptional graph representation capacity via dynamic routing and vectorized hierarchical representations, but they model the complex geometries of real\-world graphs poorly by fixed\-cur…

Graph Representation LearningGraph ClassificationGraph Learning

RiemannGL: Riemannian Geometry Changes Graph Deep Learning

2026-02-11 · Li Sun, Qiqi Wan, Suyang Zhou, Zhenhao Huang 외 arxiv

Graphs are ubiquitous, and learning on graphs has become a cornerstone in artificial intelligence and data mining communities. Unlike pixel grids in images or sequential structures in language, graphs exhibit a typical n…

Graph Representation LearningGraph Learning

Multi-Feature Riemannian Hypergraph for Online Test-Time Adaptation of Motor Imagery Brain-Computer Interface

2026-08-17 · Siqi Li, Zhi Li, Tong Liu, Shuai Zhang 외 arxiv

In clinical motor imagery brain-computer interface (MI-BCI) decoding, cross-day transferability and online operation remain two critical challenges. Hypergraphs can improve transferability by capturing higher-order sampl…

Test-time AdaptationEmotion RecognitionTransfer Learning