LGOCMLJun 7, 2022

Beyond spectral gap: The role of the topology in decentralized learning

arXiv:2206.03093v244 citationsh-index: 58
Originality Incremental advance
AI Analysis

This addresses a theoretical gap for researchers in distributed optimization, offering insights into graph topology effects, but it is incremental as it builds on prior work.

The paper tackles the problem that existing theory fails to capture real-world behavior in decentralized learning, such as the spectral gap not predicting performance and collaboration enabling larger learning rates, and provides new theoretical results that match empirical observations in deep learning.

In data-parallel optimization of machine learning models, workers collaborate to improve their estimates of the model: more accurate gradients allow them to use larger learning rates and optimize faster. We consider the setting in which all workers sample from the same dataset, and communicate over a sparse graph (decentralized). In this setting, current theory fails to capture important aspects of real-world behavior. First, the 'spectral gap' of the communication graph is not predictive of its empirical performance in (deep) learning. Second, current theory does not explain that collaboration enables larger learning rates than training alone. In fact, it prescribes smaller learning rates, which further decrease as graphs become larger, failing to explain convergence in infinite graphs. This paper aims to paint an accurate picture of sparsely-connected distributed optimization when workers share the same data distribution. We quantify how the graph topology influences convergence in a quadratic toy problem and provide theoretical results for general smooth and (strongly) convex objectives. Our theory matches empirical observations in deep learning, and accurately describes the relative merits of different graph topologies.

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