Bayesian Optimisation with Unknown Hyperparameters: Regret Bounds Logarithmically Closer to Optimal
Juliusz Ziomek, Masaki Adachi, Michael A. Osborne

TL;DR
This paper introduces Length scale Balancing (LB), a novel Bayesian Optimization method that adaptively combines models with different length scales, achieving regret bounds logarithmically closer to the optimal and outperforming existing methods.
Contribution
We propose LB, a new BO approach that balances exploration and exploitation by aggregating models with varying length scales, with proven regret bounds and empirical superiority.
Findings
LB achieves regret bounds only logarithmically worse than the oracle.
Empirical results show LB outperforms A-GP-UCB, MLE, and MCMC on benchmarks.
LB effectively balances exploration and exploitation through adaptive length scale aggregation.
Abstract
Bayesian Optimization (BO) is widely used for optimising black-box functions but requires us to specify the length scale hyperparameter, which defines the smoothness of the functions the optimizer will consider. Most current BO algorithms choose this hyperparameter by maximizing the marginal likelihood of the observed data, albeit risking misspecification if the objective function is less smooth in regions we have not yet explored. The only prior solution addressing this problem with theoretical guarantees was A-GP-UCB, proposed by Berkenkamp et al. (2019). This algorithm progressively decreases the length scale, expanding the class of functions considered by the optimizer. However, A-GP-UCB lacks a stopping mechanism, leading to over-exploration and slow convergence. To overcome this, we introduce Length scale Balancing (LB) - a novel approach, aggregating multiple base surrogate…
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
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Advanced Bandit Algorithms Research · Gaussian Processes and Bayesian Inference
MethodsBalanced Selection
