paper-with-me

홈 › Papers

Guarantees for Tuning the Step Size using a Learning-to-Learn Approach

2020-06-30 · Xiang Wang, Shuai Yuan, Chenwei Wu, Rong Ge

Choosing the right parameters for optimization algorithms is often the key to their success in practice. Solving this problem using a learning-to-learn approach -- using meta-gradient descent on a meta-objective based on the trajectory that the optimizer generates -- was recently shown to be effective. However, the meta-optimization problem is difficult. In particular, the meta-gradient can often explode/vanish, and the learned optimizer may not have good generalization performance if the meta-objective is not chosen carefully. In this paper we give meta-optimization guarantees for the learning-to-learn approach on a simple problem of tuning the step size for quadratic loss. Our results show that the na\"ive objective suffers from meta-gradient explosion/vanishing problem. Although there is a way to design the meta-objective so that the meta-gradient remains polynomially bounded, computing the meta-gradient directly using backpropagation leads to numerical issues. We also characterize when it is necessary to compute the meta-objective on a separate validation set to ensure the generalization performance of the learned optimizer. Finally, we verify our results empirically and show that a similar phenomenon appears even for more complicated learned optimizers parametrized by neural networks.

📄 PDF Abstract BibTeX arXiv:2006.16495

Code (1)

Kolin96/learning-to-learn 공식 구현 tf

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

Parameter Tuning with Generalization Guarantees for GPU-Accelerated Linear Programming

2026-06-07 · Siddharth Prasad, Dravyansh Sharma arxiv

Recent research has developed practical, parallelizable first-order methods for large scale linear programming, but performance is highly dependent on hyperparameter selection. We derive generalization guarantees for hyp…

Gradient Descent with Provably Tuned Learning-rate Schedules

2025-12-04 · Dravyansh Sharma arxiv

Gradient-based iterative optimization methods are the workhorse of modern machine learning. They crucially rely on careful tuning of parameters like learning rate and momentum. However, one typically sets them using heur…

Tuning-Free Bilevel Optimization: New Algorithms and Convergence Analysis

2024-10-07 · Yifan Yang, Hao Ban, Minhui Huang, Shiqian Ma 외

Bilevel optimization has recently attracted considerable attention due to its abundant applications in machine learning problems. However, existing methods rely on prior knowledge of problem parameters to determine steps…

Bilevel Optimization

Stochastic algorithms with geometric step decay converge linearly on sharp functions

2019-07-22 · Damek Davis, Dmitriy Drusvyatskiy, Vasileios Charisopoulos

Stochastic (sub)gradient methods require step size schedule tuning to perform well in practice. Classical tuning strategies decay the step size polynomially and lead to optimal sublinear rates on (strongly) convex proble…

Retrieval