paper-with-me

Papers

Efficient Hyperparameter Optimization of Deep Learning Algorithms Using Deterministic RBF Surrogates

2016-07-28 · Ilija Ilievski, Taimoor Akhtar, Jiashi Feng, Christine Annette Shoemaker

Automatically searching for optimal hyperparameter configurations is of crucial importance for applying deep learning algorithms in practice. Recently, Bayesian optimization has been proposed for optimizing hyperparameters of various machine learning algorithms. Those methods adopt probabilistic surrogate models like Gaussian processes to approximate and minimize the validation error function of hyperparameter values. However, probabilistic surrogates require accurate estimates of sufficient statistics (e.g., covariance) of the error distribution and thus need many function evaluations with a sizeable number of hyperparameters. This makes them inefficient for optimizing hyperparameters of deep learning algorithms, which are highly expensive to evaluate. In this work, we propose a new deterministic and efficient hyperparameter optimization method that employs radial basis functions as error surrogates. The proposed mixed integer algorithm, called HORD, searches the surrogate for the most promising hyperparameter values through dynamic coordinate search and requires many fewer function evaluations. HORD does well in low dimensions but it is exceptionally better in higher dimensions. Extensive evaluations on MNIST and CIFAR-10 for four deep neural networks demonstrate HORD significantly outperforms the well-established Bayesian optimization methods such as GP, SMAC, and TPE. For instance, on average, HORD is more than 6 times faster than GP-EI in obtaining the best configuration of 19 hyperparameters.

📄 PDF Abstract BibTeX arXiv:1607.08316

Code (1)

jekyllstein/HORDOpt.jl

Tasks

Bayesian OptimizationGaussian ProcessesHyperparameter OptimizationSMACSMAC+

Similar Papers 제목 키워드 기반

Deep Ranking Ensembles for Hyperparameter Optimization

2023-03-27 · Abdus Salam Khazi, Sebastian Pineda Arango, Josif Grabocka

Automatically optimizing the hyperparameters of Machine Learning algorithms is one of the primary open questions in AI. Existing work in Hyperparameter Optimization (HPO) trains surrogate models for approximating the res…

Hyperparameter OptimizationLearning-To-Rank

Fast Hyperparameter Optimization of Deep Neural Networks via Ensembling Multiple Surrogates

2018-11-06 · Yang Li, Jiawei Jiang, Yingxia Shao, Bin Cui

The performance of deep neural networks crucially depends on good hyperparameter configurations. Bayesian optimization is a powerful framework for optimizing the hyperparameters of DNNs. These methods need sufficient eva…

Bayesian OptimizationHyperparameter Optimization

Enhancing Performance and Calibration in Quantile Hyperparameter Optimization

2025-09-21 · Riccardo Doyle arxiv

Bayesian hyperparameter optimization relies heavily on Gaussian Process (GP) surrogates, due to robust distributional posteriors and strong performance on limited training samples. GPs however underperform in categorical…

Hyperparameter Optimization

Better call Surrogates: A hybrid Evolutionary Algorithm for Hyperparameter optimization

2020-12-11 · Subhodip Biswas, Adam D Cobb, Andreea Sistrunk, Naren Ramakrishnan 외

In this paper, we propose a surrogate-assisted evolutionary algorithm (EA) for hyperparameter optimization of machine learning (ML) models. The proposed STEADE model initially estimates the objective function landscape u…

Bayesian OptimizationBIG-bench Machine LearningHyperparameter Optimization

Use of static surrogates in hyperparameter optimization

2021-03-14 · Dounia Lakhmiri, Sébastien Le Digabel

Optimizing the hyperparameters and architecture of a neural network is a long yet necessary phase in the development of any new application. This consuming process can benefit from the elaboration of strategies designed …

Hyperparameter Optimization