On the Convergence of Quantized Parallel Restarted SGD for Central Server Free Distributed Training
Feijie Wu, Shiqi He, Yutong Yang, Haozhao Wang, Zhihao Qu, Song Guo,, Weihua Zhuang

TL;DR
This paper introduces QPRSGD, a quantized, serverless distributed training algorithm that reduces communication overhead and achieves fast convergence, outperforming existing methods especially in low bandwidth environments.
Contribution
The paper proposes QPRSGD, a novel quantized, parallel restarted SGD algorithm for serverless paradigms, with proven convergence and superior communication efficiency.
Findings
Reduces communication overhead by 90%.
Achieves convergence rate of O(1/√(NK²M)).
Boosts convergence speed by up to 18.6 times.
Abstract
Communication is a crucial phase in the context of distributed training. Because parameter server (PS) frequently experiences network congestion, recent studies have found that training paradigms without a centralized server outperform the traditional server-based paradigms in terms of communication efficiency. However, with the increasing growth of model sizes, these server-free paradigms are also confronted with substantial communication overhead that seriously deteriorates the performance of distributed training. In this paper, we focus on communication efficiency of two serverless paradigms, i.e., Ring All-Reduce (RAR) and gossip, by proposing the Quantized Parallel Restarted Stochastic Gradient Descent (QPRSGD), an algorithm that allows multiple local SGD updates before a global synchronization, in synergy with the quantization to significantly reduce the communication overhead. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Privacy-Preserving Technologies in Data · Age of Information Optimization
