paper-with-me

홈 › Papers

Improving Multi-fidelity Optimization with a Recurring Learning Rate for Hyperparameter Tuning

2022-09-26 · Hyunjae Lee, Gihyeon Lee, Junhwan Kim, Sungjun Cho, Dohyun Kim, Donggeun Yoo

Despite the evolution of Convolutional Neural Networks (CNNs), their performance is surprisingly dependent on the choice of hyperparameters. However, it remains challenging to efficiently explore large hyperparameter search space due to the long training times of modern CNNs. Multi-fidelity optimization enables the exploration of more hyperparameter configurations given budget by early termination of unpromising configurations. However, it often results in selecting a sub-optimal configuration as training with the high-performing configuration typically converges slowly in an early phase. In this paper, we propose Multi-fidelity Optimization with a Recurring Learning rate (MORL) which incorporates CNNs' optimization process into multi-fidelity optimization. MORL alleviates the problem of slow-starter and achieves a more precise low-fidelity approximation. Our comprehensive experiments on general image classification, transfer learning, and semi-supervised learning demonstrate the effectiveness of MORL over other multi-fidelity optimization methods such as Successive Halving Algorithm (SHA) and Hyperband. Furthermore, it achieves significant performance improvements over hand-tuned hyperparameter configuration within a practical budget.

📄 PDF Abstract BibTeX arXiv:2209.12499

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Bayesian Optimization of Genetic Algorithm Hyperparameters in a Multi-Fidelity Framework for Efficient Lattice Material Design

2026-07-08 · Sergei Zorkaltsev, Maciej Haranczyk, Christina Schenk arxiv

This study presents a multi-fidelity framework for the systematic optimization of genetic algorithm (GA) hyperparameters. The framework integrates three fidelity levels: high-fidelity Fast Fourier Transform (FFT) homogen…

Practical Multi-fidelity Bayesian Optimization for Hyperparameter Tuning

2019-03-12 · Jian Wu, Saul Toscano-Palmerin, Peter I. Frazier, Andrew Gordon Wilson

Bayesian optimization is popular for optimizing time-consuming black-box objectives. Nonetheless, for hyperparameter tuning in deep neural networks, the time required to evaluate the validation error for even a few hyper…

Bayesian Optimization

Interim Report on Human-Guided Adaptive Hyperparameter Optimization with Multi-Fidelity Sprints

2025-05-14 · Michael Kamfonas

This case study applies a phased hyperparameter optimization process to compare multitask natural language model variants that utilize multiphase learning rate scheduling and optimizer parameter grouping. We employ short…

Bayesian OptimizationHyperparameter OptimizationJoint Entity and Relation ExtractionLanguage Modeling+3

Supervising the Multi-Fidelity Race of Hyperparameter Configurations

2022-02-20 · Martin Wistuba, Arlind Kadra, Josif Grabocka

Multi-fidelity (gray-box) hyperparameter optimization techniques (HPO) have recently emerged as a promising direction for tuning Deep Learning methods. However, existing methods suffer from a sub-optimal allocation of th…

Bayesian OptimizationGaussian ProcessesHyperparameter Optimization

Efficient Hyperparameter Optimization with Adaptive Fidelity Identification

2024-01-01 · CVPR 2024 1 · Jiantong Jiang, Zeyi Wen, Atif Mansoor, Ajmal Mian

Hyperparameter Optimization and Neural Architecture Search are powerful in attaining state-of-the-art machine learning models with Bayesian Optimization (BO) standing out as a mainstream method. Extending BO into the…

Bayesian OptimizationHyperparameter OptimizationNeural Architecture Search