paper-with-me

홈 › Papers

Minimax Optimal Convergence of Gradient Descent in Logistic Regression via Large and Adaptive Stepsizes

2025-04-05 · Ruiqi Zhang, Jingfeng Wu, Licong Lin, Peter L. Bartlett

We study $\textit{gradient descent}$ (GD) for logistic regression on linearly separable data with stepsizes that adapt to the current risk, scaled by a constant hyperparameter $\eta$. We show that after at most $1/\gamma^2$ burn-in steps, GD achieves a risk upper bounded by $\exp(-\Theta(\eta))$, where $\gamma$ is the margin of the dataset. As $\eta$ can be arbitrarily large, GD attains an arbitrarily small risk $\textit{immediately after the burn-in steps}$, though the risk evolution may be $\textit{non-monotonic}$. We further construct hard datasets with margin $\gamma$, where any batch (or online) first-order method requires $\Omega(1/\gamma^2)$ steps to find a linear separator. Thus, GD with large, adaptive stepsizes is $\textit{minimax optimal}$ among first-order batch methods. Notably, the classical $\textit{Perceptron}$ (Novikoff, 1962), a first-order online method, also achieves a step complexity of $1/\gamma^2$, matching GD even in constants. Finally, our GD analysis extends to a broad class of loss functions and certain two-layer networks.

📄 PDF Abstract BibTeX arXiv:2504.04105

Code (0)

등록된 구현이 없습니다.

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

Nesterov Meets Optimism: Rate-Optimal Separable Minimax Optimization

2022-10-31 · Chris Junchi Li, Angela Yuan, Gauthier Gidel, Quanquan Gu 외

We propose a new first-order optimization algorithm -- AcceleratedGradient-OptimisticGradient (AG-OG) Descent Ascent -- for separable convex-concave minimax optimization. The main idea of our algorithm is to carefully le…

Fast and Accurate Estimation of Low-Rank Matrices from Noisy Measurements via Preconditioned Non-Convex Gradient Descent

2023-05-26 · Gavin Zhang, Hong-Ming Chiu, Richard Y. Zhang

Non-convex gradient descent is a common approach for estimating a low-rank $n\times n$ ground truth matrix from noisy measurements, because it has per-iteration costs as low as $O(n)$ time, and is in theory capable of co…

DenoisingImage DenoisingMedical Image Denoising

Minimax Optimal Early-Stopped Gradient Descent for Gaussian Mixture Classification

2026-08-06 · Alex Buna, Shirley Xiaoqi Liu, Patrick Rebeschini arxiv

In overparameterised classification, training data can be linearly separable even when the underlying distribution is not. In this setting, gradient descent (GD) on the logistic loss diverges in norm while converging in …

Near-optimal Local Convergence of Alternating Gradient Descent-Ascent for Minimax Optimization

2021-02-18 · Guodong Zhang, Yuanhao Wang, Laurent Lessard, Roger Grosse

Smooth minimax games often proceed by simultaneous or alternating gradient updates. Although algorithms with alternating updates are commonly used in practice, the majority of existing theoretical analyses focus on simul…

Optimal Guarantees for Algorithmic Reproducibility and Gradient Complexity in Convex Optimization

2023-10-26 · NeurIPS 2023 11 · Liang Zhang, Junchi Yang, Amin Karbasi, Niao He

Algorithmic reproducibility measures the deviation in outputs of machine learning algorithms upon minor changes in the training process. Previous work suggests that first-order methods would need to trade-off convergence…