paper-with-me

Papers

Can Decentralized Algorithms Outperform Centralized Algorithms? A Case Study for Decentralized Parallel Stochastic Gradient Descent

2017-05-25 · NeurIPS 2017 12 · Xiangru Lian, Ce Zhang, huan zhang, Cho-Jui Hsieh, Wei zhang, Ji Liu

Most distributed machine learning systems nowadays, including TensorFlow and CNTK, are built in a centralized fashion. One bottleneck of centralized algorithms lies on high communication cost on the central node. Motivated by this, we ask, can decentralized algorithms be faster than its centralized counterpart? Although decentralized PSGD (D-PSGD) algorithms have been studied by the control community, existing analysis and theory do not show any advantage over centralized PSGD (C-PSGD) algorithms, simply assuming the application scenario where only the decentralized network is available. In this paper, we study a D-PSGD algorithm and provide the first theoretical analysis that indicates a regime in which decentralized algorithms might outperform centralized algorithms for distributed stochastic gradient descent. This is because D-PSGD has comparable total computational complexities to C-PSGD but requires much less communication cost on the busiest node. We further conduct an empirical study to validate our theoretical analysis across multiple frameworks (CNTK and Torch), different network configurations, and computation platforms up to 112 GPUs. On network configurations with low bandwidth or high latency, D-PSGD can be up to one order of magnitude faster than its well-optimized centralized counterparts.

📄 PDF Abstract BibTeX arXiv:1705.09056

Code (3)

VhalPurohit/290s pytorch
aparna-aketi/d_psgd pytorch
facebookresearch/stochastic_gradient_push pytorch

Similar Papers 제목 키워드 기반

Optimal Algorithms for Decentralized Stochastic Variational Inequalities

2022-02-06 · Dmitry Kovalev, Aleksandr Beznosikov, Abdurakhmon Sadiev, Michael Persiianov 외

Variational inequalities are a formalism that includes games, minimization, saddle point, and equilibrium problems as special cases. Methods for variational inequalities are therefore universal approaches for many applie…

Decentralized Accelerated Proximal Gradient Descent

2020-12-01 · NeurIPS 2020 12 · Haishan Ye, Ziang Zhou, Luo Luo, Tong Zhang

Decentralized optimization has wide applications in machine learning, signal processing, and control. In this paper, we study the decentralized composite optimization problem with a non-smooth regularization term…

BIG-bench Machine Learning

Rapid Grassmannian Averaging with Chebyshev Polynomials

2024-10-11 · Brighton Ancelin, Alex Saad-Falcon, Kason Ancelin, Justin Romberg

We propose new algorithms to efficiently average a collection of points on a Grassmannian manifold in both the centralized and decentralized settings. Grassmannian points are used ubiquitously in machine learning, comput…

On linear convergence of two decentralized algorithms

2019-06-17 · Yao Li, Ming Yan

Decentralized algorithms solve multi-agent problems over a connected network, where the information can only be exchanged with the accessible neighbors. Though there exist several decentralized optimization algorithms, t…

Vocal Bursts Valence Prediction

Sample and Communication-Efficient Decentralized Actor-Critic Algorithms with Finite-Time Analysis

2021-09-08 · Ziyi Chen, Yi Zhou, Rongrong Chen, Shaofeng Zou

Actor-critic (AC) algorithms have been widely adopted in decentralized multi-agent systems to learn the optimal joint control policy. However, existing decentralized AC algorithms either do not preserve the privacy of ag…