Bayesian Optimization with Inexact Acquisition: Is Random Grid Search Sufficient?
Hwanwoo Kim, Chong Liu, Yuxin Chen

TL;DR
This paper investigates the impact of inexact solutions in Bayesian optimization, demonstrating that approximate maximizers like random grid search can still achieve sublinear regret, thus offering computationally efficient alternatives.
Contribution
It provides theoretical regret bounds for inexact acquisition maximization in Bayesian optimization and validates random grid search as an effective solver.
Findings
Inexact maximizers can still guarantee sublinear regret under certain conditions.
Random grid search is theoretically justified as an efficient acquisition function solver.
Theoretical and numerical evidence supports the effectiveness of inexact methods.
Abstract
Bayesian optimization (BO) is a widely used iterative algorithm for optimizing black-box functions. Each iteration requires maximizing an acquisition function, such as the upper confidence bound (UCB) or a sample path from the Gaussian process (GP) posterior, as in Thompson sampling (TS). However, finding an exact solution to these maximization problems is often intractable and computationally expensive. Reflecting such realistic situations, in this paper, we delve into the effect of inexact maximizers of the acquisition functions. Defining a measure of inaccuracy in acquisition solutions, we establish cumulative regret bounds for both GP-UCB and GP-TS without requiring exact solutions of acquisition function maximization. Our results show that under appropriate conditions on accumulated inaccuracy, inexact BO algorithms can still achieve sublinear cumulative regret. Motivated by such…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research
MethodsGaussian Process
