PI is back! Switching Acquisition Functions in Bayesian Optimization
Carolin Benjamins, Elena Raponi, Anja Jankovic, Koen van der Blom,, Maria Laura Santoni, Marius Lindauer, and Carola Doerr

TL;DR
This paper investigates switching acquisition functions in Bayesian Optimization, demonstrating that dynamic schedules often outperform static choices and proposing a default schedule that improves optimization results across diverse functions.
Contribution
It introduces and evaluates a dynamic scheduling approach for acquisition functions in Bayesian Optimization, highlighting the benefits over static strategies and suggesting adaptive methods for better performance.
Findings
Dynamic schedules often outperform static acquisition functions.
A schedule with 25% budget for EI and 75% for PI is effective.
Per-instance adaptation could further enhance optimization results.
Abstract
Bayesian Optimization (BO) is a powerful, sample-efficient technique to optimize expensive-to-evaluate functions. Each of the BO components, such as the surrogate model, the acquisition function (AF), or the initial design, is subject to a wide range of design choices. Selecting the right components for a given optimization task is a challenging task, which can have significant impact on the quality of the obtained results. In this work, we initiate the analysis of which AF to favor for which optimization scenarios. To this end, we benchmark SMAC3 using Expected Improvement (EI) and Probability of Improvement (PI) as acquisition functions on the 24 BBOB functions of the COCO environment. We compare their results with those of schedules switching between AFs. One schedule aims to use EI's explorative behavior in the early optimization steps, and then switches to PI for a better…
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 Bandit Algorithms Research · Advanced Multi-Objective Optimization Algorithms · Gaussian Processes and Bayesian Inference
