Bayesian Optimization in High Dimensions via Random Embeddings
Abstract
Bayesian optimization techniques have been successfully applied to robotics, planning, sensor placement, recommendation, advertising, intelligent user interfaces and automatic algorithm configuration. Despite these successes, the approach is restricted to problems of moderate dimension, and several workshops on Bayesian optimization have identified its scaling to high dimensions as one of the holy grails of the field. In this paper, we introduce a novel random embedding idea to attack this problem. The resulting Random EMbedding Bayesian Optimization (REMBO) algorithm is very simple and applies to domains with both categorical and continuous variables. The experiments demonstrate that REMBO can effectively solve high-dimensional problems, including automatic parameter configuration of a popular mixed integer linear programming solver.
Cite
Text
Wang et al. "Bayesian Optimization in High Dimensions via Random Embeddings." International Joint Conference on Artificial Intelligence, 2013.Markdown
[Wang et al. "Bayesian Optimization in High Dimensions via Random Embeddings." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/wang2013ijcai-bayesian/)BibTeX
@inproceedings{wang2013ijcai-bayesian,
title = {{Bayesian Optimization in High Dimensions via Random Embeddings}},
author = {Wang, Ziyu and Zoghi, Masrour and Hutter, Frank and Matheson, David and de Freitas, Nando},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2013},
pages = {1778-1784},
url = {https://mlanthology.org/ijcai/2013/wang2013ijcai-bayesian/}
}