OCLGMLFeb 26, 2019

On Maintaining Linear Convergence of Distributed Learning and Optimization under Limited Communication

arXiv:1902.11163v490 citations
Originality Incremental advance
AI Analysis

This addresses communication bottlenecks in distributed systems for researchers and practitioners, but is incremental as it builds on existing linearly convergent algorithms.

The paper tackles the problem of maintaining linear convergence in distributed learning and optimization under limited communication by designing quantizers that compress information to a few bits while preserving convergence, and characterizes communication time as a function of transmission rate.

In distributed optimization and machine learning, multiple nodes coordinate to solve large problems. To do this, the nodes need to compress important algorithm information to bits so that it can be communicated over a digital channel. The communication time of these algorithms follows a complex interplay between a) the algorithm's convergence properties, b) the compression scheme, and c) the transmission rate offered by the digital channel. We explore these relationships for a general class of linearly convergent distributed algorithms. In particular, we illustrate how to design quantizers for these algorithms that compress the communicated information to a few bits while still preserving the linear convergence. Moreover, we characterize the communication time of these algorithms as a function of the available transmission rate. We illustrate our results on learning algorithms using different communication structures, such as decentralized algorithms where a single master coordinates information from many workers and fully distributed algorithms where only neighbours in a communication graph can communicate. We conclude that a co-design of machine learning and communication protocols are mandatory to flourish machine learning over networks.

Foundations

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

Your Notes