paper-with-me

Papers

Training Learned Optimizers with Randomly Initialized Learned Optimizers

2021-01-14 · Luke Metz, C. Daniel Freeman, Niru Maheswaranathan, Jascha Sohl-Dickstein

Learned optimizers are increasingly effective, with performance exceeding that of hand designed optimizers such as Adam~\citep{kingma2014adam} on specific tasks \citep{metz2019understanding}. Despite the potential gains available, in current work the meta-training (or `outer-training') of the learned optimizer is performed by a hand-designed optimizer, or by an optimizer trained by a hand-designed optimizer \citep{metz2020tasks}. We show that a population of randomly initialized learned optimizers can be used to train themselves from scratch in an online fashion, without resorting to a hand designed optimizer in any part of the process. A form of population based training is used to orchestrate this self-training. Although the randomly initialized optimizers initially make slow progress, as they improve they experience a positive feedback loop, and become rapidly more effective at training themselves. We believe feedback loops of this type, where an optimizer improves itself, will be important and powerful in the future of machine learning. These methods not only provide a path towards increased performance, but more importantly relieve research and engineering effort.

📄 PDF Abstract BibTeX arXiv:2101.07367

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Population Based Training Population Based Training, or PBT, is an optimization method for finding parameters and hyperparameters, and extends upon parallel search methods and sequential…

Similar Papers 제목 키워드 기반

Randomly Initialized Networks Can Learn from Peer-to-Peer Consensus

2026-04-20 · Esteban Rodríguez-Betancourt, Edgar Casasola-Murillo arxiv

In self-supervised learning, self-distilled methods have shown impressive performance, learning representations useful for downstream tasks and even displaying emergent properties. However, state-of-the-art methods usual…

Self-Supervised Learning

Overcoming barriers to the training of effective learned optimizers

2021-01-01 · Luke Metz, Niru Maheswaranathan, C. Daniel Freeman, Ben Poole 외

Much as replacing hand-designed features with learned functions has revolutionized how we solve perceptual tasks, we believe learned algorithms will transform how we train models. In this work we focus on general-purpose…

Learning Versatile Optimizers on a Compute Diet

2025-01-22 · Abhinav Moudgil, Boris Knyazev, Guillaume Lajoie, Eugene Belilovsky

Learned optimization has emerged as a promising alternative to hand-crafted optimizers, with the potential to discover stronger learned update rules that enable faster, hyperparameter-free training of neural networks. A …

GPU

Tasks, stability, architecture, and compute: Training more effective learned optimizers, and using them to train themselves

2020-09-23 · Luke Metz, Niru Maheswaranathan, C. Daniel Freeman, Ben Poole 외

Much as replacing hand-designed features with learned functions has revolutionized how we solve perceptual tasks, we believe learned algorithms will transform how we train models. In this work we focus on general-purpose…

Vanishing Curvature and the Power of Adaptive Methods in Randomly Initialized Deep Networks

2021-06-07 · Antonio Orvieto, Jonas Kohler, Dario Pavllo, Thomas Hofmann 외

This paper revisits the so-called vanishing gradient phenomenon, which commonly occurs in deep randomly initialized neural networks. Leveraging an in-depth analysis of neural chains, we first show that vanishing gradient…