paper-with-me

Papers

Adaptive Candidate Point Thompson Sampling for High-Dimensional Bayesian Optimization

2026-04-10 · Donney Fan, Geoff Pleiss arxiv

In Bayesian optimization, Thompson sampling selects the evaluation point by sampling from the posterior distribution over the objective function maximizer. Because this sampling problem is intractable for Gaussian process (GP) surrogates, the posterior distribution is typically restricted to fixed discretizations (i.e., candidate points) that become exponentially sparse as dimensionality increases. While previous works aim to increase candidate point density through scalable GP approximations, our orthogonal approach increases density by adaptively reducing the search space during sampling. Specifically, we introduce Adaptive Candidate Thompson Sampling (ACTS), which generates candidate points in subspaces guided by the gradient of a surrogate model sample. ACTS is a simple drop-in replacement for existing TS methods -- including those that use trust regions or other local approximations -- producing better samples of maxima and improved optimization across synthetic and real-world benchmarks.

📄 PDF Abstract BibTeX arXiv:2604.08891

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Rate of Convergence of Thompson Sampling for Gaussian Process Optimization

2017-05-18 · Kinjal Basu, Souvik Ghosh

We consider the problem of global optimization of a function over a continuous domain. In our setup, we can evaluate the function sequentially at points of our choice and the evaluations are noisy. We frame it as a conti…

global-optimizationThompson Sampling

Efficient and Adaptive Posterior Sampling Algorithms for Bandits

2024-05-02 · Bingshan Hu, Zhiming Huang, Tianyue H. Zhang, Mathias Lécuyer 외

We study Thompson Sampling-based algorithms for stochastic bandits with bounded rewards. As the existing problem-dependent regret bound for Thompson Sampling with Gaussian priors [Agrawal and Goyal, 2017] is vacuous when…

Thompson Sampling

Bandit Change-Point Detection for Real-Time Monitoring High-Dimensional Data Under Sampling Control

2020-09-24 · Wanrong Zhang, Yajun Mei

In many real-world problems of real-time monitoring high-dimensional streaming data, one wants to detect an undesired event or change quickly once it occurs, but under the sampling control constraint in the sense that on…

Change Point DetectionComputational EfficiencyDecision MakingThompson Sampling

Stable Thompson Sampling: Valid Inference via Variance Inflation

2025-05-29 · Budhaditya Halder, Shubhayan Pan, Koulik Khamaru

We consider the problem of statistical inference when the data is collected via a Thompson Sampling-type algorithm. While Thompson Sampling (TS) is known to be both asymptotically optimal and empirically effective, its a…

Decision MakingThompson Samplingvalid

MOTS: Minimax Optimal Thompson Sampling

2020-03-03 · Tianyuan Jin, Pan Xu, Jieming Shi, Xiaokui Xiao 외

Thompson sampling is one of the most widely used algorithms for many online decision problems, due to its simplicity in implementation and superior empirical performance over other state-of-the-art methods. Despite its p…

Thompson Sampling