Improved Convergence in Parameter-Agnostic Error Feedback through Momentum
Abdurakhmon Sadiev, Yury Demidovich, Igor Sokolov, Grigory Malinovsky, Sarit Khirirat, Peter Richtárik
TL;DR
The paper tackles the challenge of distributed training with compressed communications by introducing EF21 methods that use normalization and parameter-agnostic stepsizes, enabling practical optimization without knowing problem-specific constants. Five momentum variants (Polyak, IGT, RHM, HM, MVR) are analyzed, yielding near-optimal convergence rates for nonconvex smooth objectives, with rates ranging from $\tilde{O}(1/T^{1/4})$ to $\tilde{O}(1/T^{1/3})$. Theoretical results are complemented by experiments on CIFAR-10 with ResNet-18, showing improved sample efficiency and favorable wall-clock performance, particularly for IGT and HM variants. The findings highlight that normalization plus momentum can closely match tuned, problem-dependent EF21 performance while reducing the practical burden of hyperparameter estimation in large-scale training. The work advances scalable distributed optimization under biased compression, with implications for federated and data-heterogeneous settings.
Abstract
Communication compression is essential for scalable distributed training of modern machine learning models, but it often degrades convergence due to the noise it introduces. Error Feedback (EF) mechanisms are widely adopted to mitigate this issue of distributed compression algorithms. Despite their popularity and training efficiency, existing distributed EF algorithms often require prior knowledge of problem parameters (e.g., smoothness constants) to fine-tune stepsizes. This limits their practical applicability especially in large-scale neural network training. In this paper, we study normalized error feedback algorithms that combine EF with normalized updates, various momentum variants, and parameter-agnostic, time-varying stepsizes, thus eliminating the need for problem-dependent tuning. We analyze the convergence of these algorithms for minimizing smooth functions, and establish parameter-agnostic complexity bounds that are close to the best-known bounds with carefully-tuned problem-dependent stepsizes. Specifically, we show that normalized EF21 achieve the convergence rate of near ${O}(1/T^{1/4})$ for Polyak's heavy-ball momentum, ${O}(1/T^{2/7})$ for Iterative Gradient Transport (IGT), and ${O}(1/T^{1/3})$ for STORM and Hessian-corrected momentum. Our results hold with decreasing stepsizes and small mini-batches. Finally, our empirical experiments confirm our theoretical insights.
