LGDCSep 23, 2023

Empowering Distributed Training with Sparsity-driven Data Synchronization

arXiv:2309.13254v22 citationsh-index: 32
Originality Highly original
AI Analysis

This work addresses a critical performance issue in distributed training for deep learning practitioners, offering a novel solution to leverage sparsity for improved efficiency.

The paper tackles the communication bottleneck in distributed deep learning training by developing Zen, a gradient synchronization system optimized for sparse tensors, achieving up to 5.09x speedup in communication time and 2.48x speedup in training throughput compared to state-of-the-art methods.

Distributed training is the de facto standard to scale up the training of deep learning models with multiple GPUs. Its performance bottleneck lies in communications for gradient synchronization. Although high tensor sparsity is widely observed, the optimal communication scheme to fully leverage sparsity is still missing. This paper aims to bridge this gap. We first analyze the characteristics of sparse tensors in popular models to understand the fundamentals of sparsity. We then systematically explore the design space of communication schemes for sparse tensors and find the optimal ones. These findings give a new understanding and inspire us to develop a holistic gradient synchronization system called Zen for sparse tensors. We demonstrate that Zen can achieve up to 5.09x speedup in communication time and up to $2.48\times$ speedup in training throughput compared to the state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes