MLLGFeb 7, 2025

Any-stepsize Gradient Descent for Separable Data under Fenchel-Young Losses

arXiv:2502.04889v22 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses the challenge of training stability in machine learning by extending arbitrary-stepsize convergence beyond logistic regression to general loss functions, which is incremental but broadens theoretical understanding for practitioners.

The paper tackles the problem of gradient descent (GD) convergence with arbitrary stepsize for separable data under Fenchel-Young losses, showing that GD can converge for a broad class of loss functions without relying on self-bounding properties, with specific rates such as Ω(ε^{-1/2}) for Tsallis entropy and Ω(ε^{-1/3}) for Rényi entropy.

The gradient descent (GD) has been one of the most common optimizer in machine learning. In particular, the loss landscape of a neural network is typically sharpened during the initial phase of training, making the training dynamics hover on the edge of stability. This is beyond our standard understanding of GD convergence in the stable regime where arbitrarily chosen stepsize is sufficiently smaller than the edge of stability. Recently, Wu et al. (COLT2024) have showed that GD converges with arbitrary stepsize under linearly separable logistic regression. Although their analysis hinges on the self-bounding property of the logistic loss, which seems to be a cornerstone to establish a modified descent lemma, our pilot study shows that other loss functions without the self-bounding property can make GD converge with arbitrary stepsize. To further understand what property of a loss function matters in GD, we aim to show arbitrary-stepsize GD convergence for a general loss function based on the framework of \emph{Fenchel--Young losses}. We essentially leverage the classical perceptron argument to derive the convergence rate for achieving $ε$-optimal loss, which is possible for a majority of Fenchel--Young losses. Among typical loss functions, the Tsallis entropy achieves the GD convergence rate $T=Ω(ε^{-1/2})$, and the R{é}nyi entropy achieves the far better rate $T=Ω(ε^{-1/3})$. We argue that these better rate is possible because of \emph{separation margin} of loss functions, instead of the self-bounding property.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes