paper-with-me

Papers

Practical Transfer Learning for Bayesian Optimization

2018-02-06 · Matthias Feurer, Benjamin Letham, Frank Hutter, Eytan Bakshy

When hyperparameter optimization of a machine learning algorithm is repeated for multiple datasets it is possible to transfer knowledge to an optimization run on a new dataset. We develop a new hyperparameter-free ensemble model for Bayesian optimization that is a generalization of two existing transfer learning extensions to Bayesian optimization and establish a worst-case bound compared to vanilla Bayesian optimization. Using a large collection of hyperparameter optimization benchmark problems, we demonstrate that our contributions substantially reduce optimization time compared to standard Gaussian process-based Bayesian optimization and improve over the current state-of-the-art for transfer hyperparameter optimization.

📄 PDF Abstract BibTeX arXiv:1802.02219

Code (2)

automl/transfer-hpo-framework 공식 구현
mfeurer/rgpe-code-release

Tasks

Bayesian OptimizationGaussian ProcessesHyperparameter OptimizationMeta-LearningTransfer Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

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

BayMOTH: Bayesian optiMizatiOn with meTa-lookahead -- a simple approacH

2026-04-13 · Rahman Ejaz, Varchas Gopalaswamy, Ricardo Luna, Aarne Lees 외 arxiv

Bayesian optimization (BO) has for sequential optimization of expensive black-box functions demonstrated practicality and effectiveness in many real-world settings. Meta-Bayesian optimization (meta-BO) focuses on improvi…

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

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

Rover: An online Spark SQL tuning service via generalized transfer learning

2023-02-08 · Yu Shen, Xinyuyang Ren, Yupeng Lu, Huaijun Jiang 외

Distributed data analytic engines like Spark are common choices to process massive data in industry. However, the performance of Spark SQL highly depends on the choice of configurations, where the optimal ones vary with …

Bayesian OptimizationTransfer Learning