English

Tight Bounds for Logistic Regression with Large Stepsize Gradient Descent in Low Dimension

Machine Learning 2026-02-16 v1

Abstract

We consider the optimization problem of minimizing the logistic loss with gradient descent to train a linear model for binary classification with separable data. With a budget of TT iterations, it was recently shown that an accelerated 1/T21/T^2 rate is possible by choosing a large step size η=Θ(γ2T)\eta = \Theta(\gamma^2 T) (where γ\gamma is the dataset's margin) despite the resulting non-monotonicity of the loss. In this paper, we provide a tighter analysis of gradient descent for this problem when the data is two-dimensional: we show that GD with a sufficiently large learning rate η\eta finds a point with loss smaller than O(1/(ηT))\mathcal{O}(1/(\eta T)), as long as TΩ(n/γ+1/γ2)T \geq \Omega(n/\gamma + 1/\gamma^2), where nn is the dataset size. Our improved rate comes from a tighter bound on the time τ\tau that it takes for GD to transition from unstable (non-monotonic loss) to stable (monotonic loss), via a fine-grained analysis of the oscillatory dynamics of GD in the subspace orthogonal to the max-margin classifier. We also provide a lower bound of τ\tau matching our upper bound up to logarithmic factors, showing that our analysis is tight.

Keywords

Cite

@article{arxiv.2602.12471,
  title  = {Tight Bounds for Logistic Regression with Large Stepsize Gradient Descent in Low Dimension},
  author = {Michael Crawshaw and Mingrui Liu},
  journal= {arXiv preprint arXiv:2602.12471},
  year   = {2026}
}
R2 v1 2026-07-01T10:34:35.696Z