paper-with-me

Papers

DESTRESS: Computation-Optimal and Communication-Efficient Decentralized Nonconvex Finite-Sum Optimization

2021-10-04 · Boyue Li, Zhize Li, Yuejie Chi

Emerging applications in multi-agent environments such as internet-of-things, networked sensing, autonomous systems and federated learning, call for decentralized algorithms for finite-sum optimizations that are resource-efficient in terms of both computation and communication. In this paper, we consider the prototypical setting where the agents work collaboratively to minimize the sum of local loss functions by only communicating with their neighbors over a predetermined network topology. We develop a new algorithm, called DEcentralized STochastic REcurSive gradient methodS (DESTRESS) for nonconvex finite-sum optimization, which matches the optimal incremental first-order oracle (IFO) complexity of centralized algorithms for finding first-order stationary points, while maintaining communication efficiency. Detailed theoretical and numerical comparisons corroborate that the resource efficiencies of DESTRESS improve upon prior decentralized algorithms over a wide range of parameter regimes. DESTRESS leverages several key algorithm design ideas including randomly activated stochastic recursive gradient updates with mini-batches for local computation, gradient tracking with extra mixing (i.e., multiple gossiping rounds) for per-iteration communication, together with careful choices of hyper-parameters and new analysis frameworks to provably achieve a desirable computation-communication trade-off.

📄 PDF Abstract BibTeX arXiv:2110.01165

Code (1)

liboyue/Network-Distributed-Algorithm 공식 구현

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Near-Optimal Decentralized Stochastic Nonconvex Optimization with Heavy-Tailed Noise

2026-01-16 · Menglian Wang, Zhuanghua Liu, Luo Luo arxiv

This paper studies decentralized stochastic nonconvex optimization problem over row-stochastic networks. We consider the heavy-tailed gradient noise which is empirically observed in many popular real-world applications. …

D-SPIDER-SFO: A Decentralized Optimization Algorithm with Faster Convergence Rate for Nonconvex Problems

2019-11-28 · Taoxing Pan, Jun Liu, Jie Wang

Decentralized optimization algorithms have attracted intensive interests recently, as it has a balanced communication pattern, especially when solving large-scale machine learning problems. Stochastic Path Integrated Dif…

Decentralized Nonconvex Optimization with Guaranteed Privacy and Accuracy

2022-12-14 · Yongqiang Wang, Tamer Basar

Privacy protection and nonconvexity are two challenging problems in decentralized optimization and learning involving sensitive data. Despite some recent advances addressing each of the two problems separately, no result…

Compressed Decentralized Momentum Stochastic Gradient Methods for Nonconvex Optimization

2025-08-07 · Wei Liu, Anweshit Panda, Ujwal Pandey, Christopher Brissette 외 arxiv

In this paper, we design two compressed decentralized algorithms for solving nonconvex stochastic optimization under two different scenarios. Both algorithms adopt a momentum technique to achieve fast convergence and a m…

Stochastic Optimization

Convergence and Privacy of Decentralized Nonconvex Optimization with Gradient Clipping and Communication Compression

2023-05-17 · Boyue Li, Yuejie Chi

Achieving communication efficiency in decentralized machine learning has been attracting significant attention, with communication compression recognized as an effective technique in algorithm design. This paper takes a …