paper-with-me

Papers

Surrogate modeling for Bayesian optimization beyond a single Gaussian process

2022-05-27 · Qin Lu, Konstantinos D. Polyzos, Bingcong Li, Georgios B. Giannakis

Bayesian optimization (BO) has well-documented merits for optimizing black-box functions with an expensive evaluation cost. Such functions emerge in applications as diverse as hyperparameter tuning, drug discovery, and robotics. BO hinges on a Bayesian surrogate model to sequentially select query points so as to balance exploration with exploitation of the search space. Most existing works rely on a single Gaussian process (GP) based surrogate model, where the kernel function form is typically preselected using domain knowledge. To bypass such a design process, this paper leverages an ensemble (E) of GPs to adaptively select the surrogate model fit on-the-fly, yielding a GP mixture posterior with enhanced expressiveness for the sought function. Acquisition of the next evaluation input using this EGP-based function posterior is then enabled by Thompson sampling (TS) that requires no additional design parameters. To endow function sampling with scalability, random feature-based kernel approximation is leveraged per GP model. The novel EGP-TS readily accommodates parallel operation. To further establish convergence of the proposed EGP-TS to the global optimum, analysis is conducted based on the notion of Bayesian regret for both sequential and parallel settings. Tests on synthetic functions and real-world applications showcase the merits of the proposed method.

📄 PDF Abstract BibTeX arXiv:2205.14090

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationDrug DiscoveryThompson Sampling

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…
GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

Pseudo-Bayesian Optimization

2023-10-15 · Haoxian Chen, Henry Lam

Bayesian Optimization is a popular approach for optimizing expensive black-box functions. Its key idea is to use a surrogate model to approximate the objective and, importantly, quantify the associated uncertainty that a…

Bayesian OptimizationUncertainty Quantification

RTDK-BO: High Dimensional Bayesian Optimization with Reinforced Transformer Deep kernels

2023-10-05 · Alexander Shmakov, Avisek Naug, Vineet Gundecha, Sahand Ghorbanpour 외

Bayesian Optimization (BO), guided by Gaussian process (GP) surrogates, has proven to be an invaluable technique for efficient, high-dimensional, black-box optimization, a critical problem inherent to many applications s…

Bayesian OptimizationMeta-Learningreinforcement-learningReinforcement Learning+1

A Tutorial on Bayesian Optimization

2018-07-08 · Peter I. Frazier

Bayesian optimization is an approach to optimizing objective functions that take a long time (minutes or hours) to evaluate. It is best-suited for optimization over continuous domains of less than 20 dimensions, and tole…

Bayesian OptimizationHyperparameter Optimizationregression

High-Dimensional Surrogate Modeling for Closed-Loop Learning of Neural-Network-Parameterized Model Predictive Control

2025-12-12 · Sebastian Hirt, Valentinus Suwanto, Hendrik Alsmeier, Maik Pfefferkorn 외 arxiv

Learning controller parameters from closed-loop data has been shown to improve closed-loop performance. Bayesian optimization, a widely used black-box and sample-efficient learning method, constructs a probabilistic surr…

Gaussian Processes

Hybrid Parameter Search and Dynamic Model Selection for Mixed-Variable Bayesian Optimization

2022-06-03 · Hengrui Luo, Younghyun Cho, James W. Demmel, Xiaoye S. Li 외

This paper presents a new type of hybrid model for Bayesian optimization (BO) adept at managing mixed variables, encompassing both quantitative (continuous and integer) and qualitative (categorical) types. Our proposed n…

Bayesian OptimizationGaussian ProcessesModel SelectionPosition