paper-with-me

홈 › Papers

BiSLS/SPS: Auto-tune Step Sizes for Stable Bi-level Optimization

2023-05-30 · NeurIPS 2023 11

The popularity of bi-level optimization (BO) in deep learning has spurred a growing interest in studying gradient-based BO algorithms. However, existing algorithms involve two coupled learning rates that can be affected by approximation errors when computing hypergradients, making careful fine-tuning necessary to ensure fast convergence. To alleviate this issue, we investigate the use of recently proposed adaptive step-size methods, namely stochastic line search (SLS) and stochastic Polyak step size (SPS), for computing both the upper and lower-level learning rates. First, we revisit the use of SLS and SPS in single-level optimization without the additional interpolation condition that is typically assumed in prior works. For such settings, we investigate new variants of SLS and SPS that improve upon existing suggestions in the literature and are simpler to implement. Importantly, these two variants can be seen as special instances of general family of methods with an envelope-type step-size. This unified envelope strategy allows for the extension of the algorithms and their convergence guarantees to BO settings. Finally, our extensive experiments demonstrate that the new algorithms, which are available in both SGD and Adam versions, can find large learning rates with minimal tuning and converge faster than corresponding vanilla SGD or Adam BO algorithms that require fine-tuning.

📄 PDF Abstract BibTeX arXiv:2305.18666

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPS 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Surrogate Losses for Online Learning of Stepsizes in Stochastic Non-Convex Optimization

2019-01-25 · Zhenxun Zhuang, Ashok Cutkosky, Francesco Orabona

Stochastic Gradient Descent (SGD) has played a central role in machine learning. However, it requires a carefully hand-picked stepsize for fast convergence, which is notoriously tedious and time-consuming to tune. Over t…

Stochastic Optimization

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…

Connectome-Guided Automatic Learning Rates for Deep Networks

2025-10-27 · Peilin He, Tananun Songdechakraiwut arxiv

The human brain is highly adaptive: its functional connectivity reconfigures on multiple timescales during cognition and learning, enabling flexible information processing. By contrast, artificial neural networks typical…

Layer-wise Adaptive Step-Sizes for Stochastic First-Order Methods for Deep Learning

2023-05-23 · Achraf Bahamou, Donald Goldfarb

We propose a new per-layer adaptive step-size procedure for stochastic first-order optimization methods for minimizing empirical loss functions in deep learning, eliminating the need for the user to tune the learning rat…

Implicit Q-Learning and SARSA: Liberating Policy Control from Step-Size Calibration

2026-01-26 · Hwanwoo Kim, Eric Laber arxiv

Q-learning and SARSA are foundational reinforcement learning algorithms whose practical success depends critically on step-size calibration. Step-sizes that are too large can cause numerical instability, while step-sizes…

Reinforcement Learning