Fast Bayesian Optimization of Machine Learning Hyperparameters on Large Datasets
Aaron Klein, Stefan Falkner, Simon Bartels, Philipp Hennig, Frank, Hutter

TL;DR
This paper introduces Fabolas, a Bayesian optimization method that accelerates hyperparameter tuning on large datasets by modeling validation error and training time as functions of dataset size, enabling faster convergence.
Contribution
The paper presents Fabolas, a novel Bayesian optimization approach that efficiently explores hyperparameters on large datasets by extrapolating from small subset evaluations.
Findings
Fabolas finds high-quality hyperparameters 10 to 100 times faster.
It outperforms state-of-the-art Bayesian optimization methods.
It effectively balances information gain and computational cost.
Abstract
Bayesian optimization has become a successful tool for hyperparameter optimization of machine learning algorithms, such as support vector machines or deep neural networks. Despite its success, for large datasets, training and validating a single configuration often takes hours, days, or even weeks, which limits the achievable performance. To accelerate hyperparameter optimization, we propose a generative model for the validation error as a function of training set size, which is learned during the optimization process and allows exploration of preliminary configurations on small subsets, by extrapolating to the full dataset. We construct a Bayesian optimization procedure, dubbed Fabolas, which models loss and training time as a function of dataset size and automatically trades off high information gain about the global optimum against computational cost. Experiments optimizing support…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Bandit Algorithms Research · Machine Learning and Algorithms
