paper-with-me

Papers

Exploiting correlation and budget constraints in Bayesian multi-armed bandit optimization

2013-03-27 · Matthew W. Hoffman, Bobak Shahriari, Nando de Freitas

We address the problem of finding the maximizer of a nonlinear smooth function, that can only be evaluated point-wise, subject to constraints on the number of permitted function evaluations. This problem is also known as fixed-budget best arm identification in the multi-armed bandit literature. We introduce a Bayesian approach for this problem and show that it empirically outperforms both the existing frequentist counterpart and other Bayesian optimization methods. The Bayesian approach places emphasis on detailed modelling, including the modelling of correlations among the arms. As a result, it can perform well in situations where the number of arms is much larger than the number of allowed function evaluation, whereas the frequentist counterpart is inapplicable. This feature enables us to develop and deploy practical applications, such as automatic machine learning toolboxes. The paper presents comprehensive comparisons of the proposed approach, Thompson sampling, classical Bayesian optimization techniques, more recent Bayesian bandit approaches, and state-of-the-art best arm identification methods. This is the first comparison of many of these methods in the literature and allows us to examine the relative merits of their different features.

📄 PDF Abstract BibTeX arXiv:1303.6746

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationThompson Sampling

Similar Papers 제목 키워드 기반

Bayesian Optimization for Dynamic Problems

2018-03-09 · Favour M. Nyikosa, Michael A. Osborne, Stephen J. Roberts

We propose practical extensions to Bayesian optimization for solving dynamic problems. We model dynamic objective functions using spatiotemporal Gaussian process priors which capture all the instances of the functions ov…

Bayesian Optimization

ConBatch-BAL: Batch Bayesian Active Learning under Budget Constraints

2025-07-07 · Pablo G. Morato, Charalampos P. Andriotis, Seyran Khademi arxiv

Varying annotation costs among data points and budget constraints can hinder the adoption of active learning strategies in real-world applications. This work introduces two Bayesian active learning strategies for batch a…

Active Learning

TSEC: a framework for online experimentation under experimental constraints

2021-01-17 · Simon Mak, Yuanshuo Zhou, Lavonne Hoang, C. F. Jeff Wu

Thompson sampling is a popular algorithm for solving multi-armed bandit problems, and has been applied in a wide range of applications, from website design to portfolio optimization. In such applications, however, the nu…

Portfolio OptimizationThompson Sampling

Constrained Causal Bayesian Optimization

2023-05-31 · Virginia Aglietti, Alan Malek, Ira Ktena, Silvia Chiappa

We propose constrained causal Bayesian optimization (cCBO), an approach for finding interventions in a known causal graph that optimize a target variable under some constraints. cCBO first reduces the search space by exp…

Bayesian OptimizationGaussian Processes

A Simple Heuristic for Bayesian Optimization with A Low Budget

2019-11-18 · Masahiro Nomura, Kenshi Abe

The aim of black-box optimization is to optimize an objective function within the constraints of a given evaluation budget. In this problem, it is generally assumed that the computational cost for evaluating a point is l…

Bayesian OptimizationHyperparameter Optimization