A Hyperbolic-to-Hyperbolic Graph Convolutional Network
Jindou Dai, Yuwei Wu, Zhi Gao, and Yunde Jia

TL;DR
This paper introduces H2H-GCN, a hyperbolic-to-hyperbolic graph convolutional network that operates directly on hyperbolic manifolds, avoiding tangent space approximations and improving performance on various graph tasks.
Contribution
It proposes a novel hyperbolic graph convolution method that preserves the hyperbolic structure throughout, unlike previous tangent space approaches.
Findings
Significant improvements in link prediction accuracy
Enhanced node classification performance
Better graph classification results
Abstract
Hyperbolic graph convolutional networks (GCNs) demonstrate powerful representation ability to model graphs with hierarchical structure. Existing hyperbolic GCNs resort to tangent spaces to realize graph convolution on hyperbolic manifolds, which is inferior because tangent space is only a local approximation of a manifold. In this paper, we propose a hyperbolic-to-hyperbolic graph convolutional network (H2H-GCN) that directly works on hyperbolic manifolds. Specifically, we developed a manifold-preserving graph convolution that consists of a hyperbolic feature transformation and a hyperbolic neighborhood aggregation. The hyperbolic feature transformation works as linear transformation on hyperbolic manifolds. It ensures the transformed node representations still lie on the hyperbolic manifold by imposing the orthogonal constraint on the transformation sub-matrix. The hyperbolic…
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 · Topic Modeling · Graph Theory and Algorithms
MethodsGraph Convolutional Networks · Convolution
