Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Scalable Graph Neural Networks via Bidirectional Propagation

About

Graph Neural Networks (GNN) is an emerging field for learning on non-Euclidean data. Recently, there has been increased interest in designing GNN that scales to large graphs. Most existing methods use "graph sampling" or "layer-wise sampling" techniques to reduce training time. However, these methods still suffer from degrading performance and scalability problems when applying to graphs with billions of edges. This paper presents GBP, a scalable GNN that utilizes a localized bidirectional propagation process from both the feature vectors and the training/testing nodes. Theoretical analysis shows that GBP is the first method that achieves sub-linear time complexity for both the precomputation and the training phases. An extensive empirical study demonstrates that GBP achieves state-of-the-art performance with significantly less training/testing time. Most notably, GBP can deliver superior performance on a graph with over 60 million nodes and 1.8 billion edges in less than half an hour on a single machine. The codes of GBP can be found at https://github.com/chennnM/GBP .

Ming Chen, Zhewei Wei, Bolin Ding, Yaliang Li, Ye Yuan, Xiaoyong Du, Ji-Rong Wen• 2020

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy83.9
885
Node ClassificationCiteseer
Accuracy72.9
804
Node ClassificationPubmed
Accuracy80.6
742
Node Classificationogbn-arxiv (test)
Accuracy71.21
382
Transductive Node ClassificationCora (transductive)
Accuracy83.9
72
Node Classificationogbn-products (test)
Test Accuracy80.48
70
Node ClassificationCoauthor CS (semi-supervised transductive)
Accuracy92.3
19
Node ClassificationPubmed (transductive)
Accuracy80.6
15
Node ClassificationCiteseer (transductive)
Accuracy72.9
15
Node ClassificationAmazon Computer (transductive)
Accuracy83.5
15
Showing 10 of 15 rows

Other info

Follow for update