paper-with-me

Papers

Revisiting Distributed Synchronous SGD

2016-04-04 · Jianmin Chen, Xinghao Pan, Rajat Monga, Samy Bengio, Rafal Jozefowicz

Distributed training of deep learning models on large-scale training data is typically conducted with asynchronous stochastic optimization to maximize the rate of updates, at the cost of additional noise introduced from asynchrony. In contrast, the synchronous approach is often thought to be impractical due to idle time wasted on waiting for straggling workers. We revisit these conventional beliefs in this paper, and examine the weaknesses of both approaches. We demonstrate that a third approach, synchronous optimization with backup workers, can avoid asynchronous noise while mitigating for the worst stragglers. Our approach is empirically validated and shown to converge faster and to better test accuracies.

📄 PDF Abstract BibTeX arXiv:1604.00981

Code (4)

Robinatp/Tensorflow_Model_Inception tf
epfml/byzantine-robust-optimizer pytorch
tensorflow/models tf
tensorflow/models/tree/master/research/inception tf

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Revisiting Distributed Synchronous SGD

2017-02-19 · Xinghao Pan, Jianmin Chen, Rajat Monga, Samy Bengio 외

Distributed training of deep learning models on large-scale training data is typically conducted with asynchronous stochastic optimization to maximize the rate of updates, at the cost of additional noise introduced from …

Stochastic Optimization

Revisiting Large Scale Distributed Machine Learning

2015-07-06 · Radu Cristian Ionescu

Nowadays, with the widespread of smartphones and other portable gadgets equipped with a variety of sensors, data is ubiquitous available and the focus of machine learning has shifted from being able to infer from small t…

BIG-bench Machine LearningClustering

Ordered Local Momentum for Asynchronous Distributed Learning under Arbitrary Delays

2026-01-18 · Chang-Wei Shi, Shi-Shang Wang, Wu-Jun Li arxiv

Momentum SGD (MSGD) serves as a foundational optimizer in training deep models due to momentum's key role in accelerating convergence and enhancing generalization. Meanwhile, asynchronous distributed learning is crucial …

SYNTHESIS: A Semi-Asynchronous Path-Integrated Stochastic Gradient Method for Distributed Learning in Computing Clusters

2022-08-17 · Zhuqing Liu, Xin Zhang, Jia Liu

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 me…

An Asynchronous Distributed Framework for Large-scale Learning Based on Parameter Exchanges

2017-05-22 · Bikash Joshi, Franck Iutzeler, Massih-Reza Amini

In many distributed learning problems, the heterogeneous loading of computing machines may harm the overall performance of synchronous strategies. In this paper, we propose an effective asynchronous distributed framework…

Binary ClassificationGeneral ClassificationRecommendation Systems