paper-with-me

Papers

Simulation Based Bayesian Optimization

2024-01-19 · Roi Naveiro, Becky Tang

Bayesian Optimization (BO) is a powerful method for optimizing black-box functions by combining prior knowledge with ongoing function evaluations. BO constructs a probabilistic surrogate model of the objective function given the covariates, which is in turn used to inform the selection of future evaluation points through an acquisition function. For smooth continuous search spaces, Gaussian Processes (GPs) are commonly used as the surrogate model as they offer analytical access to posterior predictive distributions, thus facilitating the computation and optimization of acquisition functions. However, in complex scenarios involving optimization over categorical or mixed covariate spaces, GPs may not be ideal. This paper introduces Simulation Based Bayesian Optimization (SBBO) as a novel approach to optimizing acquisition functions that only requires sampling-based access to posterior predictive distributions. SBBO allows the use of surrogate probabilistic models tailored for combinatorial spaces with discrete variables. Any Bayesian model in which posterior inference is carried out through Markov chain Monte Carlo can be selected as the surrogate model in SBBO. We demonstrate empirically the effectiveness of SBBO using various choices of surrogate models in applications involving combinatorial optimization. choices of surrogate models.

📄 PDF Abstract BibTeX arXiv:2401.10811

Code (1)

roinaveiro/sbbo 공식 구현

Tasks

Bayesian OptimizationCombinatorial OptimizationGaussian Processes

Methods 이 논문이 사용한 방법론

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

Optimizing High-Dimensional Physics Simulations via Composite Bayesian Optimization

2021-11-29 · Wesley Maddox, Qing Feng, Max Balandat

Physical simulation-based optimization is a common task in science and engineering. Many such simulations produce image- or tensor-based outputs where the desired objective is a function of those outputs, and optimizatio…

Bayesian OptimizationVocal Bursts Intensity Prediction

Deep Gaussian Process-based Multi-fidelity Bayesian Optimization for Simulated Chemical Reactors

2022-10-31 · Tom Savage, Nausheen Basha, Omar Matar Ehecatl, Antonio Del-Rio Chanona

New manufacturing techniques such as 3D printing have recently enabled the creation of previously infeasible chemical reactor designs. Optimizing the geometry of the next generation of chemical reactors is important to u…

Bayesian OptimizationGaussian Processes

Falsification of Learning-Based Controllers through Multi-Fidelity Bayesian Optimization

2022-12-28 · Zahra Shahrooei, Mykel J. Kochenderfer, Ali Baheri

Simulation-based falsification is a practical testing method to increase confidence that the system will meet safety requirements. Because full-fidelity simulations can be computationally demanding, we investigate the us…

Bayesian Optimization

BOSH: Bayesian Optimization by Sampling Hierarchically

2020-07-02 · Henry B. Moss, David S. Leslie, Paul Rayson

Deployments of Bayesian Optimization (BO) for functions with stochastic evaluations, such as parameter tuning via cross validation and simulation optimization, typically optimize an average of a fixed set of noisy realiz…

Bayesian Optimizationreinforcement-learningReinforcement Learning (RL)

Local Nonstationarity for Efficient Bayesian Optimization

2015-06-05 · Ruben Martinez-Cantin

Bayesian optimization has shown to be a fundamental global optimization algorithm in many applications: ranging from automatic machine learning, robotics, reinforcement learning, experimental design, simulations, etc. Th…

Bayesian OptimizationBIG-bench Machine LearningExperimental Designglobal-optimization+3