paper-with-me

홈 › Papers

Cascaded Algorithm-Selection and Hyper-Parameter Optimization with Extreme-Region Upper Confidence Bound Bandit

2019-05-31 · Yi-Qi Hu, Yang Yu, Jun-Da Liao

An automatic machine learning (AutoML) task is to select the best algorithm and its hyper-parameters simultaneously. Previously, the hyper-parameters of all algorithms are joint as a single search space, which is not only huge but also redundant, because many dimensions of hyper-parameters are irrelevant with the selected algorithms. In this paper, we propose a cascaded approach for algorithm selection and hyper-parameter optimization. While a search procedure is employed at the level of hyper-parameter optimization, a bandit strategy runs at the level of algorithm selection to allocate the budget based on the search feedbacks. Since the bandit is required to select the algorithm with the maximum performance, instead of the average performance, we thus propose the extreme-region upper confidence bound (ER-UCB) strategy, which focuses on the extreme region of the underlying feedback distribution. We show theoretically that the ER-UCB has a regret upper bound $O\left(K \ln n\right)$ with independent feedbacks, which is as efficient as the classical UCB bandit. We also conduct experiments on a synthetic problem as well as a set of AutoML tasks. The results verify the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:1905.13703

Code (0)

등록된 구현이 없습니다.

Tasks

AutoML

Similar Papers 제목 키워드 기반

Reducing The Search Space For Hyperparameter Optimization Using Group Sparsity

2019-04-24 · Minsu Cho, Chinmay Hegde

We propose a new algorithm for hyperparameter selection in machine learning algorithms. The algorithm is a novel modification of Harmonica, a spectral hyperparameter selection approach using sparse recovery methods. In p…

BIG-bench Machine LearningHyperparameter Optimization

Efficient Automatic CASH via Rising Bandits

2020-12-08 · Yang Li, Jiawei Jiang, Jinyang Gao, Yingxia Shao 외

The Combined Algorithm Selection and Hyperparameter optimization (CASH) is one of the most fundamental problems in Automatic Machine Learning (AutoML). The existing Bayesian optimization (BO) based solutions turn the CAS…

AutoMLBayesian OptimizationBIG-bench Machine LearningHyperparameter Optimization+1

Auto-WEKA: Combined Selection and Hyperparameter Optimization of Classification Algorithms

2012-08-18 · Chris Thornton, Frank Hutter, Holger H. Hoos, Kevin Leyton-Brown

Many different machine learning algorithms exist; taking into account each algorithm's hyperparameters, there is a staggeringly large number of possible alternatives overall. We consider the problem of simultaneously sel…

Bayesian OptimizationBIG-bench Machine Learningfeature selectionGeneral Classification+1

Gradient-based Hyperparameter Optimization without Validation Data for Learning fom Limited Labels

2021-09-29 · Ryuichiro Hataya, Hideki Nakayama

Optimizing hyperparameters of machine learning algorithms especially for limited labeled data is important but difficult, because then obtaining enough validation data is practically impossible. Bayesian model selection …

Hyperparameter OptimizationModel Selection

How to tune the RBF SVM hyperparameters?: An empirical evaluation of 18 search algorithms

2020-08-26 · Jacques Wainer, Pablo Fonseca

SVM with an RBF kernel is usually one of the best classification algorithms for most data sets, but it is important to tune the two hyperparameters $C$ and $\gamma$ to the data itself. In general, the selection of the hy…

Bayesian Optimization