paper-with-me

홈 › Papers

Searching for Optimal Per-Coordinate Step-sizes with Multidimensional Backtracking

2023-09-21 · NeurIPS 2023 11

The backtracking line-search is an effective technique to automatically tune the step-size in smooth optimization. It guarantees similar performance to using the theoretically optimal step-size. Many approaches have been developed to instead tune per-coordinate step-sizes, also known as diagonal preconditioners, but none of the existing methods are provably competitive with the optimal per-coordinate step-sizes. We propose multidimensional backtracking, an extension of the backtracking line-search to find good diagonal preconditioners for smooth convex problems. Our key insight is that the gradient with respect to the step-sizes, also known as hyper-gradients, yields separating hyperplanes that let us search for good preconditioners using cutting-plane methods. As black-box cutting-plane approaches like the ellipsoid method are computationally prohibitive, we develop an efficient algorithm tailored to our setting. Multidimensional backtracking is provably competitive with the best diagonal preconditioner and requires no manual tuning.

📄 PDF Abstract BibTeX

Code (1)

fkunstner/multidimensional-backtracking 공식 구현

Similar Papers 제목 키워드 기반

Bootstrapped Coordinate Search for Multidimensional Scaling

2019-02-04 · Efthymios Tzinis

In this work, a unified framework for gradient-free Multidimensional Scaling (MDS) based on Coordinate Search (CS) is proposed. This family of algorithms is an instance of General Pattern Search (GPS) methods which avoid…

A Learn-to-Optimize Approach for Coordinate-Wise Step Sizes for Quasi-Newton Methods

2024-11-25 · Wei Lin, Qingyu Song, Hong Xu

Tuning step sizes is crucial for the stability and efficiency of optimization algorithms. While adaptive coordinate-wise step sizes have been shown to outperform scalar step size in first-order methods, their use in seco…

Second-order methods

Stochastic Approximation with Block Coordinate Optimal Stepsizes

2025-07-11 · Tao Jiang, Lin Xiao arxiv

We consider stochastic approximation with block-coordinate stepsizes and propose adaptive stepsize rules that aim to minimize the expected distance from the next iterate to an (unknown) target point. These stepsize rules…

A Second look at Exponential and Cosine Step Sizes: Simplicity, Adaptivity, and Performance

2020-02-12 · Xiaoyu Li, Zhenxun Zhuang, Francesco Orabona

Stochastic Gradient Descent (SGD) is a popular tool in training large-scale machine learning models. Its performance, however, is highly variable, depending crucially on the choice of the step sizes. Accordingly, a varie…

Stochastic Optimization

Glocal Smoothness: Line Search can really help!

2025-06-14 · Curtis Fox, Aaron Mishkin, Sharan Vaswani, Mark Schmidt

Iteration complexities for first-order optimization algorithms are typically stated in terms of a global Lipschitz constant of the gradient, and near-optimal results are achieved using fixed step sizes. But many objectiv…