MUSIC: Accelerated Convergence for Distributed Optimization With Inexact and Exact Methods
Mou Wu, Haibin Liao, Zhengtao Ding, Yonggang Xiao
TL;DR
This paper tackles distributed optimization over networks by addressing slow convergence and high communication costs of gradient-based methods. It introduces MUSIC, a Multi-Updates Single-Combination framework, enabling each agent to perform multiple local updates ($E$) before a single consensus step, and develops two variants: inexact MUSIC, which preserves efficiency while delivering linear convergence to a neighborhood, and exact MUSIC, which employs bias-correction to achieve convergence to the exact solution with superior communication efficiency. The authors provide rigorous convergence analyses for both variants, showing linear (R-linear) rates and explicit steady-state error bounds that depend on $E$, the step size $\alpha$, the gradient bound $G_{max}$, the strong convexity parameter $\mu$, and the smoothness $L$, along with the necessity of local correction in exact MUSIC. Numerical experiments on synthetic least-squares problems and real data (including LIBSVM Letter and logistic regression) demonstrate that exact MUSIC achieves fast linear convergence to the exact solution with significantly reduced communication rounds (scaling as $\mathcal{O}(\frac{1}{E})$) compared with traditional diffusion methods, while inexact MUSIC confirms the rate–accuracy tradeoff controlled by $E$ and step-size scheduling. The framework thus offers a practical, topology-agnostic approach to accelerate distributed optimization with tunable communication efficiency and provable guarantees.
Abstract
Gradient-type distributed optimization methods have blossomed into one of the most important tools for solving a minimization learning task over a networked agent system. However, only one gradient update per iteration is difficult to achieve a substantive acceleration of convergence. In this paper, we propose an accelerated framework named as MUSIC allowing each agent to perform multiple local updates and a single combination in each iteration. More importantly, we equip inexact and exact distributed optimization methods into this framework, thereby developing two new algorithms that exhibit accelerated linear convergence and high communication efficiency. Our rigorous convergence analysis reveals the sources of steady-state errors arising from inexact policies and offers effective solutions. Numerical results based on synthetic and real datasets demonstrate both our theoretical motivations and analysis, as well as performance advantages.
