paper-with-me

Papers

Acceleration Algorithms in GNNs: A Survey

2024-05-07 · Lu Ma, Zeang Sheng, Xunkai Li, Xinyi Gao, Zhezheng Hao, Ling Yang, Wentao Zhang, Bin Cui

Graph Neural Networks (GNNs) have demonstrated effectiveness in various graph-based tasks. However, their inefficiency in training and inference presents challenges for scaling up to real-world and large-scale graph applications. To address the critical challenges, a range of algorithms have been proposed to accelerate training and inference of GNNs, attracting increasing attention from the research community. In this paper, we present a systematic review of acceleration algorithms in GNNs, which can be categorized into three main topics based on their purpose: training acceleration, inference acceleration, and execution acceleration. Specifically, we summarize and categorize the existing approaches for each main topic, and provide detailed characterizations of the approaches within each category. Additionally, we review several libraries related to acceleration algorithms in GNNs and discuss our Scalable Graph Learning (SGL) library. Finally, we propose promising directions for future research. A complete summary is presented in our GitHub repository: https://github.com/PKU-DAIR/SGL/blob/main/Awsome-GNN-Acceleration.md.

📄 PDF Abstract BibTeX arXiv:2405.04114

Code (1)

PKU-DAIR/SGL 공식 구현 pytorch

Tasks

Graph LearningSurvey

Similar Papers 제목 키워드 기반

A Survey on Graph Neural Network Acceleration: Algorithms, Systems, and Customized Hardware

2023-06-24 · Shichang Zhang, Atefeh Sohrabizadeh, Cheng Wan, Zijie Huang 외

Graph neural networks (GNNs) are emerging for machine learning research on graph-structured data. GNNs achieve state-of-the-art performance on many tasks, but they face scalability challenges when it comes to real-world …

Graph Neural Network

Survey on Graph Neural Network Acceleration: An Algorithmic Perspective

2022-02-10 · Xin Liu, Mingyu Yan, Lei Deng, Guoqi Li 외

Graph neural networks (GNNs) have been a hot spot of recent research and are widely utilized in diverse applications. However, with the use of huger data and deeper models, an urgent demand is unsurprisingly made to acce…

Graph Neural NetworkSurvey

Computing Graph Neural Networks: A Survey from Algorithms to Accelerators

2020-09-30 · Sergi Abadal, Akshay Jain, Robert Guirado, Jorge López-Alonso 외

Graph Neural Networks (GNNs) have exploded onto the machine learning scene in recent years owing to their capability to model and learn from graph-structured data. Such an ability has strong implications in a wide variet…

Survey

A survey on FPGA-based accelerator for ML models

2024-12-20 · Feng Yan, Andreas Koch, Oliver Sinnen

This paper thoroughly surveys machine learning (ML) algorithms acceleration in hardware accelerators, focusing on Field-Programmable Gate Arrays (FPGAs). It reviews 287 out of 1138 papers from the past six years, sourced…

Survey

Bottleneck Analysis of Dynamic Graph Neural Network Inference on CPU and GPU

2022-10-08 · Hanqiu Chen, Yahya Alhinai, Yihan Jiang, Eunjee Na 외

Dynamic graph neural network (DGNN) is becoming increasingly popular because of its widespread use in capturing dynamic features in the real world. A variety of dynamic graph neural networks designed from algorithmic per…

CPUDiversityGPUGraph Neural Network