Lorentzian Graph Convolutional Networks
Yiding Zhang, Xiao Wang, Chuan Shi, Nian Liu, Guojie Song

TL;DR
This paper introduces Lorentzian GCNs, a novel hyperbolic graph neural network that rigorously adheres to hyperbolic geometry, improving representation accuracy for scale-free and hierarchical graphs.
Contribution
It proposes Lorentzian graph operations and a centroid-based neighborhood aggregation, ensuring hyperbolic geometric correctness and enhancing GCN performance.
Findings
LGCN outperforms state-of-the-art hyperbolic GCNs on six datasets.
LGCN exhibits lower distortion in representing tree-like graphs.
Replacing existing hyperbolic GCN operations with proposed ones improves performance.
Abstract
Graph convolutional networks (GCNs) have received considerable research attention recently. Most GCNs learn the node representations in Euclidean geometry, but that could have a high distortion in the case of embedding graphs with scale-free or hierarchical structure. Recently, some GCNs are proposed to deal with this problem in non-Euclidean geometry, e.g., hyperbolic geometry. Although hyperbolic GCNs achieve promising performance, existing hyperbolic graph operations actually cannot rigorously follow the hyperbolic geometry, which may limit the ability of hyperbolic geometry and thus hurt the performance of hyperbolic GCNs. In this paper, we propose a novel hyperbolic GCN named Lorentzian graph convolutional network (LGCN), which rigorously guarantees the learned node features follow the hyperbolic geometry. Specifically, we rebuild the graph operations of hyperbolic GCNs with…
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 · Recommender Systems and Techniques · Complex Network Analysis Techniques
MethodsGraph Convolutional Network
