English

CSER: Communication-efficient SGD with Error Reset

Machine Learning 2020-12-08 v3 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

The scalability of Distributed Stochastic Gradient Descent (SGD) is today limited by communication bottlenecks. We propose a novel SGD variant: Communication-efficient SGD with Error Reset, or CSER. The key idea in CSER is first a new technique called "error reset" that adapts arbitrary compressors for SGD, producing bifurcated local models with periodic reset of resulting local residual errors. Second we introduce partial synchronization for both the gradients and the models, leveraging advantages from them. We prove the convergence of CSER for smooth non-convex problems. Empirical results show that when combined with highly aggressive compressors, the CSER algorithms accelerate the distributed training by nearly 10x for CIFAR-100, and by 4.5x for ImageNet.

Keywords

Cite

@article{arxiv.2007.13221,
  title  = {CSER: Communication-efficient SGD with Error Reset},
  author = {Cong Xie and Shuai Zheng and Oluwasanmi Koyejo and Indranil Gupta and Mu Li and Haibin Lin},
  journal= {arXiv preprint arXiv:2007.13221},
  year   = {2020}
}
R2 v1 2026-06-23T17:24:56.290Z