Bayesian Optimization Using Pseudo-Points

Abstract

Bayesian optimization (BO) is a popular approach for expensive black-box optimization, with applications including parameter tuning, experimental design, and robotics. BO usually models the objective function by a Gaussian process (GP), and iteratively samples the next data point by maximizing an acquisition function. In this paper, we propose a new general framework for BO by generating pseudo-points (i.e., data points whose objective values are not evaluated) to improve the GP model. With the classic acquisition function, i.e., upper confidence bound (UCB), we prove that the cumulative regret can be generally upper bounded. Experiments using UCB and other acquisition functions, i.e., probability of improvement (PI) and expectation of improvement (EI), on synthetic as well as real-world problems clearly show the advantage of generating pseudo-points.

Cite

Text

Qian et al. "Bayesian Optimization Using Pseudo-Points." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/421

Markdown

[Qian et al. "Bayesian Optimization Using Pseudo-Points." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/qian2020ijcai-bayesian/) doi:10.24963/IJCAI.2020/421

BibTeX

@inproceedings{qian2020ijcai-bayesian,
  title     = {{Bayesian Optimization Using Pseudo-Points}},
  author    = {Qian, Chao and Xiong, Hang and Xue, Ke},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {3044-3050},
  doi       = {10.24963/IJCAI.2020/421},
  url       = {https://mlanthology.org/ijcai/2020/qian2020ijcai-bayesian/}
}