paper-with-me

홈 › Papers

Random Search Hyper-Parameter Tuning: Expected Improvement Estimation and the Corresponding Lower Bound

2022-08-17 · Dan Navon, Alex M. Bronstein

Hyperparameter tuning is a common technique for improving the performance of neural networks. Most techniques for hyperparameter search involve an iterated process where the model is retrained at every iteration. However, the expected accuracy improvement from every additional search iteration, is still unknown. Calculating the expected improvement can help create stopping rules for hyperparameter tuning and allow for a wiser allocation of a project's computational budget. In this paper, we establish an empirical estimate for the expected accuracy improvement from an additional iteration of hyperparameter search. Our results hold for any hyperparameter tuning method which is based on random search \cite{bergstra2012random} and samples hyperparameters from a fixed distribution. We bound our estimate with an error of $O\left(\sqrt{\frac{\log k}{k}}\right)$ w.h.p. where $k$ is the current number of iterations. To the best of our knowledge this is the first bound on the expected gain from an additional iteration of hyperparameter search. Finally, we demonstrate that the optimal estimate for the expected accuracy will still have an error of $\frac{1}{k}$.

📄 PDF Abstract BibTeX arXiv:2208.08170

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Bayes Optimal Early Stopping Policies for Black-Box Optimization

2019-02-21 · Matthew Streeter

We derive an optimal policy for adaptively restarting a randomized algorithm, based on observed features of the run-so-far, so as to minimize the expected time required for the algorithm to successfully terminate. Given …

A Gradient-based Bilevel Optimization Approach for Tuning Hyperparameters in Machine Learning

2020-07-21 · Ankur Sinha, Tanmay Khandait, Raja Mohanty

Hyperparameter tuning is an active area of research in machine learning, where the aim is to identify the optimal hyperparameters that provide the best performance on the validation set. Hyperparameter tuning is often ac…

Bayesian OptimizationBIG-bench Machine LearningBilevel OptimizationHyperparameter Optimization

Efficient Autotuning of Hyperparameters in Approximate Nearest Neighbor Search

2018-12-18 · Elias Jääsaari, Ville Hyvönen, Teemu Roos

Approximate nearest neighbor algorithms are used to speed up nearest neighbor search in a wide array of applications. However, current indexing methods feature several hyperparameters that need to be tuned to reach an ac…

A Modified Bayesian Optimization based Hyper-Parameter Tuning Approach for Extreme Gradient Boosting

2020-04-10 · Sayan Putatunda, Kiran Rama

It is already reported in the literature that the performance of a machine learning algorithm is greatly impacted by performing proper Hyper-Parameter optimization. One of the ways to perform Hyper-Parameter optimization…

Bayesian Optimization

Automatic Setting of DNN Hyper-Parameters by Mixing Bayesian Optimization and Tuning Rules

2020-06-03 · Michele Fraccaroli, Evelina Lamma, Fabrizio Riguzzi

Deep learning techniques play an increasingly important role in industrial and research environments due to their outstanding results. However, the large number of hyper-parameters to be set may lead to errors if they ar…

Bayesian Optimization