Respecting the limit:Bayesian optimization with a bound on the optimal value
This work addresses optimization in real-world scenarios where prior bounds are known, offering an incremental improvement for applications like hyperparameter tuning.
The paper tackles the problem of Bayesian optimization when prior information about the optimal value or a lower bound is available, proposing a new method (BABO) that significantly outperforms existing techniques on benchmarks.
In many real-world optimization problems, we have prior information about what objective function values are achievable. In this paper, we study the scenario that we have either exact knowledge of the minimum value or a, possibly inexact, lower bound on its value. We propose bound-aware Bayesian optimization (BABO), a Bayesian optimization method that uses a new surrogate model and acquisition function to utilize such prior information. We present SlogGP, a new surrogate model that incorporates bound information and adapts the Expected Improvement (EI) acquisition function accordingly. Empirical results on a variety of benchmarks demonstrate the benefit of taking prior information about the optimal value into account, and that the proposed approach significantly outperforms existing techniques. Furthermore, we notice that even in the absence of prior information on the bound, the proposed SlogGP surrogate model still performs better than the standard GP model in most cases, which we explain by its larger expressiveness.