paper-with-me

Papers

Stochastic gradient descent algorithms for strongly convex functions at O(1/T) convergence rates

2013-05-09 · Shenghuo Zhu

With a weighting scheme proportional to t, a traditional stochastic gradient descent (SGD) algorithm achieves a high probability convergence rate of O({\kappa}/T) for strongly convex functions, instead of O({\kappa} ln(T)/T). We also prove that an accelerated SGD algorithm also achieves a rate of O({\kappa}/T).

📄 PDF Abstract BibTeX arXiv:1305.2218

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Descend or Rewind? Stochastic Gradient Descent Unlearning

2025-11-20 · Siqiao Mu, Diego Klabjan arxiv

Machine unlearning algorithms aim to remove the impact of selected training data from a model without the computational expenses of retraining from scratch. Two such algorithms are ``Descent-to-Delete" (D2D) and ``Rewind…

Simple and optimal high-probability bounds for strongly-convex stochastic gradient descent

2019-09-02 · Nicholas J. A. Harvey, Christopher Liaw, Sikander Randhawa

We consider stochastic gradient descent algorithms for minimizing a non-smooth, strongly-convex function. Several forms of this algorithm, including suffix averaging, are known to achieve the optimal $O(1/T)$ convergence…

Accelerating Asynchronous Algorithms for Convex Optimization by Momentum Compensation

2018-02-27 · Cong Fang, Yameng Huang, Zhouchen Lin

Asynchronous algorithms have attracted much attention recently due to the crucial demands on solving large-scale optimization problems. However, the accelerated versions of asynchronous algorithms are rarely studied. In …

Accelerated Stochastic Gradient Descent for Minimizing Finite Sums

2015-06-09 · Atsushi Nitanda

We propose an optimization method for minimizing the finite sums of smooth convex functions. Our method incorporates an accelerated gradient descent (AGD) and a stochastic variance reduction gradient (SVRG) in a mini-bat…

Optimal Epoch Stochastic Gradient Descent Ascent Methods for Min-Max Optimization

2020-02-13 · NeurIPS 2020 12 · Yan Yan, Yi Xu, Qihang Lin, Wei Liu 외

Epoch gradient descent method (a.k.a. Epoch-GD) proposed by Hazan and Kale (2011) was deemed a breakthrough for stochastic strongly convex minimization, which achieves the optimal convergence rate of $O(1/T)$ with $T$ it…

LEMMA