SYNTHESIS: A Semi-Asynchronous Path-Integrated Stochastic Gradient Method for Distributed Learning in Computing Clusters
Zhuqing Liu, Xin Zhang, Jia Liu

TL;DR
The paper introduces STNTHESIS, a semi-asynchronous stochastic gradient method for distributed learning that improves convergence speed and reduces complexity by leveraging variance reduction, applicable in distributed and shared memory systems.
Contribution
It proposes a novel semi-asynchronous algorithm, STNTHESIS, with theoretical convergence guarantees and stability analysis, addressing limitations of existing distributed training methods.
Findings
Achieves $O(rac{ ext{sqrt}(N)}{ ext{epsilon}^2}( ext{Delta}+1)+N)$ complexity in distributed settings.
Achieves $O(rac{ ext{sqrt}(N)}{ ext{epsilon}^2}( ext{Delta}+1) d+N)$ complexity in shared memory settings.
Validated through extensive numerical experiments confirming theoretical results.
Abstract
To increase the training speed of distributed learning, recent years have witnessed a significant amount of interest in developing both synchronous and asynchronous distributed stochastic variance-reduced optimization methods. However, all existing synchronous and asynchronous distributed training algorithms suffer from various limitations in either convergence speed or implementation complexity. This motivates us to propose an algorithm called STNTHESIS (semi-asynchronous path-integrated stochastic gradient search), which leverages the special structure of the variance-reduction framework to overcome the limitations of both synchronous and asynchronous distributed learning algorithms while retaining their salient features. We consider two implementations of STNTHESIS under distributed and shared memory architectures. We show that our STNTHESIS algorithms have…
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 · Machine Learning and ELM · Privacy-Preserving Technologies in Data
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
