paper-with-me

Papers

Stopping Bayesian Optimization with Probabilistic Regret Bounds

2024-02-26 · James T. Wilson

Bayesian optimization is a popular framework for efficiently tackling black-box search problems. As a rule, these algorithms operate by iteratively choosing what to evaluate next until some predefined budget has been exhausted. We investigate replacing this de facto stopping rule with criteria based on the probability that a point satisfies a given set of conditions. We focus on the prototypical example of an $(\epsilon, \delta)$-criterion: stop when a solution has been found whose value is within $\epsilon > 0$ of the optimum with probability at least $1 - \delta$ under the model. For Gaussian process priors, we show that Bayesian optimization satisfies this criterion under mild technical assumptions. Further, we give a practical algorithm for evaluating Monte Carlo stopping rules in a manner that is both sample efficient and robust to estimation error. These findings are accompanied by empirical results which demonstrate the strengths and weaknesses of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2402.16811

Code (1)

j-wilson/trieste_stopping 공식 구현 tf

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
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 제목 키워드 기반

Regret-Based $(ε,δ)$-optimal Stopping Criteria for Bayesian Optimization

2026-05-21 · Haowei Wang, Jingyi Wang, Qiyu Wei arxiv

Bayesian optimization (BO) is a widely used iterative black-box optimization method that utilizes Gaussian process (GP) surrogate models. In practice, BO is typically terminated after a fixed evaluation budget is exhaust…

Cost-aware Stopping for Bayesian Optimization

2025-07-16 · Qian Xie, Linda Cai, Alexander Terenin, Peter I. Frazier 외 arxiv

In automated machine learning, scientific discovery, and other applications of Bayesian optimization, deciding when to stop evaluating expensive black-box functions in a cost-aware manner is an important but underexplore…

Hyperparameter Optimization

Optimization, fast and slow: optimally switching between local and Bayesian optimization

2018-05-22 · ICML 2018 7 · Mark McLeod, Michael A. Osborne, Stephen J. Roberts

We develop the first Bayesian Optimization algorithm, BLOSSOM, which selects between multiple alternative acquisition functions and traditional local optimization at each step. This is combined with a novel stopping cond…

Bayesian Optimization

Data-driven optimal stopping: A pure exploration analysis

2023-12-10 · Sören Christensen, Niklas Dexheimer, Claudia Strauch

The standard theory of optimal stopping is based on the idealised assumption that the underlying process is essentially known. In this paper, we drop this restriction and study data-driven optimal stopping for a general …

Binary Classification

On Regret Bounds of Thompson Sampling for Bayesian Optimization

2026-03-10 · Shion Takeno, Shogo Iwazaki arxiv

We study a widely used Bayesian optimization method, Gaussian process Thompson sampling (GP-TS), under the assumption that the objective function is a sample path from a GP. Compared with the GP upper confidence bound (G…