LGDCOCMLJul 2, 2024

Accelerating Distributed Optimization: A Primal-Dual Perspective on Local Steps

arXiv:2407.02689v21 citationsh-index: 2
AI Analysis

This work addresses communication bottlenecks in distributed optimization for machine learning practitioners, offering incremental improvements over existing methods.

The paper tackles the challenge of efficient distributed machine learning across agents with different data distributions by proposing a primal-dual method that incorporates local updates, achieving linear convergence in communication rounds for strongly convex objectives and nearly optimal communication complexity without minibatches.

In distributed machine learning, efficient training across multiple agents with different data distributions poses significant challenges. Even with a centralized coordinator, current algorithms that achieve optimal communication complexity typically require either large minibatches or compromise on gradient complexity. In this work, we tackle both centralized and decentralized settings across strongly convex, convex, and nonconvex objectives. We first demonstrate that a basic primal-dual method, (Accelerated) Gradient Ascent Multiple Stochastic Gradient Descent (GA-MSGD), applied to the Lagrangian of distributed optimization inherently incorporates local updates, because the inner loops of running Stochastic Gradient Descent on the primal variable require no inter-agent communication. Notably, for strongly convex objectives, (Accelerated) GA-MSGD achieves linear convergence in communication rounds despite the Lagrangian being only linear in the dual variables. This is due to a structural property where the dual variable is confined to the span of the coupling matrix, rendering the dual problem strongly concave. When integrated with the Catalyst framework, our approach achieves nearly optimal communication complexity across various settings without the need for minibatches.

Foundations

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

Your Notes