DCDSLGNIFeb 12, 2024

Accelerating Distributed Deep Learning using Lossless Homomorphic Compression

arXiv:2402.07529v18 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the scalability problem for distributed training systems by reducing communication overhead without compromising accuracy, though it is an incremental improvement over existing compression methods.

The paper tackles the communication bottleneck in distributed deep learning training by introducing a lossless homomorphic compression algorithm that merges worker-level compression with in-network aggregation, resulting in up to a 6.33x improvement in aggregation throughput and a 3.74x increase in per-iteration training speed across models like NCF, LSTM, VGG19, and BERT-base.

As deep neural networks (DNNs) grow in complexity and size, the resultant increase in communication overhead during distributed training has become a significant bottleneck, challenging the scalability of distributed training systems. Existing solutions, while aiming to mitigate this bottleneck through worker-level compression and in-network aggregation, fall short due to their inability to efficiently reconcile the trade-offs between compression effectiveness and computational overhead, hindering overall performance and scalability. In this paper, we introduce a novel compression algorithm that effectively merges worker-level compression with in-network aggregation. Our solution is both homomorphic, allowing for efficient in-network aggregation without CPU/GPU processing, and lossless, ensuring no compromise on training accuracy. Theoretically optimal in compression and computational efficiency, our approach is empirically validated across diverse DNN models such as NCF, LSTM, VGG19, and BERT-base, showing up to a 6.33$\times$ improvement in aggregation throughput and a 3.74$\times$ increase in per-iteration training speed.

Code Implementations1 repo
Foundations

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

Your Notes