OCDCLGOct 5, 2018

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

arXiv:1810.02660v347 citations
Originality Incremental advance
AI Analysis

This work addresses efficient decentralized optimization for distributed systems, offering incremental improvements in asynchronous algorithms with provable gains.

The paper tackles decentralized optimization for smooth and strongly convex functions over networks by proposing the ESDACD algorithm, which achieves a time complexity of O((τ_max + Δ_max)√(κ/γ) ln(ε^{-1})) to reach precision ε, matching optimal rates under certain conditions and leading to an accelerated randomized gossip algorithm with improved convergence rates.

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 $κ$ 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((τ_{\max} + Δ_{\max})\sqrt{κ/γ}\ln(ε^{-1}))$ to reach a precision $ε$ where $γ$ is the spectral gap of the graph, $τ_{\max}$ the maximum communication delay and $Δ_{\max}$ the maximum computation time. Therefore, it matches the rate of $SSDA$, which is optimal when $τ_{\max} = Ω\left(Δ_{\max}\right)$. Applying $ESDACD$ to quadratic local functions leads to an accelerated randomized gossip algorithm of rate $O( \sqrt{θ_{\rm gossip}/n})$ where $θ_{\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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes