English

Bayesian Optimization of Composite Functions

Machine Learning 2019-06-05 v1 Machine Learning Optimization and Control

Abstract

We consider optimization of composite objective functions, i.e., of the form f(x)=g(h(x))f(x)=g(h(x)), where hh is a black-box derivative-free expensive-to-evaluate function with vector-valued outputs, and gg is a cheap-to-evaluate real-valued function. While these problems can be solved with standard Bayesian optimization, we propose a novel approach that exploits the composite structure of the objective function to substantially improve sampling efficiency. Our approach models hh using a multi-output Gaussian process and chooses where to sample using the expected improvement evaluated on the implied non-Gaussian posterior on ff, which we call expected improvement for composite functions (\ei). Although \ei\ cannot be computed in closed form, we provide a novel stochastic gradient estimator that allows its efficient maximization. We also show that our approach is asymptotically consistent, i.e., that it recovers a globally optimal solution as sampling effort grows to infinity, generalizing previous convergence results for classical expected improvement. Numerical experiments show that our approach dramatically outperforms standard Bayesian optimization benchmarks, reducing simple regret by several orders of magnitude.

Keywords

Cite

@article{arxiv.1906.01537,
  title  = {Bayesian Optimization of Composite Functions},
  author = {Raul Astudillo and Peter I. Frazier},
  journal= {arXiv preprint arXiv:1906.01537},
  year   = {2019}
}

Comments

In Proceedings of the 36th International Conference on Machine Learning, PMLR 97:354-363, 2019

R2 v1 2026-06-23T09:41:39.097Z