OCLGMLNov 6, 2023

EControl: Fast Distributed Optimization with Compression and Error Control

arXiv:2311.05645v119 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in distributed machine learning training by enabling stable and efficient compression-based methods, though it is incremental as it builds on existing error compensation techniques.

The paper tackled the problem of unstable convergence in distributed optimization with communication compression, especially under data heterogeneity, by proposing EControl, a mechanism that regulates error compensation to achieve fast convergence without requiring strong assumptions.

Modern distributed training relies heavily on communication compression to reduce the communication overhead. In this work, we study algorithms employing a popular class of contractive compressors in order to reduce communication overhead. However, the naive implementation often leads to unstable convergence or even exponential divergence due to the compression bias. Error Compensation (EC) is an extremely popular mechanism to mitigate the aforementioned issues during the training of models enhanced by contractive compression operators. Compared to the effectiveness of EC in the data homogeneous regime, the understanding of the practicality and theoretical foundations of EC in the data heterogeneous regime is limited. Existing convergence analyses typically rely on strong assumptions such as bounded gradients, bounded data heterogeneity, or large batch accesses, which are often infeasible in modern machine learning applications. We resolve the majority of current issues by proposing EControl, a novel mechanism that can regulate error compensation by controlling the strength of the feedback signal. We prove fast convergence for EControl in standard strongly convex, general convex, and nonconvex settings without any additional assumptions on the problem or data heterogeneity. We conduct extensive numerical evaluations to illustrate the efficacy of our method and support our theoretical findings.

Foundations

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

Your Notes