Parallel Momentum Methods Under Biased Gradient Estimations
Ali Beikmohammadi, Sarit Khirirat, Sindri Magnússon
TL;DR
The paper addresses the challenge of parallel momentum methods under biased gradient estimations in distributed optimization. It develops a unified, worst-case convergence framework for general non-convex and $\mu$-PL objectives that does not require unbiased gradient estimates, and it applies the results to biased gradient models including compression, clipping, and stochastic composite gradients (e.g., MAML). The authors derive descent-based bounds and affine-variance noise assumptions, establishing sublinear to linear convergence with a bias-dependent residual under bias, and demonstrate improved performance over biased SGD in distributed neural network experiments. The work provides practical guidance for deploying momentum in server–worker setups with communication-efficient gradients, and it highlights robustness and faster convergence across diverse bias scenarios. Overall, the framework broadens the applicability of momentum methods in real-world distributed learning where unbiased gradients are not available.
Abstract
Parallel stochastic gradient methods are gaining prominence in solving large-scale machine learning problems that involve data distributed across multiple nodes. However, obtaining unbiased stochastic gradients, which have been the focus of most theoretical research, is challenging in many distributed machine learning applications. The gradient estimations easily become biased, for example, when gradients are compressed or clipped, when data is shuffled, and in meta-learning and reinforcement learning. In this work, we establish worst-case bounds on parallel momentum methods under biased gradient estimation on both general non-convex and $μ$-PL problems. Our analysis covers general distributed optimization problems, and we work out the implications for special cases where gradient estimates are biased, i.e. in meta-learning and when the gradients are compressed or clipped. Our numerical experiments verify our theoretical findings and show faster convergence performance of momentum methods than traditional biased gradient descent.
