MLLGMay 30, 2019

Global Momentum Compression for Sparse Communication in Distributed Learning

arXiv:1905.12948v31 citations
Originality Incremental advance
AI Analysis

This work addresses communication efficiency in distributed learning for large-scale deep models, offering a novel approach that improves performance over existing methods, though it is incremental in the context of momentum-based optimization.

The paper tackles the communication bottleneck in distributed momentum stochastic gradient descent (DMSGD) by proposing global momentum compression (GMC and GMC+), which uses global momentum instead of local momentum for sparse communication, achieving higher test accuracy and faster convergence, especially under non-IID data distributions.

With the rapid growth of data, distributed momentum stochastic gradient descent~(DMSGD) has been widely used in distributed learning, especially for training large-scale deep models. Due to the latency and limited bandwidth of the network, communication has become the bottleneck of distributed learning. Communication compression with sparsified gradient, abbreviated as \emph{sparse communication}, has been widely employed to reduce communication cost. All existing works about sparse communication in DMSGD employ local momentum, in which the momentum only accumulates stochastic gradients computed by each worker locally. In this paper, we propose a novel method, called \emph{\underline{g}}lobal \emph{\underline{m}}omentum \emph{\underline{c}}ompression~(GMC), for sparse communication. Different from existing works that utilize local momentum, GMC utilizes global momentum. Furthermore, to enhance the convergence performance when using more aggressive sparsification compressors (e.g., RBGS), we extend GMC to GMC+. We theoretically prove the convergence of GMC and GMC+. To the best of our knowledge, this is the first work that introduces global momentum for sparse communication in distributed learning. Empirical results demonstrate that, compared with the local momentum counterparts, our GMC and GMC+ can achieve higher test accuracy and exhibit faster convergence, especially under non-IID data distribution.

Foundations

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

Your Notes