English

Decentralized Optimization with Topology-Independent Communication

Machine Learning 2025-09-19 v1 Optimization and Control

Abstract

Distributed optimization requires nodes to coordinate, yet full synchronization scales poorly. When nn nodes collaborate through mm pairwise regularizers, standard methods demand O(m)\mathcal{O}(m) communications per iteration. This paper proposes randomized local coordination: each node independently samples one regularizer uniformly and coordinates only with nodes sharing that term. This exploits partial separability, where each regularizer GjG_j depends on a subset Sj{1,,n}S_j \subseteq \{1,\ldots,n\} of nodes. For graph-guided regularizers where Sj=2|S_j|=2, expected communication drops to exactly 2 messages per iteration. This method achieves O~(ε2)\tilde{\mathcal{O}}(\varepsilon^{-2}) iterations for convex objectives and under strong convexity, O(ε1)\mathcal{O}(\varepsilon^{-1}) to an ε\varepsilon-solution and O(log(1/ε))\mathcal{O}(\log(1/\varepsilon)) to a neighborhood. Replacing the proximal map of the sum jGj\sum_j G_j with the proximal map of a single randomly selected regularizer GjG_j preserves convergence while eliminating global coordination. Experiments validate both convergence rates and communication efficiency across synthetic and real-world datasets.

Keywords

Cite

@article{arxiv.2509.14488,
  title  = {Decentralized Optimization with Topology-Independent Communication},
  author = {Ying Lin and Yao Kuang and Ahmet Alacaoglu and Michael P. Friedlander},
  journal= {arXiv preprint arXiv:2509.14488},
  year   = {2025}
}

Comments

36 pages

R2 v1 2026-07-01T05:42:56.380Z