菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-07
📄 Abstract - Efficient Long-Horizon Learning for Learned Optimization

Learned optimization aims to improve upon hand-designed optimizers (e.g., Adam and Muon) by meta-learning small neural network optimizers over a distribution of tasks. While recent work has greatly advanced the architectural design and inductive biases of learned optimizers (LOs), current meta-training approaches still suffer from two main difficulties: (1) they cannot efficiently scale meta-training to long-horizon inner problems and (2) they often fail to compete with strong hand-designed optimizers. To address these limitations, we propose Efficient Long-hOrizon (ELO) learning, an efficient meta-training algorithm that (1) reallocates redundant meta-training compute to longer failure regimes, achieving efficient long-horizon learning, and (2) enforces decoupled progressive expert supervision, providing stable meta-learning signals that additionally improve the generalization of LOs. Our empirical study evaluates ELO for meta-training both element-wise and matrix-based LOs. Across downstream language modeling (GPT-2-124M/350M on FineWeb) and image classification (ViT-B/16, ResNet-50 on ImageNet-1K) tasks, ELO substantially improves the long-unroll performance and out-of-distribution generalization of the base LOs. In particular, ELO-Celo2 consistently outperforms well-tuned AdamW across all evaluated tasks, while remaining competitive with Muon on language modeling. \textit{Notably, all ELO baselines require less than 7 H100 GPU-hours for meta-training.}

顶级标签: machine learning model training model evaluation
详细标签: meta-learning learned optimization long-horizon learning language modeling image classification 或 搜索:

面向学习型优化的高效长时域学习 / Efficient Long-Horizon Learning for Learned Optimization


1️⃣ 一句话总结

本文提出了一种名为ELO的高效元训练算法,通过重新分配计算资源以延长训练链并引入分阶段专家监督信号,使小型神经网络优化器能高效学习长序列任务,并在多种实际模型中达到或超越AdamW等手工优化器的性能。

源自 arXiv: 2607.06772