paper-with-me

Papers

Distributed Graph Neural Network Training: A Survey

2022-11-01 · Yingxia Shao, Hongzheng Li, Xizhi Gu, Hongbo Yin, Yawen Li, Xupeng Miao, Wentao Zhang, Bin Cui, Lei Chen

Graph neural networks (GNNs) are a type of deep learning models that are trained on graphs and have been successfully applied in various domains. Despite the effectiveness of GNNs, it is still challenging for GNNs to efficiently scale to large graphs. As a remedy, distributed computing becomes a promising solution of training large-scale GNNs, since it is able to provide abundant computing resources. However, the dependency of graph structure increases the difficulty of achieving high-efficiency distributed GNN training, which suffers from the massive communication and workload imbalance. In recent years, many efforts have been made on distributed GNN training, and an array of training algorithms and systems have been proposed. Yet, there is a lack of systematic review on the optimization techniques for the distributed execution of GNN training. In this survey, we analyze three major challenges in distributed GNN training that are massive feature communication, the loss of model accuracy and workload imbalance. Then we introduce a new taxonomy for the optimization techniques in distributed GNN training that address the above challenges. The new taxonomy classifies existing techniques into four categories that are GNN data partition, GNN batch generation, GNN execution model, and GNN communication protocol. We carefully discuss the techniques in each category. In the end, we summarize existing distributed GNN systems for multi-GPUs, GPU-clusters and CPU-clusters, respectively, and give a discussion about the future direction on distributed GNN training.

📄 PDF Abstract BibTeX arXiv:2211.00216

Code (0)

등록된 구현이 없습니다.

Tasks

CPUDistributed ComputingGPUGraph Neural NetworkSurvey

Similar Papers 제목 키워드 기반

A Comprehensive Survey on Distributed Training of Graph Neural Networks

2022-11-10 · Haiyang Lin, Mingyu Yan, Xiaochun Ye, Dongrui Fan 외

Graph neural networks (GNNs) have been demonstrated to be a powerful algorithmic model in broad application fields for their effectiveness in learning over graphs. To scale GNN training up for large-scale and ever-growin…

Survey

A Survey on Dynamic Job Scheduling in Grid Environment Based on Heuristic Algorithms

2014-02-21 · D. Thilagavathi, Antony Selvadoss Thanamani

Computational Grids are a new trend in distributed computing systems. They allow the sharing of geographically distributed resources in an efficient way, extending the boundaries of what we perceive as distributed comput…

CPUDistributed ComputingScheduling

A Survey on Hyperdimensional Computing aka Vector Symbolic Architectures, Part I: Models and Data Transformations

2021-11-11 · Denis Kleyko, Dmitri A. Rachkovskij, Evgeny Osipov, Abbas Rahimi

This two-part comprehensive survey is devoted to a computing framework most commonly known under the names Hyperdimensional Computing and Vector Symbolic Architectures (HDC/VSA). Both names refer to a family of computati…

Electrical EngineeringSurvey

Generalization bounds for learning under graph-dependence: A survey

2022-03-25 · Rui-Ray Zhang, Massih-Reza Amini

Traditional statistical learning theory relies on the assumption that data are identically and independently distributed (i.i.d.). However, this assumption often does not hold in many real-life applications. In this surv…

Generalization BoundsLearning TheorySurvey

A survey on secure decentralized optimization and learning

2024-08-16 · Changxin Liu, Nicola Bastianello, Wei Huo, Yang Shi 외

Decentralized optimization has become a standard paradigm for solving large-scale decision-making problems and training large machine learning models without centralizing data. However, this paradigm introduces new priva…

Decision MakingDistributed OptimizationPrivacy PreservingSurvey