Bayesian Optimisation

87 papers with code • 0 benchmarks • 0 datasets

Expensive black-box functions are a common problem in many disciplines, including tuning the parameters of machine learning algorithms, robotics, and other engineering design problems. Bayesian Optimisation is a principled and efficient technique for the global optimisation of these functions. The idea behind Bayesian Optimisation is to place a prior distribution over the target function and then update that prior with a set of “true” observations of the target function by expensively evaluating it in order to produce a posterior predictive distribution. The posterior then informs where to make the next observation of the target function through the use of an acquisition function, which balances the exploitation of regions known to have good performance with the exploration of regions where there is little information about the function’s response.

Source: A Bayesian Approach for the Robust Optimisation of Expensive-to-Evaluate Functions

Libraries

Use these libraries to find Bayesian Optimisation models and implementations
6 papers
2,967

End-to-End Meta-Bayesian Optimisation with Transformer Neural Processes

huawei-noah/hebo NeurIPS 2023

We enable this end-to-end framework with reinforcement learning (RL) to tackle the lack of labelled acquisition data.

2,967
25 May 2023

Multi-objective optimisation via the R2 utilities

benmltu/scalarize 19 May 2023

As part of our work, we show that these utilities are monotone and submodular set functions which can be optimised effectively using greedy optimisation algorithms.

0
19 May 2023

NUBO: A Transparent Python Package for Bayesian Optimisation

mikediessner/nubo 11 May 2023

NUBO, short for Newcastle University Bayesian Optimisation, is a Bayesian optimisation framework for the optimisation of expensive-to-evaluate black-box functions, such as physical experiments and computer simulators.

10
11 May 2023

Applications of Gaussian Processes at Extreme Lengthscales: From Molecules to Black Holes

Ryan-Rhys/Heteroscedastic-BO 24 Mar 2023

GPs can make predictions with consideration of uncertainty, for example in the virtual screening of molecules and materials, and can also make inferences about incomplete data such as the latent emission signature from a black hole accretion disc.

21
24 Mar 2023

Protein Sequence Design with Batch Bayesian Optimisation

ZCJ1111/BBO-sequence-design 18 Mar 2023

Protein sequence design is a challenging problem in protein engineering, which aims to discover novel proteins with useful biological functions.

0
18 Mar 2023

Detection and classification of vocal productions in large scale audio recordings

papers4375727/detection-and-classification-of-vocal-productions 14 Feb 2023

The pipeline trains a model on 72 and 77 minutes of labeled audio recordings, with an accuracy of 94. 58% and 99. 76%.

1
14 Feb 2023

Are Random Decompositions all we need in High Dimensional Bayesian Optimisation?

huawei-noah/hebo 30 Jan 2023

Learning decompositions of expensive-to-evaluate black-box functions promises to scale Bayesian optimisation (BO) to high-dimensional problems.

2,967
30 Jan 2023

AutoPEFT: Automatic Configuration Search for Parameter-Efficient Fine-Tuning

cambridgeltl/autopeft 28 Jan 2023

Large pretrained language models are widely used in downstream NLP tasks via task-specific fine-tuning, but such procedures can be costly.

37
28 Jan 2023

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

ma921/sober 27 Jan 2023

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.

18
27 Jan 2023

Policy learning for many outcomes of interest: Combining optimal policy trees with multi-objective Bayesian optimisation

pbrehill/optimalpolicymobo 13 Dec 2022

Methods for learning optimal policies use causal machine learning models to create human-interpretable rules for making choices around the allocation of different policy interventions.

0
13 Dec 2022