Summary
The authors study gradient descent for logistic regression on linearly separable data, with a focus on large stepsizes, and in particular stepsizes in the edge of stability (EoS) regime.
With the logistic loss, they show that for *any* positive stepsize, the empirical loss is minimized as the number of GD steps increases, and the limit direction maximises the margin. Explicit rates are given.
The authors also provide counterexamples for the exponential loss: if the stepsize is too large, the loss diverges and the iterates cannot converge to the maxmargin direction.
Strengths
The authors study a hot topic (Edge of Stability) on an overall very well studied problem (logistic regression).
In these lines of work, the results are rather strong: proving convergence for any stepsize, beyond those that provide a nice descent lemma, seemed like a challenging problem, and this forms a strong contribution.
The other contributions (comparison between logistic and exp. losses, , the technical analysis) are also independently of interest.
Overall, the paper is neatly written and easy to follow.
Weaknesses
There are no main concerns or weaknesses to this paper, in terms of results or presentation.
However, if I had to give one, I would say that since the implicit bias is the same whatever the stepsize is (it is thus the same for infinitesimal ones and for stepsizes at the EoS), Theorem 1 extends previous results on the implicit bias of logistic regression, but does not give insight onto what happens at the edge of stability, and what drives generalization to increase. Could this be commented by the authors ?
Also, here are some recent references that study the EoS phenomenon on other problems, and that should be mentionned in the related works (they are all quite recent):
In contrast to the logistic regression problem studied in this submission, large stepsizes on regression problem lead to different solutions for GD and SGD when at the edge of stability:
*(S) GD over Diagonal Linear Networks: Implicit Regularisation, Large Stepsizes and Edge of Stability*, Even et al. 2022.
The following paper also studies *scalar* linear networks (a scalar parametered by a product $xy$), as done in Ahn et al. 2022a,b and Zhu et al. 2022 cited in the submission, but in a more precise way: *Gradient Descent Monotonically Decreases the Sharpness of Gradient Flow Solutions in Scalar Networks and Beyond*.
Finally, *SGD with Large Step Sizes Learns Sparse Features*, Andriushchenko et al. 2022 study large stepsizes SGD and generalization (more experimental piece of work).
Questions
I have no further questions.
Rating
8: Strong Accept: Technically strong paper, with novel ideas, excellent impact on at least one area, or high-to-excellent impact on multiple areas, with excellent evaluation, resources, and reproducibility, and no unaddressed ethical considerations.
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
No such limitations.