paper-with-me

홈 › Papers

Gradient Descent with Compressed Iterates

2019-09-10 · Ahmed Khaled, Peter Richtárik

We propose and analyze a new type of stochastic first order method: gradient descent with compressed iterates (GDCI). GDCI in each iteration first compresses the current iterate using a lossy randomized compression technique, and subsequently takes a gradient step. This method is a distillation of a key ingredient in the current practice of federated learning, where a model needs to be compressed by a mobile device before it is sent back to a server for aggregation. Our analysis provides a step towards closing the gap between the theory and practice of federated learning, and opens the possibility for many extensions.

📄 PDF Abstract BibTeX arXiv:1909.04716

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Gradient descent inference in empirical risk minimization

2024-12-12 · Qiyang Han, Xiaocong Xu

Gradient descent is one of the most widely used iterative algorithms in modern statistical learning. However, its precise algorithmic dynamics in high-dimensional settings remain only partially understood, which has ther…

Risk and parameter convergence of logistic regression

2018-03-20 · Ziwei Ji, Matus Telgarsky

Gradient descent, when applied to the task of logistic regression, outputs iterates which are biased to follow a unique ray defined by the data. The direction of this ray is the maximum margin predictor of a maximal line…

regression

Mixing of Stochastic Accelerated Gradient Descent

2019-10-31 · Peiyuan Zhang, Hadi Daneshmand, Thomas Hofmann

We study the mixing properties for stochastic accelerated gradient descent (SAGD) on least-squares regression. First, we show that stochastic gradient descent (SGD) and SAGD are simulating the same invariant distribution…

Stochastic Optimization

Distributed Fixed Point Methods with Compressed Iterates

2019-12-20 · Sélim Chraibi, Ahmed Khaled, Dmitry Kovalev, Peter Richtárik 외

We propose basic and natural assumptions under which iterative optimization methods with compressed iterates can be analyzed. This problem is motivated by the practice of federated learning, where a large model stored in…

Federated Learning

Riemannian accelerated gradient methods via extrapolation

2022-08-13 · Andi Han, Bamdev Mishra, Pratik Jawanpuria, Junbin Gao

In this paper, we propose a simple acceleration scheme for Riemannian gradient methods by extrapolating iterates on manifolds. We show when the iterates are generated from Riemannian gradient descent method, the accelera…