405

Knowing The What But Not The Where in Bayesian Optimization

International Conference on Machine Learning (ICML), 2019
Abstract

Bayesian optimization has demonstrated impressive success in finding the optimum location xx^{*} and value f=f(x)=maxxXf(x)f^{*}=f(x^{*})=\max_{x\in\mathcal{X}}f(x) of the black-box function ff. In some applications, however, the optimum value is known in advance and the goal is to find the corresponding optimum location. Existing work in Bayesian optimization (BO) has not effectively exploited the knowledge of ff^{*} for optimization. In this paper, we consider a new setting in BO in which the knowledge of the optimum value is available. Our goal is to exploit the knowledge about ff^{*} to search for the location xx^{*} efficiently. To achieve this goal, we first transform the Gaussian process surrogate using the information about the optimum value. Then, we propose two acquisition functions, called confidence bound minimization and expected regret minimization, which exploit the knowledge about the optimum value to identify the optimum location efficiently. We show that our approaches work both intuitively and quantitatively achieve better performance against standard BO methods. We demonstrate real applications in tuning a deep reinforcement learning algorithm on the CartPole problem and XGBoost on Skin Segmentation dataset in which the optimum values are publicly available.

View on arXiv
Comments on this paper