Understanding and correcting pathologies in the training of learned optimizers
Luke Metz, Niru Maheswaranathan, Jeremy Nixon, C. Daniel Freeman,, Jascha Sohl-Dickstein

TL;DR
This paper introduces a new training scheme for learned optimizers that overcomes key difficulties, enabling them to outperform traditional optimizers in specific tasks in terms of speed and test loss.
Contribution
A novel training method for learned optimizers that balances unbiased gradient estimators, improving their training stability and effectiveness.
Findings
Learned optimizers trained with our method outperform tuned first-order methods in wall-clock time.
Our approach reduces training pathologies like biased gradients and exploding norms.
The learned optimizers achieve better test loss on convolutional network training tasks.
Abstract
Deep learning has shown that learned functions can dramatically outperform hand-designed functions on perceptual tasks. Analogously, this suggests that learned optimizers may similarly outperform current hand-designed optimizers, especially for specific problems. However, learned optimizers are notoriously difficult to train and have yet to demonstrate wall-clock speedups over hand-designed optimizers, and thus are rarely used in practice. Typically, learned optimizers are trained by truncated backpropagation through an unrolled optimization process resulting in gradients that are either strongly biased (for short truncations) or have exploding norm (for long truncations). In this work we propose a training scheme which overcomes both of these difficulties, by dynamically weighting two unbiased gradient estimators for a variational loss on optimizer performance, allowing us to train…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Neural Networks and Applications · Stochastic Gradient Optimization Techniques
