Bayesian Optimisation

84 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,928

On the development of a practical Bayesian optimisation algorithm for expensive experiments and simulations with changing environmental conditions

mikediessner/environmental-conditions-bo 5 Feb 2024

ENVBO finds solutions for the full domain of the environmental variable that outperforms results from optimisation algorithms that only focus on a fixed environmental value in all but one case while using a fraction of their evaluation budget.

1
05 Feb 2024

Automated Machine Learning for Positive-Unlabelled Learning

jds39/ga-auto-pu 12 Jan 2024

Positive-Unlabelled (PU) learning is a growing field of machine learning that aims to learn classifiers from data consisting of labelled positive and unlabelled instances, which can be in reality positive or negative, but whose label is unknown.

1
12 Jan 2024

Cheetah: Bridging the Gap Between Machine Learning and Particle Accelerator Physics with High-Speed, Differentiable Simulations

desy-ml/cheetah 11 Jan 2024

Machine learning has emerged as a powerful solution to the modern challenges in accelerator physics.

18
11 Jan 2024

Expert-guided Bayesian Optimisation for Human-in-the-loop Experimental Design of Known Systems

trsav/hitl-bo 5 Dec 2023

Domain experts often possess valuable physical insights that are overlooked in fully automated decision-making processes such as Bayesian optimisation.

1
05 Dec 2023

Data-driven Prior Learning for Bayesian Optimisation

sighellan/plebo 24 Nov 2023

We replace this assumption with a weaker one only requiring the shape of the optimisation landscape to be similar, and analyse the recent method Prior Learning for Bayesian Optimisation - PLeBO - in this setting.

1
24 Nov 2023

Stochastic Gradient Descent for Gaussian Processes Done Right

cambridge-mlg/sgd-gp 31 Oct 2023

We study the optimisation problem associated with Gaussian process regression using squared loss.

13
31 Oct 2023

Adaptive Batch Sizes for Active Learning A Probabilistic Numerics Approach

ma921/adabatal 9 Jun 2023

Active learning parallelization is widely used, but typically relies on fixing the batch size throughout experimentation.

1
09 Jun 2023

Bayesian Optimisation Against Climate Change: Applications and Benchmarks

sighellan/laqn-bo 7 Jun 2023

Bayesian optimisation is a powerful method for optimising black-box functions, popular in settings where the true function is expensive to evaluate and no gradient information is available.

2
07 Jun 2023

Learning to Do or Learning While Doing: Reinforcement Learning and Bayesian Optimisation for Online Continuous Tuning

desy-ml/rl-vs-bo 6 Jun 2023

Online tuning of real-world plants is a complex optimisation problem that continues to require manual intervention by experienced human operators.

7
06 Jun 2023

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,929
25 May 2023