LGMLApr 27, 2024

Optimal Initialization of Batch Bayesian Optimization

arXiv:2404.17997v18 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses the need for efficient batch initialization in BBO for experimenters in fields like engineering, though it appears incremental as it adapts an existing design criterion.

The paper tackles the problem of designing informative initial batches in Batch Bayesian Optimization (BBO) to reduce measurement time in experiments and simulations, proposing the Minimal Terminal Variance (MTV) acquisition function that optimizes batch design rather than using random sampling, with numerical experiments showing favorable comparisons to other BBO methods.

Field experiments and computer simulations are effective but time-consuming methods of measuring the quality of engineered systems at different settings. To reduce the total time required, experimenters may employ Bayesian optimization, which is parsimonious with measurements, and take measurements of multiple settings simultaneously, in a batch. In practice, experimenters use very few batches, thus, it is imperative that each batch be as informative as possible. Typically, the initial batch in a Batch Bayesian Optimization (BBO) is constructed from a quasi-random sample of settings values. We propose a batch-design acquisition function, Minimal Terminal Variance (MTV), that designs a batch by optimization rather than random sampling. MTV adapts a design criterion function from Design of Experiments, called I-Optimality, which minimizes the variance of the post-evaluation estimates of quality, integrated over the entire space of settings. MTV weights the integral by the probability that a setting is optimal, making it able to design not only an initial batch but all subsequent batches, as well. Applicability to both initialization and subsequent batches is novel among acquisition functions. Numerical experiments on test functions and simulators show that MTV compares favorably to other BBO methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes