paper-with-me

Papers

A Corrected Expected Improvement Acquisition Function Under Noisy Observations

2023-10-08 · Han Zhou, Xingchen Ma, Matthew B Blaschko

Sequential maximization of expected improvement (EI) is one of the most widely used policies in Bayesian optimization because of its simplicity and ability to handle noisy observations. In particular, the improvement function often uses the best posterior mean as the best incumbent in noisy settings. However, the uncertainty associated with the incumbent solution is often neglected in many analytic EI-type methods: a closed-form acquisition function is derived in the noise-free setting, but then applied to the setting with noisy observations. To address this limitation, we propose a modification of EI that corrects its closed-form expression by incorporating the covariance information provided by the Gaussian Process (GP) model. This acquisition function specializes to the classical noise-free result, and we argue should replace that formula in Bayesian optimization software packages, tutorials, and textbooks. This enhanced acquisition provides good generality for noisy and noiseless settings. We show that our method achieves a sublinear convergence rate on the cumulative regret bound under heteroscedastic observation noise. Our empirical results demonstrate that our proposed acquisition function can outperform EI in the presence of noisy observations on benchmark functions for black-box optimization, as well as on parameter search for neural network model compression.

📄 PDF Abstract BibTeX arXiv:2310.05166

Code (1)

han678/correctednoisyei 공식 구현 pytorch

Tasks

Bayesian OptimizationModel Compression

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Unexpected Improvements to Expected Improvement for Bayesian Optimization

2023-10-31 · NeurIPS 2023 11 · Sebastian Ament, Samuel Daulton, David Eriksson, Maximilian Balandat 외

Expected Improvement (EI) is arguably the most popular acquisition function in Bayesian optimization and has found countless successful applications, but its performance is often exceeded by that of more recent methods. …

Bayesian Optimization

Guided Multi-Fidelity Bayesian Optimization for Data-driven Controller Tuning with Digital Twins

2025-09-22 · Mahdi Nobar, Jürg Keller, Alessandro Forino, John Lygeros 외 arxiv

We propose a \textit{guided multi-fidelity Bayesian optimization} framework for data-efficient controller tuning that integrates corrected digital twin simulations with real-world measurements. The method targets closed-…

Beyond Objective-Based Improvement: Stationarity-Aware Expected Improvement for Bayesian Optimization

2026-01-29 · Joshua Hang Sai Ip, Georgios Makrygiorgos, Ali Mesbah arxiv

Bayesian Optimization (BO) is a principled framework for optimizing expensive black-box functions, with Expected Improvement (EI) among its most widely used acquisition functions. Despite its empirical success, EI is agn…

Adjusted Expected Improvement for Cumulative Regret Minimization in Noisy Bayesian Optimization

2022-05-10 · Shouri Hu, Haowei Wang, Zhongxiang Dai, Bryan Kian Hsiang Low 외

The expected improvement (EI) is one of the most popular acquisition functions for Bayesian optimization (BO) and has demonstrated good empirical performances in many applications for the minimization of simple regret. H…

Bayesian OptimizationThompson Sampling

A Unified Framework for Entropy Search and Expected Improvement in Bayesian Optimization

2025-01-30 · Nuojin Cheng, Leonard Papenmeier, Stephen Becker, Luigi Nardi

Bayesian optimization is a widely used method for optimizing expensive black-box functions, with Expected Improvement being one of the most commonly used acquisition functions. In contrast, information-theoretic acquisit…

Bayesian OptimizationVariational Inference