paper-with-me

Papers

Batch Bayesian optimisation via density-ratio estimation with guarantees

2022-09-22 · Rafael Oliveira, Louis Tiao, Fabio Ramos

Bayesian optimisation (BO) algorithms have shown remarkable success in applications involving expensive black-box functions. Traditionally BO has been set as a sequential decision-making process which estimates the utility of query points via an acquisition function and a prior over functions, such as a Gaussian process. Recently, however, a reformulation of BO via density-ratio estimation (BORE) allowed reinterpreting the acquisition function as a probabilistic binary classifier, removing the need for an explicit prior over functions and increasing scalability. In this paper, we present a theoretical analysis of BORE's regret and an extension of the algorithm with improved uncertainty estimates. We also show that BORE can be naturally extended to a batch optimisation setting by recasting the problem as approximate Bayesian inference. The resulting algorithms come equipped with theoretical performance guarantees and are assessed against other batch and sequential BO baselines in a series of experiments.

📄 PDF Abstract BibTeX arXiv:2209.10715

Code (1)

rafaol/batch-bore-with-guarantees 공식 구현

Tasks

Bayesian InferenceBayesian OptimisationDecision MakingDensity Ratio EstimationSequential Decision Making

Similar Papers 제목 키워드 기반

MBORE: Multi-objective Bayesian Optimisation by Density-Ratio Estimation

2022-03-31 · George De Ath, Tinkle Chugh, Alma A. M. Rahat

Optimisation problems often have multiple conflicting objectives that can be computationally and/or financially expensive. Mono-surrogate Bayesian optimisation (BO) is a popular model-based approach for optimising such b…

Bayesian OptimisationDensity Ratio Estimation

SOBER: Highly Parallel Bayesian Optimization and Bayesian Quadrature over Discrete and Mixed Spaces

2023-01-27 · Masaki Adachi, Satoshi Hayakawa, Saad Hamid, Martin Jørgensen 외

Batch Bayesian optimisation and Bayesian quadrature have been shown to be sample-efficient methods of performing optimisation and quadrature where expensive-to-evaluate objective functions can be queried in parallel. How…

Bayesian OptimisationBayesian OptimizationDrug Discovery

Batch Bayesian Optimization via Particle Gradient Flows

2022-09-10 · Enrico Crovini, Simon L. Cotter, Konstantinos Zygalakis, Andrew B. Duncan

Bayesian Optimisation (BO) methods seek to find global optima of objective functions which are only available as a black-box or are expensive to evaluate. Such methods construct a surrogate model for the objective functi…

Bayesian InferenceBayesian OptimisationBayesian Optimization

A penalisation method for batch multi-objective Bayesian optimisation with application in heat exchanger design

2022-06-27 · Andrei Paleyes, Henry B. Moss, Victor Picheny, Piotr Zulawski 외

We present HIghly Parallelisable Pareto Optimisation (HIPPO) -- a batch acquisition function that enables multi-objective Bayesian optimisation methods to efficiently exploit parallel processing resources. Multi-Objectiv…

Bayesian OptimisationDiversity

Asynchronous Batch Bayesian Optimisation with Improved Local Penalisation

2019-01-29 · Ahsan S. Alvi, Binxin Ru, Jan Calliess, Stephen J. Roberts 외

Batch Bayesian optimisation (BO) has been successfully applied to hyperparameter tuning using parallel computing, but it is wasteful of resources: workers that complete jobs ahead of others are left idle. We address this…

Bayesian Optimisation