Batched Large-scale Bayesian Optimization in High-dimensional Spaces
Zi Wang, Clement Gehring, Pushmeet Kohli, Stefanie Jegelka

TL;DR
This paper introduces ensemble Bayesian optimization (EBO), a scalable method that effectively handles high-dimensional, large-scale black-box optimization problems by using an ensemble of additive Gaussian process models, enabling rapid optimization with tens of thousands of observations.
Contribution
EBO is a novel approach that addresses large-scale observations, high-dimensional inputs, and batch query selection in Bayesian optimization simultaneously.
Findings
Scaled BO to tens of thousands of observations within minutes
Effectively handled high-dimensional input spaces
Balanced quality and diversity in batch query selection
Abstract
Bayesian optimization (BO) has become an effective approach for black-box function optimization problems when function evaluations are expensive and the optimum can be achieved within a relatively small number of queries. However, many cases, such as the ones with high-dimensional inputs, may require a much larger number of observations for optimization. Despite an abundance of observations thanks to parallel experiments, current BO techniques have been limited to merely a few thousand observations. In this paper, we propose ensemble Bayesian optimization (EBO) to address three current challenges in BO simultaneously: (1) large-scale observations; (2) high dimensional input spaces; and (3) selections of batch queries that balance quality and diversity. The key idea of EBO is to operate on an ensemble of additive Gaussian process models, each of which possesses a randomized strategy to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Advanced Multi-Objective Optimization Algorithms · Advanced Bandit Algorithms Research
