Accelerating Scalable Graph Neural Network Inference with Node-Adaptive Propagation
Xinyi Gao, Wentao Zhang, Junliang Yu, Yingxia Shao, Quoc Viet Hung, Nguyen, Bin Cui, Hongzhi Yin

TL;DR
This paper introduces an online, node-adaptive propagation framework for scalable GNN inference that reduces redundant computation and improves speed, especially on large graphs, while maintaining accuracy through multi-scale receptive field exploitation.
Contribution
It proposes novel node-adaptive propagation methods and an Inception Distillation technique to accelerate GNN inference in inductive settings, addressing scalability and accuracy trade-offs.
Findings
Achieves up to 75x inference speedup on large datasets.
Outperforms state-of-the-art methods in accuracy and efficiency.
Effective on diverse graph scales and characteristics.
Abstract
Graph neural networks (GNNs) have exhibited exceptional efficacy in a diverse array of applications. However, the sheer size of large-scale graphs presents a significant challenge to real-time inference with GNNs. Although existing Scalable GNNs leverage linear propagation to preprocess the features and accelerate the training and inference procedure, these methods still suffer from scalability issues when making inferences on unseen nodes, as the feature preprocessing requires the graph to be known and fixed. To further accelerate Scalable GNNs inference in this inductive setting, we propose an online propagation framework and two novel node-adaptive propagation methods that can customize the optimal propagation depth for each node based on its topological information and thereby avoid redundant feature propagation. The trade-off between accuracy and latency can be flexibly managed…
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 · Brain Tumor Detection and Classification · Machine Learning in Materials Science
