paper-with-me

Papers

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 function, quantifying the uncertainty in that surrogate through Bayesian inference. Objective evaluations are sequentially determined by maximising an acquisition function at each step. However, this ancilliary optimisation problem can be highly non-trivial to solve, due to the non-convexity of the acquisition function, particularly in the case of batch Bayesian optimisation, where multiple points are selected in every step. In this work we reformulate batch BO as an optimisation problem over the space of probability measures. We construct a new acquisition function based on multipoint expected improvement which is convex over the space of probability measures. Practical schemes for solving this `inner' optimisation problem arise naturally as gradient flows of this objective function. We demonstrate the efficacy of this new method on different benchmark functions and compare with state-of-the-art batch BO methods.

📄 PDF Abstract BibTeX arXiv:2209.04722

Code (1)

enricocrovini/BBO-via-PGF 공식 구현 jax

Tasks

Bayesian InferenceBayesian OptimisationBayesian Optimization

Similar Papers 제목 키워드 기반

Particle-based Online Bayesian Sampling

2023-02-28 · Yifan Yang, Chang Liu, Zheng Zhang

Online optimization has gained increasing interest due to its capability of tracking real-world streaming data. Although online optimization methods have been widely studied in the setting of frequentist statistics, few …

Variational Inference

A Unified Particle-Optimization Framework for Scalable Bayesian Sampling

2018-05-29 · Changyou Chen, Ruiyi Zhang, Wenlin Wang, Bai Li 외

There has been recent interest in developing scalable Bayesian sampling methods such as stochastic gradient MCMC (SG-MCMC) and Stein variational gradient descent (SVGD) for big-data analysis. A standard SG-MCMC algorithm…

Wasserstein Gradient Flows for Batch Bayesian Optimal Experimental Design

2026-03-12 · Louis Sharrock arxiv

Bayesian optimal experimental design (BOED) provides a powerful, decision-theoretic framework for selecting experiments so as to maximise the expected utility of the data to be collected. In practice, however, its applic…

Variance Reduction in Stochastic Particle-Optimization Sampling

2018-11-20 · ICML 2020 1 · Jianyi Zhang, Yang Zhao, Changyou Chen

Stochastic particle-optimization sampling (SPOS) is a recently-developed scalable Bayesian sampling framework that unifies stochastic gradient MCMC (SG-MCMC) and Stein variational gradient descent (SVGD) algorithms based…

POS

Permutation Invariant Learning with High-Dimensional Particle Filters

2024-10-30 · Akhilan Boopathy, Aneesh Muppidi, Peggy Yang, Abhiram Iyer 외

Sequential learning in deep models often suffers from challenges such as catastrophic forgetting and loss of plasticity, largely due to the permutation dependence of gradient-based algorithms, where the order of training…