Self-Adjusting Weighted Expected Improvement for Bayesian Optimization
Carolin Benjamins, Elena Raponi, Anja Jankovic, Carola Doerr, and Marius Lindauer

TL;DR
This paper introduces SAWEI, a self-adjusting acquisition function for Bayesian Optimization that dynamically balances exploration and exploitation based on convergence, improving robustness and performance across different black-box optimization problems.
Contribution
We propose SAWEI, a novel data-driven, self-adjusting acquisition function for Bayesian Optimization that adapts exploration-exploitation trade-off during the optimization process.
Findings
SAWEI outperforms handcrafted baselines on BBOB functions.
SAWEI demonstrates robust performance on HPOBench.
The method adapts sampling behavior automatically to problem structure.
Abstract
Bayesian Optimization (BO) is a class of surrogate-based, sample-efficient algorithms for optimizing black-box problems with small evaluation budgets. The BO pipeline itself is highly configurable with many different design choices regarding the initial design, surrogate model, and acquisition function (AF). Unfortunately, our understanding of how to select suitable components for a problem at hand is very limited. In this work, we focus on the definition of the AF, whose main purpose is to balance the trade-off between exploring regions with high uncertainty and those with high promise for good solutions. We propose Self-Adjusting Weighted Expected Improvement (SAWEI), where we let the exploration-exploitation trade-off self-adjust in a data-driven manner, based on a convergence criterion for BO. On the noise-free black-box BBOB functions of the COCO benchmarking platform, our method…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Machine Learning and Data Classification · Advanced Bandit Algorithms Research
MethodsFocus
