paper-with-me

Papers

Distributed Stochastic Variance Reduced Gradient Methods and A Lower Bound for Communication Complexity

2015-07-27 · Jason D. Lee, Qihang Lin, Tengyu Ma, Tianbao Yang

We study distributed optimization algorithms for minimizing the average of convex functions. The applications include empirical risk minimization problems in statistical machine learning where the datasets are large and have to be stored on different machines. We design a distributed stochastic variance reduced gradient algorithm that, under certain conditions on the condition number, simultaneously achieves the optimal parallel runtime, amount of communication and rounds of communication among all distributed first-order methods up to constant factors. Our method and its accelerated extension also outperform existing distributed algorithms in terms of the rounds of communication as long as the condition number is not too large compared to the size of data in each machine. We also prove a lower bound for the number of rounds of communication for a broad class of distributed first-order methods including the proposed algorithms in this paper. We show that our accelerated distributed stochastic variance reduced gradient algorithm achieves this lower bound so that it uses the fewest rounds of communication among all distributed first-order algorithms.

📄 PDF Abstract BibTeX arXiv:1507.07595

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Optimization

Similar Papers 제목 키워드 기반

Variance Reduction for Distributed Stochastic Gradient Descent

2015-12-05 · Soham De, Gavin Taylor, Tom Goldstein

Variance reduction (VR) methods boost the performance of stochastic gradient descent (SGD) by enabling the use of larger, constant stepsizes and preserving linear convergence rates. However, current variance reduced SGD …

Stochastic Optimization

Convergence of Distributed Stochastic Variance Reduced Methods without Sampling Extra Data

2019-05-29 · Shicong Cen, Huishuai Zhang, Yuejie Chi, Wei Chen 외

Stochastic variance reduced methods have gained a lot of interest recently for empirical risk minimization due to its appealing run time complexity. When the data size is large and disjointly stored on different machines…

Byzantine-Robust Loopless Stochastic Variance-Reduced Gradient

2023-03-08 · Nikita Fedin, Eduard Gorbunov

Distributed optimization with open collaboration is a popular field since it provides an opportunity for small groups/companies/universities, and individuals to jointly solve huge-scale problems. However, standard optimi…

Distributed Optimization

Federated Learning Using Variance Reduced Stochastic Gradient for Probabilistically Activated Agents

2022-10-25 · M. R. Rostami, S. S. Kia

This paper proposes an algorithm for Federated Learning (FL) with a two-layer structure that achieves both variance reduction and a faster convergence rate to an optimal solution in the setting where each agent has an ar…

Federated LearningStochastic Optimization

A Simple Stochastic Variance Reduced Algorithm with Fast Convergence Rates

2018-06-28 · ICML 2018 7 · Kaiwen Zhou, Fanhua Shang, James Cheng

Recent years have witnessed exciting progress in the study of stochastic variance reduced gradient methods (e.g., SVRG, SAGA), their accelerated variants (e.g, Katyusha) and their extensions in many different settings (e…