SOTAVerified

Large Stepsize Gradient Descent for Logistic Loss: Non-Monotonicity of the Loss Improves Optimization Efficiency

2024-02-24Unverified0· sign in to hype

Jingfeng Wu, Peter L. Bartlett, Matus Telgarsky, Bin Yu

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We consider gradient descent (GD) with a constant stepsize applied to logistic regression with linearly separable data, where the constant stepsize is so large that the loss initially oscillates. We show that GD exits this initial oscillatory phase rapidly -- in O() steps -- and subsequently achieves an O(1 / ( t) ) convergence rate after t additional steps. Our results imply that, given a budget of T steps, GD can achieve an accelerated loss of O(1/T^2) with an aggressive stepsize := ( T), without any use of momentum or variable stepsize schedulers. Our proof technique is versatile and also handles general classification loss functions (where exponential tails are needed for the O(1/T^2) acceleration), nonlinear predictors in the neural tangent kernel regime, and online stochastic gradient descent (SGD) with a large stepsize, under suitable separability conditions.

Tasks

Reproductions