paper-with-me

Papers

Sample-Efficient Bayesian Optimization with Transfer Learning for Heterogeneous Search Spaces

2024-09-09 · Aryan Deshwal, Sait Cakmak, Yuhou Xia, David Eriksson

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.

📄 PDF Abstract BibTeX arXiv:2409.05325

Code (1)

facebookresearch/heterogeneous_botl 공식 구현 pytorch

Tasks

Bayesian OptimizationTransfer Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Transfer Learning for Bayesian Optimization on Heterogeneous Search Spaces

2023-09-28 · Zhou Fan, Xinran Han, Zi Wang

Bayesian optimization (BO) is a popular black-box function optimization method, which makes sequential decisions based on a Bayesian model, typically a Gaussian process (GP), of the function. To ensure the quality of the…

Bayesian OptimizationTransfer Learning

Transfer Learning in Bayesian Optimization for Aircraft Design

2026-03-30 · Ali Tfaily, Youssef Diouane, Nathalie Bartoli, Michael Kokkolaras arxiv

The use of transfer learning within Bayesian optimization addresses the disadvantages of the so-called \textit{cold start} problem by using source data to aid in the optimization of a target problem. We present a method …

Transfer Learning

Bayesian Inverse Transfer in Evolutionary Multiobjective Optimization

2023-12-22 · Jiao Liu, Abhishek Gupta, Yew-Soon Ong

Transfer optimization enables data-efficient optimization of a target task by leveraging experiential priors from related source tasks. This is especially useful in multiobjective optimization settings where a set of tra…

Bayesian OptimizationMultiobjective OptimizationTransfer Learning

Efficient Bayesian Optimization with Deep Kernel Learning and Transformer Pre-trained on Multiple Heterogeneous Datasets

2023-08-09 · Wenlong Lyu, Shoubo Hu, Jie Chuai, Zhitang Chen

Bayesian optimization (BO) is widely adopted in black-box optimization problems and it relies on a surrogate model to approximate the black-box response function. With the increasing number of black-box optimization task…

Bayesian Optimization

Transfer Learning for Bayesian Optimization: A Survey

2023-02-12 · Tianyi Bai, Yang Li, Yu Shen, Xinyi Zhang 외

A wide spectrum of design and decision problems, including parameter tuning, A/B testing and drug design, intrinsically are instances of black-box optimization. Bayesian optimization (BO) is a powerful tool that models a…

Bayesian OptimizationDrug DesignSurveyTransfer Learning