2025/06/02 by Thomas Pethick, Pethick, Thomas, Wanyun Xie +10 · 1 voice · 8 citations
Computer Science · Engineering · Mathematics · #Advanced Numerical Analysis Techniques #Clipping (morphology) #Connection (principal bundle) #Convergence (economics) #Gradient descent #Norm (philosophy) #Numerical methods in inverse problems #Optimization and Variational Analysis #Rate of convergence #Stochastic gradient descent
paper · pdf · doi:10.48550/arxiv.2506.01913
published in arXiv (Cornell University) (Cornell University)
openalex publication_date 2025/06/02 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/05
This work introduces a hybrid non-Euclidean optimization method which generalizes gradient norm clipping by combining steepest descent and conditional gradient approaches. The method achieves the best of both worlds by establishing a descent property under a generalized notion of (L0,L1)-smoothness. Weight decay is incorporated in a principled manner by identifying a connection to the Frank-Wolfe short step. In the stochastic case, we show an order optimal O(n-1/4) convergence rate by leveraging a momentum based gradient estimator. We discuss how to instantiate the algorithms for deep learning, which we dub Clipped Scion, and demonstrate their properties on image classification and language modeling. The code is available at https://github.com/LIONS-EPFL/ClippedScion.