vix.ing · top · new · best · stats · spec

Stacey: Promoting Stochastic Steepest Descent via Accelerated ℓp-Smooth Nonconvex Optimization

2025/06/07 by X. L. Luo, Luo, Xinyu, Site Bai +9
Computer Science · #Stochastic Gradient Optimization Techniques #Advanced Neural Network Applications #Privacy-Preserving Technologies in Data

paper · pdf · doi:10.48550/arxiv.2506.06606

Abstract

While popular optimization methods such as SGD, AdamW, and Lion depend on steepest descent updates in either ℓ2 or ℓ_∞ norms, there remains a critical gap in handling the non-Euclidean structure observed in modern deep networks training. In this work, we address this need by introducing a new accelerated ℓp steepest descent algorithm, called Stacey, which uses interpolated primal-dual iterate sequences to effectively navigate non-Euclidean smooth optimization tasks. In addition to providing novel theoretical guarantees for the foundations of our algorithm, we empirically compare our approach against these popular methods on tasks including image classification and language model (LLM) pretraining, demonstrating both faster convergence and higher final accuracy. We further evaluate different values of p across various models and datasets, underscoring the importance and efficiency of non-Euclidean approaches over standard Euclidean methods. Code can be found at https://github.com/xinyuluo8561/Stacey .

Citations

Related