paper-with-me

Papers

Bayesian Optimisation over Multiple Continuous and Categorical Inputs

2019-06-20 · ICML 2020 1 · Binxin Ru, Ahsan S. Alvi, Vu Nguyen, Michael A. Osborne, Stephen J. Roberts

Efficient optimisation of black-box problems that comprise both continuous and categorical inputs is important, yet poses significant challenges. We propose a new approach, Continuous and Categorical Bayesian Optimisation (CoCaBO), which combines the strengths of multi-armed bandits and Bayesian optimisation to select values for both categorical and continuous inputs. We model this mixed-type space using a Gaussian Process kernel, designed to allow sharing of information across multiple categorical variables, each with multiple possible values; this allows CoCaBO to leverage all available data efficiently. We extend our method to the batch setting and propose an efficient selection procedure that dynamically balances exploration and exploitation whilst encouraging batch diversity. We demonstrate empirically that our method outperforms existing approaches on both synthetic and real-world optimisation tasks with continuous and categorical inputs.

📄 PDF Abstract BibTeX arXiv:1906.08878

Code (2)

rubinxin/CoCaBO_code 공식 구현
rubinxin/CoCaBO

Tasks

Bayesian OptimisationDiversityMulti-Armed Bandits

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 Optimisation for Mixed-Variable Inputs using Value Proposals

2022-02-10 · Yan Zuo, Amir Dezfouli, Iadine Chades, David Alexander 외

Many real-world optimisation problems are defined over both categorical and continuous variables, yet efficient optimisation methods such asBayesian Optimisation (BO) are not designed tohandle such mixed-variable search …

Bayesian Optimisation

Think Global and Act Local: Bayesian Optimisation over High-Dimensional Categorical and Mixed Search Spaces

2021-02-14 · Xingchen Wan, Vu Nguyen, Huong Ha, Binxin Ru 외

High-dimensional black-box optimisation remains an important yet notoriously challenging problem. Despite the success of Bayesian optimisation methods on continuous domains, domains that are categorical, or that mix cont…

Bayesian Optimisation

Multi-fidelity Bayesian Optimisation with Continuous Approximations

2017-03-18 · ICML 2017 8 · Kirthevasan Kandasamy, Gautam Dasarathy, Jeff Schneider, Barnabas Poczos

Bandit methods for black-box optimisation, such as Bayesian optimisation, are used in a variety of applications including hyper-parameter tuning and experiment design. Recently, \emph{multi-fidelity} methods have garnere…

Bayesian Optimisation

Bayesian Optimization for Categorical and Category-Specific Continuous Inputs

2019-11-28 · Dang Nguyen, Sunil Gupta, Santu Rana, Alistair Shilton 외

Many real-world functions are defined over both categorical and category-specific continuous variables and thus cannot be optimized by traditional Bayesian optimization (BO) methods. To optimize such functions, we propos…

Bayesian OptimizationBIG-bench Machine LearningThompson Sampling

Weighted Euclidean Distance Matrices over Mixed Continuous and Categorical Inputs for Gaussian Process Models

2025-03-04 · Mingyu Pu, Songhao Wang, Haowei Wang, Szu Hui Ng

Gaussian Process (GP) models are widely utilized as surrogate models in scientific and engineering fields. However, standard GP models are limited to continuous variables due to the difficulties in establishing correlati…

Bayesian Optimization