SOTAVerified

NUQSGD: Improved Communication Efficiency for Data-parallel SGD via Nonuniform Quantization

2019-08-16Code Available0· sign in to hype

Ali Ramezani-Kebrya, Fartash Faghri, Daniel M. Roy

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

As the size and complexity of models and datasets grow, so does the need for communication-efficient variants of stochastic gradient descent that can be deployed on clusters to perform model fitting in parallel. Alistarh et al. (2017) describe two variants of data-parallel SGD that quantize and encode gradients to lessen communication costs. For the first variant, QSGD, they provide strong theoretical guarantees. For the second variant, which we call QSGDinf, they demonstrate impressive empirical gains for distributed training of large neural networks. Building on their work, we propose an alternative scheme for quantizing gradients and show that it yields stronger theoretical guarantees than exist for QSGD while matching the empirical performance of QSGDinf.

Tasks

Reproductions