TL;DR
The paper introduces PPRGo, a scalable and efficient GNN model that approximates information diffusion using PageRank, enabling fast training and prediction on large graphs with minimal computational resources.
Contribution
PPRGo leverages an approximate PageRank method to significantly improve scalability and speed of GNNs without sacrificing prediction accuracy.
Findings
PPRGo outperforms baselines in academic graph tasks.
Training on a large graph with 12.4 million nodes takes under 2 minutes.
PPRGo is easily parallelizable and suitable for industry-scale applications.
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Diffusion
