paper-with-me

Papers

Optimal algorithms for smooth and strongly convex distributed optimization in networks

2017-02-28 · ICML 2017 8 · Kevin Scaman, Francis Bach, Sébastien Bubeck, Yin Tat Lee, Laurent Massoulié

In this paper, we determine the optimal convergence rates for strongly convex and smooth distributed optimization in two settings: centralized and decentralized communications over a network. For centralized (i.e. master/slave) algorithms, we show that distributing Nesterov's accelerated gradient descent is optimal and achieves a precision $\varepsilon > 0$ in time $O(\sqrt{\kappa_g}(1+\Delta\tau)\ln(1/\varepsilon))$, where $\kappa_g$ is the condition number of the (global) function to optimize, $\Delta$ is the diameter of the network, and $\tau$ (resp. $1$) is the time needed to communicate values between two neighbors (resp. perform local computations). For decentralized algorithms based on gossip, we provide the first optimal algorithm, called the multi-step dual accelerated (MSDA) method, that achieves a precision $\varepsilon > 0$ in time $O(\sqrt{\kappa_l}(1+\frac{\tau}{\sqrt{\gamma}})\ln(1/\varepsilon))$, where $\kappa_l$ is the condition number of the local functions and $\gamma$ is the (normalized) eigengap of the gossip matrix used for communication between nodes. We then verify the efficiency of MSDA against state-of-the-art methods for two problems: least-squares regression and classification by logistic regression.

📄 PDF Abstract BibTeX arXiv:1702.08704

Code (1)

adelnabli/dadao pytorch

Tasks

Distributed Optimizationregression

Similar Papers 제목 키워드 기반

A Dual Approach for Optimal Algorithms in Distributed Optimization over Networks

2018-09-03 · César A. Uribe, Soomin Lee, Alexander Gasnikov, Angelia Nedić

We study dual-based algorithms for distributed convex optimization problems over networks, where the objective is to minimize a sum $\sum_{i=1}^{m}f_i(z)$ of functions over in a network. We provide complexity bounds for …

Distributed Optimization

Distributed Saddle-Point Problems: Lower Bounds, Near-Optimal and Robust Algorithms

2020-10-25 · Aleksandr Beznosikov, Valentin Samokhin, Alexander Gasnikov

This paper focuses on the distributed optimization of stochastic saddle point problems. The first part of the paper is devoted to lower bounds for the centralized and decentralized distributed methods for smooth (strongl…

Distributed OptimizationFederated Learning

Byzantine-Robust Distributed Learning: Towards Optimal Statistical Rates

2018-03-05 · ICML 2018 7 · Dong Yin, Yudong Chen, Kannan Ramchandran, Peter Bartlett

In large-scale distributed learning, security issues have become increasingly important. Particularly in a decentralized environment, some computing units may behave abnormally, or even exhibit Byzantine failures -- arbi…

Optimal Algorithms for Distributed Optimization

2017-12-01 · César A. Uribe, Soomin Lee, Alexander Gasnikov, Angelia Nedić

In this paper, we study the optimal convergence rate for distributed convex optimization problems in networks. We model the communication restrictions imposed by the network as a set of affine constraints and provide opt…

Distributed Optimization

Distributed Dual Gradient Tracking for Resource Allocation in Unbalanced Networks

2019-09-22 · JiaQi Zhang, Keyou You, Kai Cai

This paper proposes a distributed dual gradient tracking algorithm (DDGT) to solve resource allocation problems over an unbalanced network, where each node in the network holds a private cost function and computes the op…