BOASF combines Bayesian optimization with adaptive successive filtering and softmax resource allocation to speed up model selection and hyperparameter optimization in automatic machine learning.
Combination of Hyperband and Bayesian Optimization for Hyperparameter Optimization in Deep Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Deep learning has achieved impressive results on many problems. However, it requires high degree of expertise or a lot of experience to tune well the hyperparameters, and such manual tuning process is likely to be biased. Moreover, it is not practical to try out as many different hyperparameter configurations in deep learning as in other machine learning scenarios, because evaluating each single hyperparameter configuration in deep learning would mean training a deep neural network, which usually takes quite long time. Hyperband algorithm achieves state-of-the-art performance on various hyperparameter optimization problems in the field of deep learning. However, Hyperband algorithm does not utilize history information of previous explored hyperparameter configurations, thus the solution found is suboptimal. We propose to combine Hyperband algorithm with Bayesian optimization (which does not ignore history when sampling next trial configuration). Experimental results show that our combination approach is superior to other hyperparameter optimization approaches including Hyperband algorithm.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
BOASF: A Unified Framework for Speeding up Automatic Machine Learning via Adaptive Successive Filtering
BOASF combines Bayesian optimization with adaptive successive filtering and softmax resource allocation to speed up model selection and hyperparameter optimization in automatic machine learning.