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

Scaling Graph Neural Networks with Approximate PageRank

About

Graph neural networks (GNNs) have emerged as a powerful approach for solving many network mining tasks. However, learning on large graphs remains a challenge - many recently proposed scalable GNN approaches rely on an expensive message-passing procedure to propagate information through the graph. We present the PPRGo model which utilizes an efficient approximation of information diffusion in GNNs resulting in significant speed gains while maintaining state-of-the-art prediction performance. In addition to being faster, PPRGo is inherently scalable, and can be trivially parallelized for large datasets like those found in industry settings. We demonstrate that PPRGo outperforms baselines in both distributed and single-machine training environments on a number of commonly used academic graphs. To better analyze the scalability of large-scale graph learning methods, we introduce a novel benchmark graph with 12.4 million nodes, 173 million edges, and 2.8 million node features. We show that training PPRGo from scratch and predicting labels for all nodes in this graph takes under 2 minutes on a single machine, far outpacing other baselines on the same graph. We discuss the practical application of PPRGo to solve large-scale node classification problems at Google.

Aleksandar Bojchevski, Johannes Gasteiger, Bryan Perozzi, Amol Kapoor, Martin Blais, Benedek R\'ozemberczki, Michal Lukasik, Stephan G\"unnemann• 2020

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy82.4
885
Node ClassificationCiteseer
Accuracy71.3
804
Node ClassificationPubmed
Accuracy80
742
Node ClassificationPubmed
Accuracy71.48
307
Node ClassificationwikiCS
Accuracy77.89
198
Node ClassificationPhoto
Mean Accuracy93.61
165
Node ClassificationAmazon Photo
Accuracy69.9
150
Node ClassificationPhysics
Accuracy95.51
145
Node ClassificationComputers
Mean Accuracy88.69
143
Node ClassificationCS
Accuracy92.52
128
Showing 10 of 15 rows

Other info

Follow for update