paper-with-me

홈 › Papers

Gradient Descent Converges Linearly for Logistic Regression on Separable Data

2023-06-26 · Kyriakos Axiotis, Maxim Sviridenko

We show that running gradient descent with variable learning rate guarantees loss $f(x) \leq 1.1 \cdot f(x^*) + \epsilon$ for the logistic regression objective, where the error $\epsilon$ decays exponentially with the number of iterations and polynomially with the magnitude of the entries of an arbitrary fixed solution $x^*$. This is in contrast to the common intuition that the absence of strong convexity precludes linear convergence of first-order methods, and highlights the importance of variable learning rates for gradient descent. We also apply our ideas to sparse logistic regression, where they lead to an exponential improvement of the sparsity-error tradeoff.

📄 PDF Abstract BibTeX arXiv:2306.14381

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Convergence of Steepest Descent and Adam under Non-Uniform Smoothness

2026-05-28 · Sharan Vaswani, Yifan Sun, Reza Babanezhad arxiv

Recent work has analyzed the convergence of first-order methods under non-uniform smoothness assumptions that better model the loss landscape in machine learning tasks. We generalize this assumption to objectives whose c…

Reinforcement Learning

Gradient Descent on Logistic Regression with Non-Separable Data and Large Step Sizes

2024-06-07 · Si Yi Meng, Antonio Orvieto, Daniel Yiming Cao, Christopher De Sa

We study gradient descent (GD) dynamics on logistic regression problems with large, constant step sizes. For linearly-separable data, it is known that GD converges to the minimizer with arbitrarily large step sizes, a pr…

The Implicit Bias of Gradient Descent on Separable Data

2017-10-27 · ICLR 2018 1 · Daniel Soudry, Elad Hoffer, Mor Shpigel Nacson, Suriya Gunasekar 외

We examine gradient descent on unregularized logistic regression problems, with homogeneous linear predictors on linearly separable datasets. We show the predictor converges to the direction of the max-margin (hard margi…

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

The Implicit Bias of Adam on Separable Data

2024-06-15 · Chenyang Zhang, Difan Zou, Yuan Cao

Adam has become one of the most favored optimizers in deep learning problems. Despite its success in practice, numerous mysteries persist regarding its theoretical understanding. In this paper, we study the implicit bias…