Curvature Graph Neural Network
Haifeng Li, Jun Cao, Jiawei Zhu, Yu Liu, Qing Zhu, Guohua Wu

TL;DR
This paper introduces Curvature Graph Neural Network (CGNN), which leverages discrete graph curvature to enhance the adaptive locality ability of GNNs by better capturing the structural importance of neighboring nodes.
Contribution
The paper proposes a novel GNN model that incorporates graph curvature to improve node importance measurement, bridging graph theory and neural networks.
Findings
CGNN effectively exploits topology structure information.
CGNN outperforms baselines on 5 dense node classification datasets.
Significant performance improvements on synthetic datasets.
Abstract
Graph neural networks (GNNs) have achieved great success in many graph-based tasks. Much work is dedicated to empowering GNNs with the adaptive locality ability, which enables measuring the importance of neighboring nodes to the target node by a node-specific mechanism. However, the current node-specific mechanisms are deficient in distinguishing the importance of nodes in the topology structure. We believe that the structural importance of neighboring nodes is closely related to their importance in aggregation. In this paper, we introduce discrete graph curvature (the Ricci curvature) to quantify the strength of structural connection of pairwise nodes. And we propose Curvature Graph Neural Network (CGNN), which effectively improves the adaptive locality ability of GNNs by leveraging the structural property of graph curvature. To improve the adaptability of curvature to various…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topological and Geometric Data Analysis · Complex Network Analysis Techniques
MethodsGraph Neural Network · Message Passing Neural Network · Crystal Graph Neural Network
