Iterative Deepening Hyperband
Jasmin Brandt, Marcel Wever, Dimitrios Iliadis, Viktor Bengs, Eyke, H\"ullermeier

TL;DR
This paper introduces incremental variants of Hyperband for hyperparameter optimization, addressing the challenge of selecting the maximal budget and enabling more efficient, theoretically sound, and practical hyperparameter tuning.
Contribution
We propose incremental Hyperband variants that eliminate the need for predefining the maximal budget, maintaining theoretical guarantees and improving practical efficiency.
Findings
Incremental Hyperband matches original Hyperband's theoretical guarantees.
The new variants outperform standard Hyperband in practical experiments.
They adapt dynamically to different budgets, reducing re-computation.
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…
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
TopicsMetaheuristic Optimization Algorithms Research · Advanced Multi-Objective Optimization Algorithms · Machine Learning and Data Classification
MethodsHyper-parameter optimization
