DCLGOCNov 19, 2019

On the Discrepancy between the Theoretical Analysis and Practical Implementations of Compressed Communication for Distributed Deep Learning

arXiv:1911.08250v187 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a practical issue for developers of distributed deep learning systems, though it is incremental as it clarifies existing methods rather than introducing new ones.

The paper tackles the discrepancy between theoretical analysis and practical implementations of compressed communication in distributed deep learning, proving that layer-wise compression has a better theoretical convergence rate than entire-model compression, but experiments show practical convergence varies with model and compression ratio.

Compressed communication, in the form of sparsification or quantization of stochastic gradients, is employed to reduce communication costs in distributed data-parallel training of deep neural networks. However, there exists a discrepancy between theory and practice: while theoretical analysis of most existing compression methods assumes compression is applied to the gradients of the entire model, many practical implementations operate individually on the gradients of each layer of the model. In this paper, we prove that layer-wise compression is, in theory, better, because the convergence rate is upper bounded by that of entire-model compression for a wide range of biased and unbiased compression methods. However, despite the theoretical bound, our experimental study of six well-known methods shows that convergence, in practice, may or may not be better, depending on the actual trained model and compression ratio. Our findings suggest that it would be advantageous for deep learning frameworks to include support for both layer-wise and entire-model compression.

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