paper-with-me

홈 › Papers

Accelerating Large Scale Real-Time GNN Inference using Channel Pruning

2021-05-10 · Hongkuan Zhou, Ajitesh Srivastava, Hanqing Zeng, Rajgopal Kannan, Viktor Prasanna

Graph Neural Networks (GNNs) are proven to be powerful models to generate node embedding for downstream applications. However, due to the high computation complexity of GNN inference, it is hard to deploy GNNs for large-scale or real-time applications. In this paper, we propose to accelerate GNN inference by pruning the dimensions in each layer with negligible accuracy loss. Our pruning framework uses a novel LASSO regression formulation for GNNs to identify feature dimensions (channels) that have high influence on the output activation. We identify two inference scenarios and design pruning schemes based on their computation and memory usage for each. To further reduce the inference complexity, we effectively store and reuse hidden features of visited nodes, which significantly reduces the number of supporting nodes needed to compute the target embedding. We evaluate the proposed method with the node classification problem on five popular datasets and a real-time spam detection application. We demonstrate that the pruned GNN models greatly reduce computation and memory usage with little accuracy loss. For full inference, the proposed method achieves an average of 3.27x speedup with only 0.002 drop in F1-Micro on GPU. For batched inference, the proposed method achieves an average of 6.67x speedup with only 0.003 drop in F1-Micro on CPU. To the best of our knowledge, we are the first to accelerate large scale real-time GNN inference through channel pruning.

📄 PDF Abstract BibTeX arXiv:2105.04528

Code (1)

tedzhouhk/GCNP 공식 구현 pytorch

Tasks

CPUGPUNode ClassificationSpam detection

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

DeeBERT: Dynamic Early Exiting for Accelerating BERT Inference

2020-04-27 · ACL 2020 6 · Ji Xin, Raphael Tang, Jaejun Lee, Yao-Liang Yu 외

Large-scale pre-trained language models such as BERT have brought significant improvements to NLP applications. However, they are also notorious for being slow in inference, which makes them difficult to deploy in real-t…

Accelerating Scalable Graph Neural Network Inference with Node-Adaptive Propagation

2023-10-17 · Xinyi Gao, Wentao Zhang, Junliang Yu, Yingxia Shao 외

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. Althou…

Graph Neural Network

Elbert: Fast Albert with Confidence-Window Based Early Exit

2021-07-01 · Keli Xie, Siyuan Lu, Meiqi Wang, Zhongfeng Wang

Despite the great success in Natural Language Processing (NLP) area, large pre-trained language models like BERT are not well-suited for resource-constrained or real-time applications owing to the large number of paramet…

Decision Making

UpDLRM: Accelerating Personalized Recommendation using Real-World PIM Architecture

2024-06-20 · Sitian Chen, Haobin Tan, Amelie Chi Zhou, Yusen Li 외

Deep Learning Recommendation Models (DLRMs) have gained popularity in recommendation systems due to their effectiveness in handling large-scale recommendation tasks. The embedding layers of DLRMs have become the performa…

CPUGPURecommendation Systems

Polar Sparsity: High Throughput Batched LLM Inferencing with Scalable Contextual Sparsity

2025-05-20 · Susav Shrestha, Brad Settlemyer, Nikoli Dryden, Narasimha Reddy

Accelerating large language model (LLM) inference is critical for real-world deployments requiring high throughput and low latency. Contextual sparsity, where each token dynamically activates only a small subset of the m…

GPULarge Language Model