paper-with-me

홈 › Papers

ACE-HGNN: Adaptive Curvature Exploration Hyperbolic Graph Neural Network

2021-10-15 · Xingcheng Fu, JianXin Li, Jia Wu, Qingyun Sun, Cheng Ji, Senzhang Wang, Jiajun Tan, Hao Peng, Philip S. Yu

Graph Neural Networks (GNNs) have been widely studied in various graph data mining tasks. Most existingGNNs embed graph data into Euclidean space and thus are less effective to capture the ubiquitous hierarchical structures in real-world networks. Hyperbolic Graph Neural Networks(HGNNs) extend GNNs to hyperbolic space and thus are more effective to capture the hierarchical structures of graphs in node representation learning. In hyperbolic geometry, the graph hierarchical structure can be reflected by the curvatures of the hyperbolic space, and different curvatures can model different hierarchical structures of a graph. However, most existing HGNNs manually set the curvature to a fixed value for simplicity, which achieves a suboptimal performance of graph learning due to the complex and diverse hierarchical structures of the graphs. To resolve this problem, we propose an Adaptive Curvature Exploration Hyperbolic Graph NeuralNetwork named ACE-HGNN to adaptively learn the optimal curvature according to the input graph and downstream tasks. Specifically, ACE-HGNN exploits a multi-agent reinforcement learning framework and contains two agents, ACE-Agent andHGNN-Agent for learning the curvature and node representations, respectively. The two agents are updated by a NashQ-leaning algorithm collaboratively, seeking the optimal hyperbolic space indexed by the curvature. Extensive experiments on multiple real-world graph datasets demonstrate a significant and consistent performance improvement in model quality with competitive performance and good generalization ability.

📄 PDF Abstract BibTeX arXiv:2110.07888

Code (1)

ringbdstack/ace-hgnn 공식 구현 pytorch

Tasks

Graph LearningGraph Neural NetworkMulti-agent Reinforcement LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Over-Squashing in Riemannian Graph Neural Networks

2023-11-27 · Julia Balla

Most graph neural networks (GNNs) are prone to the phenomenon of over-squashing in which node features become insensitive to information from distant nodes in the graph. Recent works have shown that the topology of the g…

SA-HGNN: Sample-Adaptive Hyperbolic Graph Neural Network for EEG-Based Depression Recognition

2026-07-02 · Yang Li, Pan Hu, Yan Zhang, Wenfan Yang 외 arxiv

Graph Neural Networks (GNNs) have been widely used to capture spatial functional connectivity patterns to improve electroencephalography (EEG)-based depression recognition performance. However, the functional connectivit…

Graph Neural Network

Hyperbolic Graph Neural Networks Under the Microscope: The Role of Geometry-Task Alignment

2026-02-02 · Dionisia Naddeo, Jonas Linkerhägner, Nicola Toschi, Geri Skenderi 외 arxiv

Many complex networks exhibit hierarchical, tree-like structures, making hyperbolic space a natural candidate wherein to learn representations of them. Based on this observation, Hyperbolic Graph Neural Networks (HGNNs) …

Representation LearningNode ClassificationLink Prediction

Seg-HGNN: Unsupervised and Light-Weight Image Segmentation with Hyperbolic Graph Neural Networks

2024-09-10 · Debjyoti Mondal, Rahul Mishra, Chandan Pandey

Image analysis in the euclidean space through linear hyperspaces is well studied. However, in the quest for more effective image representations, we turn to hyperbolic manifolds. They provide a compelling alternative to …

Graph Neural NetworkImage SegmentationSemantic Segmentation

ManifoldMind: Dynamic Hyperbolic Reasoning for Trustworthy Recommendations

2025-07-02 · Anoushka Harit, Zhongtian Sun, Suncica Hadzidedic arxiv

We introduce ManifoldMind, a probabilistic geometric recommender system for exploratory reasoning over semantic hierarchies in hyperbolic space. Unlike prior methods with fixed curvature and rigid embeddings, ManifoldMin…