LGOCMay 24, 2024

Minimizing UCB: a Better Local Search Strategy in Local Bayesian Optimization

arXiv:2405.15285v112 citationsh-index: 29NIPS
Originality Incremental advance
AI Analysis

This work offers an incremental improvement for researchers and practitioners in optimization by providing a new algorithm that enhances local search efficiency in Bayesian optimization.

The paper tackles the problem of improving local search strategies in high-dimensional Bayesian optimization by proposing MinUCB, which minimizes the Upper Confidence Bound instead of using gradient descent, and shows it maintains similar convergence rates while being more effective on synthetic and real-world functions.

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, MinUCB, which replaces the gradient descent step with minimizing UCB in GIBO. We further show that MinUCB maintains a similar convergence rate with GIBO. We then improve the acquisition function of MinUCB further through a look ahead strategy, and obtain a more efficient algorithm LA-MinUCB. We apply our algorithms on different synthetic and real-world functions, and the results show the effectiveness of our method. Our algorithms also illustrate improvements on local search strategies from an upper bound perspective in Bayesian optimization, and provides a new direction for future algorithm design.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes