LGJan 22, 2025

Celo: Training Versatile Learned Optimizers on a Compute Diet

arXiv:2501.12670v23 citationsh-index: 18Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This work addresses the computational inefficiency and scalability issues in learned optimizers for the machine learning community, representing a significant but incremental improvement over prior methods.

The paper tackled the problem of improving meta-generalization for learned optimizers to make them practical and off-the-shelf usable, achieving strong performance on diverse out-of-distribution tasks with only 24 GPU hours of meta-training.

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 critical element for practically useful learned optimizers, that can be used off-the-shelf after meta-training, is strong meta-generalization: the ability to apply the optimizers to new tasks. Recent state-of-the-art work in learned optimizers, VeLO (Metz et al., 2022), requires a large number of highly diverse meta-training tasks along with massive computational resources, 4000 TPU months, to achieve meta-generalization. This makes further improvements to such learned optimizers impractical. In this work, we identify several key elements in learned optimizer architectures and meta-training procedures that can lead to strong meta-generalization. We also propose evaluation metrics to reliably assess quantitative performance of an optimizer at scale on a set of evaluation tasks. Our proposed approach, Celo, makes a significant leap in improving the meta-generalization performance of learned optimizers and also outperforms tuned state-of-the-art optimizers on a diverse set of out-of-distribution tasks, despite being meta-trained for just 24 GPU hours.

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