paper-with-me

Papers

Communication optimization strategies for distributed deep neural network training: A survey

2020-03-06 · Shuo Ouyang, Dezun Dong, Yemao Xu, Liquan Xiao

Recent trends in high-performance computing and deep learning have led to the proliferation of studies on large-scale deep neural network training. However, the frequent communication requirements among computation nodes drastically slows the overall training speeds, which causes bottlenecks in distributed training, particularly in clusters with limited network bandwidths. To mitigate the drawbacks of distributed communications, researchers have proposed various optimization strategies. In this paper, we provide a comprehensive survey of communication strategies from both an algorithm viewpoint and a computer network perspective. Algorithm optimizations focus on reducing the communication volumes used in distributed training, while network optimizations focus on accelerating the communications between distributed devices. At the algorithm level, we describe how to reduce the number of communication rounds and transmitted bits per round. In addition, we elucidate how to overlap computation and communication. At the network level, we discuss the effects caused by network infrastructures, including logical communication schemes and network protocols. Finally, we extrapolate the potential future challenges and new research directions to accelerate communications for distributed deep neural network training.

📄 PDF Abstract BibTeX arXiv:2003.03009

Code (0)

등록된 구현이 없습니다.

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

Resource Allocation and Workload Scheduling for Large-Scale Distributed Deep Learning: A Survey

2024-06-12 · Feng Liang, Zhen Zhang, Haifeng Lu, Chengming Li 외

With rapidly increasing distributed deep learning workloads in large-scale data centers, efficient distributed deep learning framework strategies for resource allocation and workload scheduling have become the key to hig…

Deep LearningSchedulingSurvey

Communication-Efficient Distributed Deep Learning: A Comprehensive Survey

2020-03-10 · Zhenheng Tang, Shaohuai Shi, Wei Wang, Bo Li 외

Distributed deep learning (DL) has become prevalent in recent years to reduce training time by leveraging multiple computing devices (e.g., GPUs/TPUs) due to larger models and datasets. However, system scalability is lim…

Deep LearningSurvey

Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency Analysis

2018-02-26 · Tal Ben-Nun, Torsten Hoefler

Deep Neural Networks (DNNs) are becoming an important tool in modern computing applications. Accelerating their training is a major challenge and techniques range from distributed algorithms to low-level circuit design. …

Deep LearningNeural Architecture SearchStochastic Optimization

Distributed Graph Neural Network Training: A Survey

2022-11-01 · Yingxia Shao, Hongzheng Li, Xizhi Gu, Hongbo Yin 외

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 eff…

CPUDistributed ComputingGPUGraph Neural Network+1