paper-with-me

홈 › Papers

Understanding Short-Horizon Bias in Stochastic Meta-Optimization

2018-03-06 · ICLR 2018 1 · Yuhuai Wu, Mengye Ren, Renjie Liao, Roger Grosse

Careful tuning of the learning rate, or even schedules thereof, can be crucial to effective neural net training. There has been much recent interest in gradient-based meta-optimization, where one tunes hyperparameters, or even learns an optimizer, in order to minimize the expected loss when the training procedure is unrolled. But because the training procedure must be unrolled thousands of times, the meta-objective must be defined with an orders-of-magnitude shorter time horizon than is typical for neural net training. We show that such short-horizon meta-objectives cause a serious bias towards small step sizes, an effect we term short-horizon bias. We introduce a toy problem, a noisy quadratic cost function, on which we analyze short-horizon bias by deriving and comparing the optimal schedules for short and long time horizons. We then run meta-optimization experiments (both offline and online) on standard benchmark datasets, showing that meta-optimization chooses too small a learning rate by multiple orders of magnitude, even when run with a moderately long time horizon (100 steps) typical of work in the area. We believe short-horizon bias is a fundamental problem that needs to be addressed if meta-optimization is to scale to practical neural net training regimes.

📄 PDF Abstract BibTeX arXiv:1803.02021

Code (1)

renmengye/meta-optim-public 공식 구현 tf

Similar Papers 제목 키워드 기반

An Investigation of the Bias-Variance Tradeoff in Meta-Gradients

2022-09-22 · Risto Vuorio, Jacob Beck, Shimon Whiteson, Jakob Foerster 외

Meta-gradients provide a general approach for optimizing the meta-parameters of reinforcement learning (RL) algorithms. Estimation of meta-gradients is central to the performance of these meta-algorithms, and has been st…

Meta-LearningReinforcement Learning (RL)

Online Hyperparameter Meta-Learning with Hypergradient Distillation

2021-10-06 · ICLR 2022 4 · Hae Beom Lee, Hayeon Lee, Jaewoong Shin, Eunho Yang 외

Many gradient-based meta-learning methods assume a set of parameters that do not participate in inner-optimization, which can be considered as hyperparameters. Although such hyperparameters can be optimized using the exi…

Hyperparameter OptimizationKnowledge DistillationMeta-Learning

A Theoretical Understanding of Gradient Bias in Meta-Reinforcement Learning

2021-12-31 · Xidong Feng, Bo Liu, Jie Ren, Luo Mai 외

Gradient-based Meta-RL (GMRL) refers to methods that maintain two-level optimisation procedures wherein the outer-loop meta-learner guides the inner-loop gradient-based reinforcement learner to achieve fast adaptations. …

Atari GamesMeta Reinforcement Learningreinforcement-learningReinforcement Learning (RL)+1

Deciphering Shortcut Learning from an Evolutionary Game Theory Perspective

2026-05-04 · Xiayang Li, Kuo Gai, Shihua Zhang arxiv

Shortcut learning causes deep learning models to rely on non-essential features within the data. However, its formation in deep neural network training still lacks theoretical understanding. In this paper, we provide a f…

Integration Matters for Learning PDEs with Backwards SDEs

2025-05-02 · Sungje Park, Stephen Tu

Backward stochastic differential equation (BSDE)-based deep learning methods provide an alternative to Physics-Informed Neural Networks (PINNs) for solving high-dimensional partial differential equations (PDEs), offering…