paper-with-me

Papers

A Simple and Efficient Approach to Batch Bayesian Optimization

2024-11-25 · Dawei Zhan, Zhaoxi Zeng, Shuoxiao Wei, Ping Wu

Extending Bayesian optimization to batch evaluation can enable the designer to make the most use of parallel computing technology. However, most of current batch approaches do not scale well with the batch size. That is, their performances deteriorate dramatically as the batch size increases. To address this issue, we propose a simple and efficient approach to extend Bayesian optimization to large-scale batch evaluation in this work. Different from existing batch approaches, the idea of the new approach is to draw a batch of axis-aligned subspaces of the original problem and select one acquisition point from each subspace. To achieve this, we propose the expected subspace improvement criterion to measure the amount of the improvement that a candidate point can achieve within a certain axis-aligned subspace. By optimizing these expected subspace improvement functions simultaneously, we can get a batch of query points for parallel evaluation. Numerical experiments show that our proposed approach can speedup the convergence significantly when compared with the sequential Bayesian optimization algorithm, and performs very competitively when compared with seven batch Bayesian optimization algorithms. A Matlab implementation of the proposed approach is available at https://github.com/zhandawei/Expected_Subspace_Improvement_Batch_Bayesian_Optimization.

📄 PDF Abstract BibTeX arXiv:2411.16206

Code (1)

zhandawei/Expected_Subspace_Improvement_Batch_Bayesian_Optimization 공식 구현

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Diversified Sampling for Batched Bayesian Optimization with Determinantal Point Processes

2021-10-22 · Elvis Nava, Mojmír Mutný, Andreas Krause

In Bayesian Optimization (BO) we study black-box function optimization with noisy point evaluations and Bayesian priors. Convergence of BO can be greatly sped up by batching, where multiple evaluations of the black-box f…

Bayesian OptimizationDiversityPoint ProcessesThompson Sampling

Batch Bayesian Optimization on Permutations using the Acquisition Weighted Kernel

2021-02-26 · Changyong Oh, Roberto Bondesan, Efstratios Gavves, Max Welling

In this work we propose a batch Bayesian optimization method for combinatorial problems on permutations, which is well suited for expensive-to-evaluate objectives. We first introduce LAW, an efficient batch acquisition m…

Bayesian OptimizationPoint ProcessesScheduling

Batch Multi-Fidelity Bayesian Optimization with Deep Auto-Regressive Networks

2021-06-18 · NeurIPS 2021 12 · Shibo Li, Robert M. Kirby, Shandian Zhe

Bayesian optimization (BO) is a powerful approach for optimizing black-box, expensive-to-evaluate functions. To enable a flexible trade-off between the cost and accuracy, many applications allow the function to be evalua…

Bayesian OptimizationDiversityHyperparameter Optimization

Sampling Acquisition Functions for Batch Bayesian Optimization

2019-03-22 · Alessandro De Palma, Celestine Mendler-Dünner, Thomas Parnell, Andreea Anghel 외

We present Acquisition Thompson Sampling (ATS), a novel technique for batch Bayesian Optimization (BO) based on the idea of sampling multiple acquisition functions from a stochastic process. We define this process throug…

Bayesian OptimizationThompson Sampling

An Efficient Asynchronous Batch Bayesian Optimization Approach for Analog Circuit Synthesis

2021-06-28 · Shuhan Zhang, Fan Yang, Dian Zhou, Xuan Zeng

In this paper, we propose EasyBO, an Efficient ASYnchronous Batch Bayesian Optimization approach for analog circuit synthesis. In this proposed approach, instead of waiting for the slowest simulations in the batch to fin…

Bayesian OptimizationDiversity