OCLGDec 19, 2023

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

arXiv:2312.11861v32 citationsh-index: 18SIPN
Originality Incremental advance
AI Analysis

This addresses communication efficiency in decentralized optimization for networks with nonsmooth functions, though it is incremental as it builds on existing local update methods.

The paper tackles decentralized composite optimization by proposing MG-Skip, a method with probabilistic local updates and multi-gossip communications that achieves communication acceleration, with communication complexity of O(√(κ/(1-ρ)) log(1/ε)) and computation complexity of O(κ log(1/ε)).

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 between the communication rounds. Nevertheless, this capability is effective only when the network is sufficiently well-connected and the loss function is smooth. In this paper, we propose a communication-efficient method MG-Skip with probabilistic local updates and multi-gossip communications for decentralized composite (smooth + nonsmooth) optimization, whose stepsize is independent of the number of local updates and the network topology. For any undirected and connected networks, MG-Skip allows for the multi-gossip communications to be skipped in most iterations in the strongly convex setting, while its computation complexity is $\mathcal{O}\left(κ\log \frac{1}ε\right)$ and communication complexity is only $\mathcal{O}\left(\sqrt{\fracκ{(1-ρ)}} \log \frac{1}ε\right)$, where $κ$ is the condition number of the loss function, $ρ$ reflects the connectivity of the network topology, and $ε$ is the target accuracy. The theoretical results indicate that MG-Skip achieves provable communication acceleration, thereby validating the advantages of local updates in the nonsmooth setting.

Foundations

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

Your Notes