Sample-Efficient Bayesian Optimization with Transfer Learning for Heterogeneous Search Spaces
Aryan Deshwal, Sait Cakmak, Yuhou Xia, David Eriksson

TL;DR
This paper introduces two novel transfer learning methods for Bayesian optimization that effectively handle heterogeneous search spaces, enabling more efficient optimization with limited function evaluations.
Contribution
It proposes Gaussian process-based approaches with conditional kernels and hyperparameter inference to transfer knowledge across different search spaces in BO.
Findings
Both methods outperform baseline approaches on benchmark problems.
The approaches effectively transfer information between heterogeneous search spaces.
Methods improve sample efficiency in black-box optimization tasks.
Abstract
Bayesian optimization (BO) is a powerful approach to sample-efficient optimization of black-box functions. However, in settings with very few function evaluations, a successful application of BO may require transferring information from historical experiments. These related experiments may not have exactly the same tunable parameters (search spaces), motivating the need for BO with transfer learning for heterogeneous search spaces. In this paper, we propose two methods for this setting. The first approach leverages a Gaussian process (GP) model with a conditional kernel to transfer information between different search spaces. Our second approach treats the missing parameters as hyperparameters of the GP model that can be inferred jointly with the other GP hyperparameters or set to fixed values. We show that these two methods perform well on several benchmark problems.
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
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM · Machine Learning and Algorithms
MethodsSparse Evolutionary Training · Gaussian Process
