paper-with-me

홈 › Papers

Many Optimizers But Only One Training Path: Repeated Resampling for Adaptive Optimizer Selection

2026-08-19 · Ronald Richman, Mario V. Wüthrich arxiv

An optimizer is usually chosen before training a deep neural network and then kept fixed. Treating optimizer choice as a hyperparameter could boost performance, but it requires several complete training runs and discards all but the winner. Repeated Optimizer Resampling (ROR) instead searches during one evolving run. Every $b$ epochs, each candidate optimizer scouts from the current model weights for $s$ epochs. The best scout continues for the remaining $b-s$ epochs, and that completed segment becomes the new incumbent if it improves the validation objective. This design allows the preferred optimizer to change as training progresses. We compare two variants of ROR on MNIST, Fashion-MNIST, and two motor insurance claim-count models. Nine fixed optimizers and both ROR variants are evaluated with the same ten seeds. One-epoch ROR uses 24\% to 35\% of the aggregate training needed to identify the best fixed optimizer exhaustively and remains close to that optimizer on all four tasks. These results support short scouting as a practical way to search over optimizers without completing every candidate run.

📄 PDF Abstract BibTeX arXiv:2608.18810

Code (0)

등록된 구현이 없습니다.

Similar 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 …

OTO Planner: An Efficient Only Travelling Once Exploration Planner for Complex and Unknown Environments

2024-06-11 · Bo Zhou, Chuanzhao Lu, Yan Pan, Fu Chen

Autonomous exploration in complex and cluttered environments is essential for various applications. However, there are many challenges due to the lack of global heuristic information. Existing exploration methods suffer …

Efficient Exploration

Cautious Optimizers: Improving Training with One Line of Code

2024-11-25 · Kaizhao Liang, Lizhang Chen, Bo Liu, Qiang Liu

AdamW has been the default optimizer for transformer pretraining. For many years, our community searched for faster and more stable optimizers with only constrained positive outcomes. In this work, we propose a single-li…

Practical tradeoffs between memory, compute, and performance in learned optimizers

2022-03-22 · Luke Metz, C. Daniel Freeman, James Harrison, Niru Maheswaranathan 외

Optimization plays a costly and crucial role in developing machine learning systems. In learned optimizers, the few hyperparameters of commonly used hand-designed optimizers, e.g. Adam or SGD, are replaced with flexible …

Scale-invariant Learning by Physics Inversion

2021-09-30 · Philipp Holl, Vladlen Koltun, Nils Thuerey

Solving inverse problems, such as parameter estimation and optimal control, is a vital part of science. Many experiments repeatedly collect data and rely on machine learning algorithms to quickly infer solutions to the a…

BIG-bench Machine Learningparameter estimation