paper-with-me

Papers

Accelerated Decentralized Optimization with Local Updates for Smooth and Strongly Convex Objectives

2018-10-05 · Hadrien Hendrikx, Francis Bach, Laurent Massoulié

In this paper, we study the problem of minimizing a sum of smooth and strongly convex functions split over the nodes of a network in a decentralized fashion. We propose the algorithm $ESDACD$, a decentralized accelerated algorithm that only requires local synchrony. Its rate depends on the condition number $\kappa$ of the local functions as well as the network topology and delays. Under mild assumptions on the topology of the graph, $ESDACD$ takes a time $O((\tau_{\max} + \Delta_{\max})\sqrt{{\kappa}/{\gamma}}\ln(\epsilon^{-1}))$ to reach a precision $\epsilon$ where $\gamma$ is the spectral gap of the graph, $\tau_{\max}$ the maximum communication delay and $\Delta_{\max}$ the maximum computation time. Therefore, it matches the rate of $SSDA$, which is optimal when $\tau_{\max} = \Omega\left(\Delta_{\max}\right)$. Applying $ESDACD$ to quadratic local functions leads to an accelerated randomized gossip algorithm of rate $O( \sqrt{\theta_{\rm gossip}/n})$ where $\theta_{\rm gossip}$ is the rate of the standard randomized gossip. To the best of our knowledge, it is the first asynchronous gossip algorithm with a provably improved rate of convergence of the second moment of the error. We illustrate these results with experiments in idealized settings.

📄 PDF Abstract BibTeX arXiv:1810.02660

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Proximal Gradient Method With Probabilistic Multi-Gossip Communications for Decentralized Composite Optimization

2023-12-19 · Luyao Guo, Luqing Wang, Xinli Shi, Jinde Cao

Decentralized optimization methods with local updates have recently gained attention for their provable ability to communication acceleration. In these methods, nodes perform several iterations of local computations betw…

Distributed Optimization

IDEAL: Inexact DEcentralized Accelerated Augmented Lagrangian Method

2020-06-11 · NeurIPS 2020 12 · Yossi Arjevani, Joan Bruna, Bugra Can, Mert Gürbüzbalaban 외

We introduce a framework for designing primal methods under the decentralized optimization setting where local functions are smooth and strongly convex. Our approach consists of approximately solving a sequence of sub-pr…

DADAO: Decoupled Accelerated Decentralized Asynchronous Optimization

2022-07-26 · Adel Nabli, Edouard Oyallon

This work introduces DADAO: the first decentralized, accelerated, asynchronous, primal, first-order algorithm to minimize a sum of $L$-smooth and $\mu$-strongly convex functions distributed over a given network of size $…

Point Processes

Near-Optimal Decentralized Stochastic Convex Optimization over Networks

2026-06-03 · Nitai Kluger, Amit Attia, Tomer Koren arxiv

We study decentralized stochastic smooth convex optimization, where $M$ workers minimize an average objective using local stochastic gradients and neighbor-only communication over a fixed gossip network. A central questi…

SQuARM-SGD: Communication-Efficient Momentum SGD for Decentralized Optimization

2020-05-13 · Navjot Singh, Deepesh Data, Jemin George, Suhas Diggavi

In this paper, we propose and analyze SQuARM-SGD, a communication-efficient algorithm for decentralized training of large-scale machine learning models over a network. In SQuARM-SGD, each node performs a fixed number of …