paper-with-me

홈 › Papers

Accelerating Scalable Graph Neural Network Inference with Node-Adaptive Propagation

2023-10-17 · Xinyi Gao, Wentao Zhang, Junliang Yu, Yingxia Shao, Quoc Viet Hung Nguyen, Bin Cui, Hongzhi Yin

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 through simple hyper-parameters to accommodate various latency constraints. Moreover, to compensate for the inference accuracy loss caused by the potential early termination of propagation, we further propose Inception Distillation to exploit the multi-scale receptive field information within graphs. The rigorous and comprehensive experimental study on public datasets with varying scales and characteristics demonstrates that the proposed inference acceleration framework outperforms existing state-of-the-art graph inference acceleration methods in terms of accuracy and efficiency. Particularly, the superiority of our approach is notable on datasets with larger scales, yielding a 75x inference speedup on the largest Ogbn-products dataset.

📄 PDF Abstract BibTeX arXiv:2310.10998

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

Flashlight: Scalable Link Prediction with Effective Decoders

2022-09-17 · Yiwei Wang, Bryan Hooi, Yozen Liu, Tong Zhao 외

Link prediction (LP) has been recognized as an important task in graph learning with its broad practical applications. A typical application of LP is to retrieve the top scoring neighbors for a given source node, such as…

Graph LearningLink PredictionPrediction

Learning to Condition: A Neural Heuristic for Scalable MPE Inference

2025-09-22 · Brij Malhotra, Shivvrat Arya, Tahrima Rahman, Vibhav Giridhar Gogate arxiv

We introduce learning to condition (L2C), a scalable, data-driven framework for accelerating Most Probable Explanation (MPE) inference in Probabilistic Graphical Models (PGMs), a fundamentally intractable problem. L2C tr…

Scalable and Adaptive Spectral Embedding for Attributed Graph Clustering

2024-08-11 · Yunhui Liu, Tieke He, Qing Wu, Tao Zheng 외

Attributed graph clustering, which aims to group the nodes of an attributed graph into disjoint clusters, has made promising advancements in recent years. However, most existing methods face challenges when applied to la…

ClusteringGraph Clustering

FeLoG: Scalable and Efficient Distributed Graph Embedding with Feedback Loop Mechanism

2026-06-20 · Peng Fang, Arijit Khan, Ziqiang Wu, Zhenli Li 외 arxiv

Graph embedding maps graph nodes into low-dimensional vectors to support applications such as recommendation, fraud detection, and graph-based retrieval-augmented generation (GraphRAG). As graphs scale to billions of edg…

Fraud DetectionGraph Embedding

SAC: Accelerating and Structuring Self-Attention via Sparse Adaptive Connection

2020-03-22 · NeurIPS 2020 12 · Xiaoya Li, Yuxian Meng, Mingxin Zhou, Qinghong Han 외

While the self-attention mechanism has been widely used in a wide variety of tasks, it has the unfortunate property of a quadratic cost with respect to the input length, which makes it difficult to deal with long inputs.…

Graph Representation Learningimage-classificationImage ClassificationLanguage Modeling+4