Minimizing UCB: a Better Local Search Strategy in Local Bayesian Optimization
Zheyi Fan, Wenyu Wang, Szu Hui Ng, Qingpei Hu

TL;DR
This paper introduces MinUCB, a novel local Bayesian optimization algorithm that replaces gradient steps with UCB minimization, demonstrating improved efficiency and convergence in high-dimensional black-box function optimization.
Contribution
The paper develops a new local search strategy in Bayesian optimization by linking UCB minimization with gradient descent, proposing MinUCB and its enhanced version LA-MinUCB, with theoretical and empirical validation.
Findings
MinUCB outperforms gradient-based methods in experiments.
LA-MinUCB achieves higher efficiency through look ahead strategy.
The algorithms maintain similar convergence rates to existing methods.
Abstract
Local Bayesian optimization is a promising practical approach to solve the high dimensional black-box function optimization problem. Among them is the approximated gradient class of methods, which implements a strategy similar to gradient descent. These methods have achieved good experimental results and theoretical guarantees. However, given the distributional properties of the Gaussian processes applied on these methods, there may be potential to further exploit the information of the Gaussian processes to facilitate the BO search. In this work, we develop the relationship between the steps of the gradient descent method and one that minimizes the Upper Confidence Bound (UCB), and show that the latter can be a better strategy than direct gradient descent when a Gaussian process is applied as a surrogate. Through this insight, we propose a new local Bayesian optimization algorithm,…
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
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Advanced Multi-Objective Optimization Algorithms · Optimization and Search Problems
MethodsGaussian Process
