Learning search spaces for Bayesian optimization: Another view of hyperparameter transfer learning
Valerio Perrone, Huibin Shen, Matthias Seeger, Cedric Archambeau,, Rodolphe Jenatton

TL;DR
This paper introduces a method to automatically learn and adapt the search space for Bayesian optimization using historical data, significantly improving efficiency and transfer learning capabilities in hyperparameter tuning.
Contribution
The authors propose a novel approach to automatically design the BO search space from past evaluations, enhancing transfer learning and reducing the need for manual range specification.
Findings
Boosts BO efficiency by reducing search space size
Combines with random search for parameter-free optimization
Provides a robust baseline for hyperparameter transfer learning
Abstract
Bayesian optimization (BO) is a successful methodology to optimize black-box functions that are expensive to evaluate. While traditional methods optimize each black-box function in isolation, there has been recent interest in speeding up BO by transferring knowledge across multiple related black-box functions. In this work, we introduce a method to automatically design the BO search space by relying on evaluations of previous black-box functions. We depart from the common practice of defining a set of arbitrary search ranges a priori by considering search space geometries that are learned from historical data. This simple, yet effective strategy can be used to endow many existing BO methods with transfer learning properties. Despite its simplicity, we show that our approach considerably boosts BO by reducing the size of the search space, thus accelerating the optimization of a variety…
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 · Machine Learning and Data Classification · Metaheuristic Optimization Algorithms Research
MethodsRandom Search
