Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Hyperbolic Graph Convolutional Neural Networks

About

Graph convolutional neural networks (GCNs) embed nodes in a graph into Euclidean space, which has been shown to incur a large distortion when embedding real-world graphs with scale-free or hierarchical structure. Hyperbolic geometry offers an exciting alternative, as it enables embeddings with much smaller distortion. However, extending GCNs to hyperbolic geometry presents several unique challenges because it is not clear how to define neural network operations, such as feature transformation and aggregation, in hyperbolic space. Furthermore, since input features are often Euclidean, it is unclear how to transform the features into hyperbolic embeddings with the right amount of curvature. Here we propose Hyperbolic Graph Convolutional Neural Network (HGCN), the first inductive hyperbolic GCN that leverages both the expressiveness of GCNs and hyperbolic geometry to learn inductive node representations for hierarchical and scale-free graphs. We derive GCN operations in the hyperboloid model of hyperbolic space and map Euclidean input features to embeddings in hyperbolic spaces with different trainable curvature at each layer. Experiments demonstrate that HGCN learns embeddings that preserve hierarchical structure, and leads to improved performance when compared to Euclidean analogs, even with very low dimensional embeddings: compared to state-of-the-art GCNs, HGCN achieves an error reduction of up to 63.1% in ROC AUC for link prediction and of up to 47.5% in F1 score for node classification, also improving state-of-the art on the Pubmed dataset.

Ines Chami, Rex Ying, Christopher R\'e, Jure Leskovec• 2019

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy79.9
1215
Node ClassificationCiteseer
Accuracy95
1037
Node ClassificationCora (test)--
951
Node ClassificationPubmed
Accuracy80.3
865
Node ClassificationPubmed
Accuracy77.03
627
Node ClassificationPubMed (test)--
586
Node ClassificationCiteseer
Accuracy68.29
503
Node ClassificationPhoto
Mean Accuracy93.19
374
Node ClassificationwikiCS
Accuracy76.67
329
Link PredictionPubmed
AUC96.3
156
Showing 10 of 65 rows

Other info

Code

Follow for update