paper-with-me

홈 › Papers

Adaptive Sampling Distributed Stochastic Variance Reduced Gradient for Heterogeneous Distributed Datasets

2020-02-20 · Ilqar Ramazanli, Han Nguyen, Hai Pham, Sashank J. Reddi, Barnabas Poczos

We study distributed optimization algorithms for minimizing the average of \emph{heterogeneous} functions distributed across several machines with a focus on communication efficiency. In such settings, naively using the classical stochastic gradient descent (SGD) or its variants (e.g., SVRG) with a uniform sampling of machines typically yields poor performance. It often leads to the dependence of convergence rate on maximum Lipschitz constant of gradients across the devices. In this paper, we propose a novel \emph{adaptive} sampling of machines specially catered to these settings. Our method relies on an adaptive estimate of local Lipschitz constants base on the information of past gradients. We show that the new way improves the dependence of convergence rate from maximum Lipschitz constant to \emph{average} Lipschitz constant across machines, thereby, significantly accelerating the convergence. Our experiments demonstrate that our method indeed speeds up the convergence of the standard SVRG algorithm in heterogeneous environments.

📄 PDF Abstract BibTeX arXiv:2002.08528

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Optimization

Similar Papers 제목 키워드 기반

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…

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 …

Distributed Optimization

Adaptive Importance Sampling for Finite-Sum Optimization and Sampling with Decreasing Step-Sizes

2021-03-23 · NeurIPS 2020 12 · Ayoub El Hanchi, David A. Stephens

Reducing the variance of the gradient estimator is known to improve the convergence rate of stochastic gradient-based optimization and sampling algorithms. One way of achieving variance reduction is to design importance …

Stochastic Optimization

Adaptive Single-Pass Stochastic Gradient Descent in Input Sparsity Time

2021-01-01 · Sepideh Mahabadi, David Woodruff, Samson Zhou

We study sampling algorithms for variance reduction methods for stochastic optimization. Although stochastic gradient descent (SGD) is widely used for large scale machine learning, it sometimes experiences slow convergen…

Second-order methodsStochastic Optimization

Enhanced Federated Optimization: Adaptive Unbiased Client Sampling with Reduced Variance

2023-10-04 · Dun Zeng, Zenglin Xu, Yu Pan, Xu Luo 외

Federated Learning (FL) is a distributed learning paradigm to train a global model across multiple devices without collecting local data. In FL, a server typically selects a subset of clients for each training round to o…

Federated Learning