A General Framework for User-Guided Bayesian Optimization
Carl Hvarfner, Frank Hutter, Luigi Nardi
TL;DR
This work addresses the inefficiency of Bayesian optimization when domain experts possess rich prior beliefs beyond kernel structure. It introduces ColaBO, a Bayesian-principled framework that injects user beliefs about function properties via a belief-weighted prior $p(f|\rho)$ and couples it with Monte Carlo acquisition functions such as EI and MES. The approach demonstrates accelerated optimization when priors are accurate and robustness when priors mislead, across synthetic benchmarks and real-world hyperparameter tuning tasks, while acknowledging increased computational costs. By enabling diverse priors over the optimizer, optimal value, and preferences within a general MC-efficiency BO setting, ColaBO broadens the practical applicability of Bayesian optimization to knowledge-rich domains.
Abstract
The optimization of expensive-to-evaluate black-box functions is prevalent in various scientific disciplines. Bayesian optimization is an automatic, general and sample-efficient method to solve these problems with minimal knowledge of the underlying function dynamics. However, the ability of Bayesian optimization to incorporate prior knowledge or beliefs about the function at hand in order to accelerate the optimization is limited, which reduces its appeal for knowledgeable practitioners with tight budgets. To allow domain experts to customize the optimization routine, we propose ColaBO, the first Bayesian-principled framework for incorporating prior beliefs beyond the typical kernel structure, such as the likely location of the optimizer or the optimal value. The generality of ColaBO makes it applicable across different Monte Carlo acquisition functions and types of user beliefs. We empirically demonstrate ColaBO's ability to substantially accelerate optimization when the prior information is accurate, and to retain approximately default performance when it is misleading.
