paper-with-me

Papers

Optimal Initialization of Batch Bayesian Optimization

2024-04-27 · Jiuge Ren, David Sweet

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.

📄 PDF Abstract BibTeX arXiv:2404.17997

Code (1)

dsweet99/yubo 공식 구현 pytorch

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Parameter Re-Initialization through Cyclical Batch Size Schedules

2018-12-04 · Norman Mu, Zhewei Yao, Amir Gholami, Kurt Keutzer 외

Optimal parameter initialization remains a crucial problem for neural network training. A poor weight initialization may take longer to train and/or converge to sub-optimal solutions. Here, we propose a method of weight …

General Classificationimage-classificationImage ClassificationLanguage Modeling+2

Informed Initialization for Bayesian Optimization and Active Learning

2025-10-27 · Carl Hvarfner, David Eriksson, Eytan Bakshy, Max Balandat arxiv

Bayesian Optimization is a widely used method for optimizing expensive black-box functions, relying on probabilistic surrogate models such as Gaussian Processes. The quality of the surrogate model is crucial for good opt…

Gaussian ProcessesActive Learning

Efficient Batch Black-box Optimization with Deterministic Regret Bounds

2019-05-24 · Yueming Lyu, Yuan Yuan, Ivor W. Tsang

In this work, we investigate black-box optimization from the perspective of frequentist kernel methods. We propose a novel batch optimization algorithm, which jointly maximizes the acquisition function and select points …

Bayesian Optimization

The Parallel Knowledge Gradient Method for Batch Bayesian Optimization

2016-06-14 · NeurIPS 2016 12 · Jian Wu, Peter I. Frazier

In many applications of black-box optimization, one can evaluate multiple points simultaneously, e.g. when evaluating the performances of several different neural network architectures in a parallel computing environment…

Bayesian Optimization

Combining Multi-Fidelity Modelling and Asynchronous Batch Bayesian Optimization

2022-11-11 · Jose Pablo Folch, Robert M Lee, Behrang Shafei, David Walz 외

Bayesian Optimization is a useful tool for experiment design. Unfortunately, the classical, sequential setting of Bayesian Optimization does not translate well into laboratory experiments, for instance battery design, wh…

Bayesian Optimization