paper-with-me

홈 › Papers

A Stochastic Approximation Approach for Efficient Decentralized Optimization on Random Networks

2024-10-24 · Chung-Yiu Yau, Haoming Liu, Hoi-To Wai

A challenging problem in decentralized optimization is to develop algorithms with fast convergence on random and time varying topologies under unreliable and bandwidth-constrained communication network. This paper studies a stochastic approximation approach with a Fully Stochastic Primal Dual Algorithm (FSPDA) framework. Our framework relies on a novel observation that randomness in time varying topology can be incorporated in a stochastic augmented Lagrangian formulation, whose expected value admits saddle points that coincide with stationary solutions of the decentralized optimization problem. With the FSPDA framework, we develop two new algorithms supporting efficient sparsified communication on random time varying topologies -- FSPDA-SA allows agents to execute multiple local gradient steps depending on the time varying topology to accelerate convergence, and FSPDA-STORM further incorporates a variance reduction step to improve sample complexity. For problems with smooth (possibly non-convex) objective function, within $T$ iterations, we show that FSPDA-SA (resp. FSPDA-STORM) finds an $\mathcal{O}( 1/\sqrt{T} )$-stationary (resp. $\mathcal{O}( 1/T^{2/3} )$) solution. Numerical experiments show the benefits of the FSPDA algorithms.

📄 PDF Abstract BibTeX arXiv:2410.18774

Code (1)

OscarYau525/FSPDA 공식 구현 pytorch

Tasks

Blocking

Similar Papers 제목 키워드 기반

Online Optimization Perspective on First-Order and Zero-Order Decentralized Nonsmooth Nonconvex Stochastic Optimization

2024-06-03 · Emre Sahinoglu, Shahin Shahrampour

We investigate the finite-time analysis of finding ($\delta,\epsilon$)-stationary points for nonsmooth nonconvex objectives in decentralized stochastic optimization. A set of agents aim at minimizing a global function us…

Stochastic Optimization

Decentralized Stochastic Nonconvex Optimization under the $(L_0,L_1)$-Smoothness

2025-09-10 · Luo Luo, Xue Cui, Tingkai Jia, Cheng Chen arxiv

This paper focuses on the decentralized stochastic optimization problem $f(\mathbf{x})=\frac{1}{m}\sum_{i=1}^m f_i(\mathbf{x})$ over a connected network of $n$ agents, where each local function has the form of $f_i(\math…

Stochastic Optimization

PopSGD: Decentralized Stochastic Gradient Descent in the Population Model

2019-09-25 · Giorgi Nadiradze, Amirmojtaba Sabour, Aditya Sharma, Ilia Markov 외

The population model is a standard way to represent large-scale decentralized distributed systems, in which agents with limited computational power interact in randomly chosen pairs, in order to collectively solve global…

Distributed OptimizationScheduling

Stochastic Gradient Descent over P2

2026-09-11 · Maria Oprea, Qin Li, Yunan Yang arxiv

Stochastic gradient descent (SGD) admits diffusion approximations that replace the complicated randomness of stochastic gradients by Gaussian noise, providing a powerful tool for understanding its dynamics and long-time …

Stochastic Optimization

Just One Byte (per gradient): A Note on Low-Bandwidth Decentralized Language Model Finetuning Using Shared Randomness

2023-06-16 · Eric Zelikman, Qian Huang, Percy Liang, Nick Haber 외

Language model training in distributed settings is limited by the communication cost of gradient exchanges. In this short note, we extend recent work from Malladi et al. (2023), using shared randomness to perform distrib…

Distributed OptimizationLanguage ModelingLanguage Modelling