Search papers, labs, and topics across Lattice.
This paper investigates the early-stage dynamics of gradient descent in logistic regression, revealing that the parameter vector aligns with the max-margin direction much earlier than previously understood. The authors establish that this weak alignment occurs within \(O(\exp(\exp(-\delta)))\) iterations, offering a significant improvement over the asymptotic convergence rates typically observed. By analyzing the radial and tangential flows in relation to dataset geometry, the study provides a new perspective on how implicit bias can prevent overfitting to spurious patterns early in training.
Early-stage gradient descent can achieve weak alignment with the max-margin direction in far fewer iterations than previously thought, challenging conventional beliefs about convergence rates.
Gradient descent has been of particular interest in modern machine learning beyond sole focus on optimization. Implicit bias emerging from optimization, though not being encoded by the learning objective, often prevents from overfitting to spurious patterns. A typical instance is the max-margin implicit bias of a linear classifier, widely established for exponentially tailed loss functions. Even after having a given dataset separated, the parameter vector continues to evolve towards the max-margin direction asymptotically along the gradient descent dynamics. This phenomenon corroborates a frequent empirical observation of"train longer, generalize better."However, the max-margin convergence is an asymptotic phenomenon, and what is worse, this asymptotic convergence rate is significantly slower than pure convex optimization. Even so, the parameter vector along gradient descent dynamics commonly correlates with the max-margin direction positively (though not exactly) within considerably fewer iterations than the asymptotic rate. By shedding another light on this classical problem, this work aims to understand the mechanism of this early-stage alignment phenomenon. Our theoretical results demonstrate that the parameter vector weakly aligns with the max-margin direction within $O(\exp(\exp(-\delta)))$ iterations, where $\delta>0$ is the permissible alignment error, which is shown to be tight. By tracking the radial and tangential flows, our proof operates on the alignment dynamics directly with dataset geometry and gets rid of the asymptotic expansion, which is a key insight to establishing faster weak alignment.