paper-with-me

Papers

Make Workers Work Harder: Decoupled Asynchronous Proximal Stochastic Gradient Descent

2016-05-21 · Yitan Li, Linli Xu, Xiaowei Zhong, Qing Ling

Asynchronous parallel optimization algorithms for solving large-scale machine learning problems have drawn significant attention from academia to industry recently. This paper proposes a novel algorithm, decoupled asynchronous proximal stochastic gradient descent (DAP-SGD), to minimize an objective function that is the composite of the average of multiple empirical losses and a regularization term. Unlike the traditional asynchronous proximal stochastic gradient descent (TAP-SGD) in which the master carries much of the computation load, the proposed algorithm off-loads the majority of computation tasks from the master to workers, and leaves the master to conduct simple addition operations. This strategy yields an easy-to-parallelize algorithm, whose performance is justified by theoretical convergence analyses. To be specific, DAP-SGD achieves an $O(\log T/T)$ rate when the step-size is diminishing and an ergodic $O(1/\sqrt{T})$ rate when the step-size is constant, where $T$ is the number of total iterations.

📄 PDF Abstract BibTeX arXiv:1605.06619

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Decoupled Asynchronous Proximal Stochastic Gradient Descent with Variance Reduction

2016-09-22 · Zhouyuan Huo, Bin Gu, Heng Huang

In the era of big data, optimizing large scale machine learning problems becomes a challenging task and draws significant attention. Asynchronous optimization algorithms come out as a promising solution. Recently, decoup…

Dual-Delayed Asynchronous SGD for Arbitrarily Heterogeneous Data

2024-05-27 · Xiaolu Wang, Yuchang Sun, Hoi-To Wai, Jun Zhang

We consider the distributed learning problem with data dispersed across multiple workers under the orchestration of a central server. Asynchronous Stochastic Gradient Descent (SGD) has been widely explored in such a sett…

Ringmaster ASGD: The First Asynchronous SGD with Optimal Time Complexity

2025-01-27 · Artavazd Maranjyan, Alexander Tyurin, Peter Richtárik

Asynchronous Stochastic Gradient Descent (Asynchronous SGD) is a cornerstone method for parallelizing learning in distributed machine learning. However, its performance suffers under arbitrarily heterogeneous computation…

Clipping Makes Distributed and Federated Asynchronous SGD Robust to Stragglers

2026-06-11 · Samuel Erickson, Mikael Johansson arxiv

In modern machine learning, parallelization of training is an important strategy for increasing scale. Asynchronous stochastic gradient descent (ASGD), which maximizes the utilization of available hardware by avoiding wa…

Laminar: A Scalable Asynchronous RL Post-Training Framework

2025-10-14 · Guangming Sheng, Yuxuan Tong, Borui Wan, Wang Zhang 외 arxiv

Reinforcement learning (RL) post-training for Large Language Models (LLMs) is now scaling to large clusters and running for extended durations to enhance model reasoning performance. However, the scalability of existing …

Reinforcement Learning