Searching in the Forest for Local Bayesian Optimization
Difan Deng, Marius Lindauer

TL;DR
This paper introduces BOinG, a two-stage Bayesian optimization method that leverages the benign landscape of hyperparameter optimization problems, using a global random forest model to identify promising regions and a local model for efficient search.
Contribution
The paper presents BOinG, a novel two-stage BO approach tailored for mid-sized HPO problems, combining global and local models to improve efficiency.
Findings
BOinG outperforms baseline methods on synthetic functions.
BOinG is effective on mid-sized HPO problems.
The approach exploits the structure of typical HPO landscapes.
Abstract
Because of its sample efficiency, Bayesian optimization (BO) has become a popular approach dealing with expensive black-box optimization problems, such as hyperparameter optimization (HPO). Recent empirical experiments showed that the loss landscapes of HPO problems tend to be more benign than previously assumed, i.e. in the best case uni-modal and convex, such that a BO framework could be more efficient if it can focus on those promising local regions. In this paper, we propose BOinG, a two-stage approach that is tailored toward mid-sized configuration spaces, as one encounters in many HPO problems. In the first stage, we build a scalable global surrogate model with a random forest to describe the overall landscape structure. Further, we choose a promising subregion via a bottom-up approach on the upper-level tree structure. In the second stage, a local model in this subregion is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Gaussian Processes and Bayesian Inference · Metaheuristic Optimization Algorithms Research
MethodsHyper-parameter optimization
