paper-with-me

Papers

Efficient Non-Parametric Optimizer Search for Diverse Tasks

2022-09-27 · Ruochen Wang, Yuanhao Xiong, Minhao Cheng, Cho-Jui Hsieh

Efficient and automated design of optimizers plays a crucial role in full-stack AutoML systems. However, prior methods in optimizer search are often limited by their scalability, generability, or sample efficiency. With the goal of democratizing research and application of optimizer search, we present the first efficient, scalable and generalizable framework that can directly search on the tasks of interest. We first observe that optimizer updates are fundamentally mathematical expressions applied to the gradient. Inspired by the innate tree structure of the underlying math expressions, we re-arrange the space of optimizers into a super-tree, where each path encodes an optimizer. This way, optimizer search can be naturally formulated as a path-finding problem, allowing a variety of well-established tree traversal methods to be used as the search algorithm. We adopt an adaptation of the Monte Carlo method to tree search, equipped with rejection sampling and equivalent- form detection that leverage the characteristics of optimizer update rules to further boost the sample efficiency. We provide a diverse set of tasks to benchmark our algorithm and demonstrate that, with only 128 evaluations, the proposed framework can discover optimizers that surpass both human-designed counterparts and prior optimizer search methods.

📄 PDF Abstract BibTeX arXiv:2209.13575

Code (1)

ruocwang/efficient-optimizer-search 공식 구현 pytorch

Tasks

AutoMLMath

Similar Papers 제목 키워드 기반

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

Amortized Multi-Objective Optimization Across Tasks with Generative Solution Modeling

2025-11-12 · Tingyang Wei, Jiao Liu, Abhishek Gupta, Chin Chun Ooi 외 arxiv

Many real-world applications require solving families of expensive multi-objective optimization problems~(EMOPs) under varying operational conditions. This can be formulated as parametric expensive multi-objective optimi…

Gaussian Processes

Generalizable Heuristic Generation Through Large Language Models with Meta-Optimization

2025-05-27 · Yiding Shi, Jianan Zhou, Wen Song, Jieyi Bi 외

Heuristic design with large language models (LLMs) has emerged as a promising approach for tackling combinatorial optimization problems (COPs). However, existing approaches often rely on manually predefined evolutionary …

Combinatorial OptimizationMeta-Learning

WarpAdam: A new Adam optimizer based on Meta-Learning approach

2024-09-06 · Chengxi Pan, Junshang Chen, Jingrui Ye

Optimal selection of optimization algorithms is crucial for training deep learning models. The Adam optimizer has gained significant attention due to its efficiency and wide applicability. However, to enhance the adaptab…

Meta-Learning

Learning to Optimize for Reinforcement Learning

2023-02-03 · Qingfeng Lan, A. Rupam Mahmood, Shuicheng Yan, Zhongwen Xu

In recent years, by leveraging more data, computation, and diverse tasks, learned optimizers have achieved remarkable success in supervised learning, outperforming classical hand-designed optimizers. Reinforcement learni…

Inductive BiasMeta-Learningreinforcement-learningReinforcement Learning+1