🤖 AI Summary
Decentralized training for non-convex stochastic optimization suffers from communication bottlenecks and performance degradation under data heterogeneity and unbounded gradients.
Method: This paper proposes two compression-based decentralized algorithms that unify momentum acceleration, gradient tracking, and adaptive compression. It is the first to integrate adaptive step sizes with compressed communication in decentralized settings and introduces a heavy-ball–style gradient tracking mechanism to handle data heterogeneity and unbounded gradients.
Contribution/Results: The framework achieves topology-agnostic optimal convergence rate of $mathcal{O}(1/T)$ with linear speedup, while jointly mitigating consensus error, compression bias, and momentum accumulation error—ensuring strong theoretical robustness. Experiments on deep neural networks and Transformer models demonstrate significant improvements over state-of-the-art methods, achieving superior trade-offs between convergence speed and communication cost.
📝 Abstract
In this paper, we design two compressed decentralized algorithms for solving nonconvex stochastic optimization under two different scenarios. Both algorithms adopt a momentum technique to achieve fast convergence and a message-compression technique to save communication costs. Though momentum acceleration and compressed communication have been used in literature, it is highly nontrivial to theoretically prove the effectiveness of their composition in a decentralized algorithm that can maintain the benefits of both sides, because of the need to simultaneously control the consensus error, the compression error, and the bias from the momentum gradient.
For the scenario where gradients are bounded, our proposal is a compressed decentralized adaptive method. To the best of our knowledge, this is the first decentralized adaptive stochastic gradient method with compressed communication. For the scenario of data heterogeneity without bounded gradients, our proposal is a compressed decentralized heavy-ball method, which applies a gradient tracking technique to address the challenge of data heterogeneity. Notably, both methods achieve an optimal convergence rate, and they can achieve linear speed up and adopt topology-independent algorithmic parameters within a certain regime of the user-specified error tolerance. Superior empirical performance is observed over state-of-the-art methods on training deep neural networks (DNNs) and Transformers.