LGMLMar 6, 2018

Understanding Short-Horizon Bias in Stochastic Meta-Optimization

arXiv:1803.02021v1146 citations
Originality Incremental advance
AI Analysis

This addresses a fundamental problem for researchers and practitioners in meta-optimization, potentially hindering its scalability to practical neural net training, and is incremental in analyzing an existing issue.

The paper tackles the problem of short-horizon bias in gradient-based meta-optimization, showing that it causes a serious bias towards small step sizes, with meta-optimization choosing learning rates too small by multiple orders of magnitude even with a 100-step horizon.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes