English

Fast, Precise Thompson Sampling for Bayesian Optimization

Machine Learning 2024-12-02 v2 Machine Learning

Abstract

Thompson sampling (TS) has optimal regret and excellent empirical performance in multi-armed bandit problems. Yet, in Bayesian optimization, TS underperforms popular acquisition functions (e.g., EI, UCB). TS samples arms according to the probability that they are optimal. A recent algorithm, P-Star Sampler (PSS), performs such a sampling via Hit-and-Run. We present an improved version, Stagger Thompson Sampler (STS). STS more precisely locates the maximizer than does TS using less computation time. We demonstrate that STS outperforms TS, PSS, and other acquisition methods in numerical experiments of optimizations of several test functions across a broad range of dimension. Additionally, since PSS was originally presented not as a standalone acquisition method but as an input to a batching algorithm called Minimal Terminal Variance (MTV), we also demon-strate that STS matches PSS performance when used as the input to MTV.

Keywords

Cite

@article{arxiv.2411.17071,
  title  = {Fast, Precise Thompson Sampling for Bayesian Optimization},
  author = {David Sweet},
  journal= {arXiv preprint arXiv:2411.17071},
  year   = {2024}
}

Comments

NeurIPS 2024 Workshop on Bayesian Decision-making and Uncertainty; Poster

R2 v1 2026-06-28T20:12:33.923Z