paper-with-me

Papers

Bayesian Optimisation with Unknown Hyperparameters: Regret Bounds Logarithmically Closer to Optimal

2024-10-14 · Juliusz Ziomek, Masaki Adachi, Michael A. Osborne

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 models with varying length scales. LB intermittently adds smaller length scale candidate values while retaining longer scales, balancing exploration and exploitation. We formally derive a cumulative regret bound of LB and compare it with the regret of an oracle BO algorithm using the optimal length scale. Denoting the factor by which the regret bound of A-GP-UCB was away from oracle as $g(T)$, we show that LB is only $\log g(T)$ away from oracle regret. We also empirically evaluate our algorithm on synthetic and real-world benchmarks and show it outperforms A-GP-UCB, maximum likelihood estimation and MCMC.

📄 PDF Abstract BibTeX arXiv:2410.10384

Code (1)

juliuszziomek/lb-gp-ucb 공식 구현 pytorch

Tasks

Bayesian OptimisationBayesian Optimization

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Sub-linear Regret Bounds for Bayesian Optimisation in Unknown Search Spaces

2020-09-05 · NeurIPS 2020 12 · Hung Tran-The, Sunil Gupta, Santu Rana, Huong Ha 외

Bayesian optimisation is a popular method for efficient optimisation of expensive black-box functions. Traditionally, BO assumes that the search space is known. However, in many problems, this assumption does not hold. T…

Bayesian Optimisation

Graph Agnostic Causal Bayesian Optimisation

2024-11-05 · Sumantrak Mukherjee, Mengyan Zhang, Seth Flaxman, Sebastian Josef Vollmer

We study the problem of globally optimising a target variable of an unknown causal graph on which a sequence of soft or hard interventions can be performed. The problem of optimising the target variable associated with a…

Bayesian OptimisationBayesian Optimization

Online Sharp-Calibrated Bayesian Optimization

2026-05-11 · Marshal Arijona Sinaga, Julien Martinelli, Teemu Turpeinen, Samuel Kaski arxiv

Bayesian optimization (BO) is a widely used framework for optimizing expensive black-box functions, commonly based on Gaussian process (GP) surrogate models. Its effectiveness relies on uncertainty quantification that is…

Bayesian Optimistic Optimisation with Exponentially Decaying Regret

2021-05-10 · Hung Tran-The, Sunil Gupta, Santu Rana, Svetha Venkatesh

Bayesian optimisation (BO) is a well-known efficient algorithm for finding the global optimum of expensive, black-box functions. The current practical BO algorithms have regret bounds ranging from $\mathcal{O}(\frac{logN…

Bayesian Optimisation

Theoretical Analysis of Bayesian Optimisation with Unknown Gaussian Process Hyper-Parameters

2014-06-30 · Ziyu Wang, Nando de Freitas

Bayesian optimisation has gained great popularity as a tool for optimising the parameters of machine learning algorithms and models. Somewhat ironically, setting up the hyper-parameters of Bayesian optimisation methods i…

Bayesian OptimisationGaussian Processesparameter estimation