paper-with-me

홈 › Papers

Optimizing Posterior Samples for Bayesian Optimization via Rootfinding

2024-10-29 · Taiwo A. Adebiyi, Bach Do, Ruda Zhang

Bayesian optimization devolves the global optimization of a costly objective function to the global optimization of a sequence of acquisition functions. This inner-loop optimization can be catastrophically difficult if it involves posterior sample paths, especially in higher dimensions. We introduce an efficient global optimization strategy for posterior samples based on global rootfinding. It provides gradient-based optimizers with two sets of judiciously selected starting points, designed to combine exploration and exploitation. The number of starting points can be kept small without sacrificing optimization quality. Remarkably, even with just one point from each set, the global optimum is discovered most of the time. The algorithm scales practically linearly to high dimensions, breaking the curse of dimensionality. For Gaussian process Thompson sampling (GP-TS), we demonstrate remarkable improvement in both inner- and outer-loop optimization, surprisingly outperforming alternatives like EI and GP-UCB in most cases. Our approach also improves the performance of other posterior sample-based acquisition functions, such as variants of entropy search. Furthermore, we propose a sample-average formulation of GP-TS, which has a parameter to explicitly control exploitation and can be computed at the cost of one posterior sample. Our implementation is available at https://github.com/UQUH/TSRoots .

📄 PDF Abstract BibTeX arXiv:2410.22322

Code (1)

uquh/tsroots 공식 구현 pytorch

Tasks

Bayesian Optimizationglobal-optimizationThompson Sampling

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Gaussian Process Thompson Sampling via Rootfinding

2024-10-10 · Taiwo A. Adebiyi, Bach Do, Ruda Zhang

Thompson sampling (TS) is a simple, effective stochastic policy in Bayesian decision making. It samples the posterior belief about the reward profile and optimizes the sample to obtain a candidate decision. In continuous…

Bayesian OptimizationDecision Makingglobal-optimizationThompson Sampling

A Lipschitz Exploration-Exploitation Scheme for Bayesian Optimization

2012-03-30 · Ali Jalali, Javad Azimi, Xiaoli Fern, Ruofei Zhang

The problem of optimizing unknown costly-to-evaluate functions has been studied for a long time in the context of Bayesian Optimization. Algorithms in this field aim to find the optimizer of the function by asking only a…

Bayesian Optimization

Simulation Based Bayesian Optimization

2024-01-19 · Roi Naveiro, Becky Tang

Bayesian Optimization (BO) is a powerful method for optimizing black-box functions by combining prior knowledge with ongoing function evaluations. BO constructs a probabilistic surrogate model of the objective function g…

Bayesian OptimizationCombinatorial OptimizationGaussian Processes

Incorporating Expert Prior Knowledge into Experimental Design via Posterior Sampling

2020-02-26 · Cheng Li, Sunil Gupta, Santu Rana, Vu Nguyen 외

Scientific experiments are usually expensive due to complex experimental preparation and processing. Experimental design is therefore involved with the task of finding the optimal experimental input that results in the d…

Bayesian OptimizationExperimental Design

Regret Analysis of Posterior Sampling-Based Expected Improvement for Bayesian Optimization

2025-07-13 · Shion Takeno, Yu Inatsu, Masayuki Karasuyama, Ichiro Takeuchi arxiv

Bayesian optimization is a powerful tool for optimizing an expensive-to-evaluate black-box function. In particular, the effectiveness of expected improvement (EI) has been demonstrated in a wide range of applications. Ho…