paper-with-me

Papers

Mean-Field Bayesian Optimisation

2025-02-17 · Petar Steinberg, Juliusz Ziomek, Matej Jusup, Ilija Bogunovic

We address the problem of optimising the average payoff for a large number of cooperating agents, where the payoff function is unknown and treated as a black box. While standard Bayesian Optimisation (BO) methods struggle with the scalability required for high-dimensional input spaces, we demonstrate how leveraging the mean-field assumption on the black-box function can transform BO into an efficient and scalable solution. Specifically, we introduce MF-GP-UCB, a novel efficient algorithm designed to optimise agent payoffs in this setting. Our theoretical analysis establishes a regret bound for MF-GP-UCB that is independent of the number of agents, contrasting sharply with the exponential dependence observed when naive BO methods are applied. We evaluate our algorithm on a diverse set of tasks, including real-world problems, such as optimising the location of public bikes for a bike-sharing programme, distributing taxi fleets, and selecting refuelling ports for maritime vessels. Empirical results demonstrate that MF-GP-UCB significantly outperforms existing benchmarks, offering substantial improvements in performance and scalability, constituting a promising solution for mean-field, black-box optimisation. The code is available at https://github.com/petarsteinberg/MF-BO.

📄 PDF Abstract BibTeX arXiv:2502.12315

Code (1)

petarsteinberg/mf-bo 공식 구현 pytorch

Tasks

Bayesian Optimisation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Shaping of Magnetic Field Coils in Fusion Reactors using Bayesian Optimisation

2023-10-02 · Timothy Nunn, Vignesh Gopakumar, Sebastien Kahn

Nuclear fusion using magnetic confinement holds promise as a viable method for sustainable energy. However, most fusion devices have been experimental and as we move towards energy reactors, we are entering into a new pa…

Bayesian Optimisation

Bayesian Optimisation for Constrained Problems

2021-05-27 · Juan Ungredda, Juergen Branke

Many real-world optimisation problems such as hyperparameter tuning in machine learning or simulation-based optimisation can be formulated as expensive-to-evaluate black-box functions. A popular approach to tackle such p…

Bayesian Optimisation

'In-Between' Uncertainty in Bayesian Neural Networks

2019-06-27 · Andrew Y. K. Foong, Yingzhen Li, José Miguel Hernández-Lobato, Richard E. Turner

We describe a limitation in the expressiveness of the predictive uncertainty estimate given by mean-field variational inference (MFVI), a popular approximate inference method for Bayesian neural networks. In particular, …

Active LearningBayesian OptimisationVariational Inference

What do you Mean? The Role of the Mean Function in Bayesian Optimisation

2020-04-17 · George De Ath, Jonathan E. Fieldsend, Richard M. Everson

Bayesian optimisation is a popular approach for optimising expensive black-box functions. The next location to be evaluated is selected via maximising an acquisition function that balances exploitation and exploration. G…

Bayesian OptimisationGaussian Processes

Are we Forgetting about Compositional Optimisers in Bayesian Optimisation?

2020-12-15 · Antoine Grosnit, Alexander I. Cowen-Rivers, Rasul Tutunov, Ryan-Rhys Griffiths 외

Bayesian optimisation presents a sample-efficient methodology for global optimisation. Within this framework, a crucial performance-determining subroutine is the maximisation of the acquisition function, a task complicat…

Bayesian Optimisation