paper-with-me

Papers

Gradient Methods with Online Scaling

2024-11-04 · Wenzhi Gao, Ya-Chi Chu, Yinyu Ye, Madeleine Udell

We introduce a framework to accelerate the convergence of gradient-based methods with online learning. The framework learns to scale the gradient at each iteration through an online learning algorithm and provably accelerates gradient-based methods asymptotically. In contrast with previous literature, where convergence is established based on worst-case analysis, our framework provides a strong convergence guarantee with respect to the optimal scaling matrix for the iteration trajectory. For smooth strongly convex optimization, our results provide an $O(\kappa^\star \log(1/\varepsilon)$) complexity result, where $\kappa^\star$ is the condition number achievable by the optimal preconditioner, improving on the previous $O(\sqrt{n}\kappa^\star \log(1/\varepsilon))$ result. In particular, a variant of our method achieves superlinear convergence on convex quadratics. For smooth convex optimization, we show for the first time that the widely-used hypergradient descent heuristic improves on the convergence of gradient descent.

📄 PDF Abstract BibTeX arXiv:2411.01803

Code (1)

Gwzwpxz/osgm 공식 구현

Similar Papers 제목 키워드 기반

Gradient Methods with Online Scaling Part II. Practical Aspects

2025-09-13 · Ya-Chi Chu, Wenzhi Gao, Yinyu Ye, Madeleine Udell arxiv

Part I of this work [Gao25] establishes online scaled gradient methods (OSGM), a framework that utilizes online convex optimization to adapt stepsizes in gradient methods. This paper focuses on the practical aspects of O…

Fast and Robust Online Inference with Stochastic Gradient Descent via Random Scaling

2021-06-06 · Sokbae Lee, Yuan Liao, Myung Hwan Seo, Youngki Shin

We develop a new method of online inference for a vector of parameters estimated by the Polyak-Ruppert averaging procedure of stochastic gradient descent (SGD) algorithms. We leverage insights from time series regression…

EconometricsTime SeriesTime Series AnalysisTime Series Regression

Logarithmic Regret for Online Control

2019-09-11 · NeurIPS 2019 12 · Naman Agarwal, Elad Hazan, Karan Singh

We study optimal regret bounds for control in linear dynamical systems under adversarially changing strongly convex cost functions, given the knowledge of transition dynamics. This includes several well studied and funda…

High-dimensional limit theorems for SGD: Momentum and Adaptive Step-sizes

2025-11-06 · Aukosh Jagannath, Taj Jones-McCormick, Varnan Sarangian arxiv

We develop a high-dimensional scaling limit for Stochastic Gradient Descent with Polyak Momentum (SGD-M) and adaptive step-sizes. This provides a framework to rigourously compare online SGD with some of its popular varia…

Nonlinear Conjugate Gradients For Scaling Synchronous Distributed DNN Training

2018-12-07 · Saurabh Adya, Vinay Palakkode, Oncel Tuzel

Nonlinear conjugate gradient (NLCG) based optimizers have shown superior loss convergence properties compared to gradient descent based optimizers for traditional optimization problems. However, in Deep Neural Network (D…

16kGeneral Classification