paper-with-me

홈 › Papers

Stochastic Gradient Descent on Separable Data: Exact Convergence with a Fixed Learning Rate

2018-06-05 · Mor Shpigel Nacson, Nathan Srebro, Daniel Soudry

Stochastic Gradient Descent (SGD) is a central tool in machine learning. We prove that SGD converges to zero loss, even with a fixed (non-vanishing) learning rate - in the special case of homogeneous linear classifiers with smooth monotone loss functions, optimized on linearly separable data. Previous works assumed either a vanishing learning rate, iterate averaging, or loss assumptions that do not hold for monotone loss functions used for classification, such as the logistic loss. We prove our result on a fixed dataset, both for sampling with or without replacement. Furthermore, for logistic loss (and similar exponentially-tailed losses), we prove that with SGD the weight vector converges in direction to the $L_2$ max margin vector as $O(1/\log(t))$ for almost all separable datasets, and the loss converges as $O(1/t)$ - similarly to gradient descent. Lastly, we examine the case of a fixed learning rate proportional to the minibatch size. We prove that in this case, the asymptotic convergence rate of SGD (with replacement) does not depend on the minibatch size in terms of epochs, if the support vectors span the data. These results may suggest an explanation to similar behaviors observed in deep networks, when trained with SGD.

📄 PDF Abstract BibTeX arXiv:1806.01796

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 제목 키워드 기반

Exponential Convergence of (Stochastic) Gradient Descent for Separable Logistic Regression

2026-02-21 · Sacchit Kale, Piyushi Manupriya, Pierre Marion, Francis Bach 외 arxiv

Gradient descent and stochastic gradient descent are central to modern machine learning, yet their behavior under large step sizes remains theoretically unclear. Recent work suggests that acceleration often arises near t…

Rigorous dynamical mean field theory for stochastic gradient descent methods

2022-10-12 · Cedric Gerbelot, Emanuele Troiani, Francesca Mignacco, Florent Krzakala 외

We prove closed-form equations for the exact high-dimensional asymptotics of a family of first order gradient-based methods, learning an estimator (e.g. M-estimator, shallow neural network, ...) from observations on Gaus…

Stability vs Implicit Bias of Gradient Methods on Separable Data and Beyond

2022-02-27 · Matan Schliserman, Tomer Koren

An influential line of recent work has focused on the generalization properties of unregularized gradient-based learning procedures applied to separable linear classification with exponentially-tailed loss functions. The…

Generalization Bounds

Condition Number Analysis of Logistic Regression, and its Implications for Standard First-Order Solution Methods

2018-10-20 · Robert M. Freund, Paul Grigas, Rahul Mazumder

Logistic regression is one of the most popular methods in binary classification, wherein estimation of model parameters is carried out by solving the maximum likelihood (ML) optimization problem, and the ML estimator is …

Binary ClassificationGeneral Classificationregression

Online Multilinear Dictionary Learning

2017-03-07 · Thiernithi Variddhisai, Danilo Mandic

A method for online tensor dictionary learning is proposed. With the assumption of separable dictionaries, tensor contraction is used to diminish a $N$-way model of $\mathcal{O}\left(L^N\right)$ into a simple matrix equa…

Dictionary Learning