English

Iterative Deepening Hyperband

Machine Learning 2023-02-07 v2 Artificial Intelligence

Abstract

Hyperparameter optimization (HPO) is concerned with the automated search for the most appropriate hyperparameter configuration (HPC) of a parameterized machine learning algorithm. A state-of-the-art HPO method is Hyperband, which, however, has its own parameters that influence its performance. One of these parameters, the maximal budget, is especially problematic: If chosen too small, the budget needs to be increased in hindsight and, as Hyperband is not incremental by design, the entire algorithm must be re-run. This is not only costly but also comes with a loss of valuable knowledge already accumulated. In this paper, we propose incremental variants of Hyperband that eliminate these drawbacks, and show that these variants satisfy theoretical guarantees qualitatively similar to those for the original Hyperband with the "right" budget. Moreover, we demonstrate their practical utility in experiments with benchmark data sets.

Keywords

Cite

@article{arxiv.2302.00511,
  title  = {Iterative Deepening Hyperband},
  author = {Jasmin Brandt and Marcel Wever and Dimitrios Iliadis and Viktor Bengs and Eyke Hüllermeier},
  journal= {arXiv preprint arXiv:2302.00511},
  year   = {2023}
}
R2 v1 2026-06-28T08:29:11.736Z