by , , , ,
Abstract:
Bayesian optimization is known to be difficult to scale to high dimensions, because the acquisition step requires solving a non-convex optimization problem in the same search space. In order to scale the method and keep its benefits, we propose an algorithm (LineBO) that restricts the problem to a sequence of iteratively chosen one-dimensional sub-problems. We show that our algorithm converges globally and obtains a fast local rate when the function is strongly convex. Further, if the objective has an invariant subspace, our method automatically adapts to the effective dimension without changing the algorithm. Our method scales well to high dimensions and makes use of a global Gaussian process model. When combined with the SafeOpt algorithm to solve the sub-problems, we obtain the first safe Bayesian optimization algorithm with theoretical guarantees applicable in high-dimensional settings. We evaluate our method on multiple synthetic benchmarks, where we obtain competitive performance. Further, we deploy our algorithm to optimize the beam intensity of the Swiss Free Electron Laser with up to 40 parameters while satisfying safe operation constraints.
Reference:
Adaptive and Safe Bayesian Optimization in High Dimensions via One-Dimensional Subspaces J. Kirschner, M. Mutný, N. Hiller, R. Ischebeck, A. KrauseIn Proc. International Conference for Machine Learning (ICML), 2019
Bibtex Entry:
@inproceedings{kirschner2019linebo,
	archiveprefix = {arXiv},
	author = {Kirschner, Johannes and Mojmir Mutn\'y and Hiller, Nicole and Ischebeck, Rasmus and Krause, Andreas},
	booktitle = {Proc. International Conference for Machine Learning (ICML)},
	eprint = {1902.03229},
	month = {June},
	primaryclass = {cs.LG},
	title = {Adaptive and Safe Bayesian Optimization in High Dimensions via One-Dimensional Subspaces},
	year = {2019}}