paper-with-me

Papers

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, Harald Oberhauser, Micheal A. Osborne

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. However, current methods do not scale to large batch sizes -- a frequent desideratum in practice (e.g. drug discovery or simulation-based inference). We present a novel algorithm, SOBER, which permits scalable and diversified batch global optimisation and quadrature with arbitrary acquisition functions and kernels over discrete and mixed spaces. The key to our approach is to reformulate batch selection for global optimisation as a quadrature problem, which relaxes acquisition function maximisation (non-convex) to kernel recombination (convex). Bridging global optimisation and quadrature can efficiently solve both tasks by balancing the merits of exploitative Bayesian optimisation and explorative Bayesian quadrature. We show that SOBER outperforms 11 competitive baselines on 12 synthetic and diverse real-world tasks.

📄 PDF Abstract BibTeX arXiv:2301.11832

Code (1)

ma921/sober 공식 구현 pytorch

Tasks

Bayesian OptimisationBayesian OptimizationDrug Discovery

Similar Papers 제목 키워드 기반

A Quadrature Approach for General-Purpose Batch Bayesian Optimization via Probabilistic Lifting

2024-04-18 · Masaki Adachi, Satoshi Hayakawa, Martin Jørgensen, Saad Hamid 외

Parallelisation in Bayesian optimisation is a common strategy but faces several challenges: the need for flexibility in acquisition functions and kernel choices, flexibility dealing with discrete and continuous variables…

Bayesian OptimisationBayesian Optimization

A Sober Look at LLMs for Material Discovery: Are They Actually Good for Bayesian Optimization Over Molecules?

2024-02-07 · Agustinus Kristiadi, Felix Strieth-Kalthoff, Marta Skreta, Pascal Poupart 외

Automation is one of the cornerstones of contemporary material discovery. Bayesian optimization (BO) is an essential part of such workflows, enabling scientists to leverage prior domain knowledge into efficient explorati…

Bayesian OptimizationEfficient Exploration

New Heuristics for Parallel and Scalable Bayesian Optimization

2018-07-01 · Ran Rubin

Bayesian optimization has emerged as a strong candidate tool for global optimization of functions with expensive evaluation costs. However, due to the dynamic nature of research in Bayesian approaches, and the evolution …

Bayesian Optimizationglobal-optimization

Asynchronous Batch Bayesian Optimization with Pipelining Evaluations for Experimental Resource$\unicode{x2013}$constrained Conditions

2024-12-05 · Yujin Taguchi, Yusuke Shibuya, Yusuke Hiki, Takashi Morikura 외

Bayesian optimization is efficient even with a small amount of data and is used in engineering and in science, including biology and chemistry. In Bayesian optimization, a parameterized model with an uncertainty is fitte…

Bayesian OptimizationBenchmarking

Fully Distributed Bayesian Optimization with Stochastic Policies

2019-02-26 · Javier Garcia-Barcos, Ruben Martinez-Cantin

Bayesian optimization has become a popular method for high-throughput computing, like the design of computer experiments or hyperparameter tuning of expensive models, where sample efficiency is mandatory. In these applic…

Bayesian OptimizationThompson Sampling