paper-with-me

Papers

Batched Thompson Sampling

2021-10-01 · NeurIPS 2021 12 · Cem Kalkanli, Ayfer Ozgur

We introduce a novel anytime Batched Thompson sampling policy for multi-armed bandits where the agent observes the rewards of her actions and adjusts her policy only at the end of a small number of batches. We show that this policy simultaneously achieves a problem dependent regret of order $O(\log(T))$ and a minimax regret of order $O(\sqrt{T\log(T)})$ while the number of batches can be bounded by $O(\log(T))$ independent of the problem instance over a time horizon $T$. We also show that in expectation the number of batches used by our policy can be bounded by an instance dependent bound of order $O(\log\log(T))$. These results indicate that Thompson sampling maintains the same performance in this batched setting as in the case when instantaneous feedback is available after each action, while requiring minimal feedback. These results also indicate that Thompson sampling performs competitively with recently proposed algorithms tailored for the batched setting. These algorithms optimize the batch structure for a given time horizon $T$ and prioritize exploration in the beginning of the experiment to eliminate suboptimal actions. We show that Thompson sampling combined with an adaptive batching strategy can achieve a similar performance without knowing the time horizon $T$ of the problem and without having to carefully optimize the batch structure to achieve a target regret bound (i.e. problem dependent vs minimax regret) for a given $T$.

📄 PDF Abstract BibTeX arXiv:2110.00202

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed BanditsThompson Sampling

Similar Papers 제목 키워드 기반

Asymptotic Performance of Thompson Sampling in the Batched Multi-Armed Bandits

2021-10-01 · Cem Kalkanli, Ayfer Ozgur

We study the asymptotic performance of the Thompson sampling algorithm in the batched multi-armed bandit setting where the time horizon $T$ is divided into batches, and the agent is not able to observe the rewards of her…

Multi-Armed BanditsThompson Sampling

Batched Thompson Sampling for Multi-Armed Bandits

2021-08-15 · Nikolai Karpov, Qin Zhang

We study Thompson Sampling algorithms for stochastic multi-armed bandits in the batched setting, in which we want to minimize the regret over a sequence of arm pulls using a small number of policy changes (or, batches). …

Multi-Armed BanditsThompson Sampling

Langevin Thompson Sampling with Logarithmic Communication: Bandits and Reinforcement Learning

2023-06-15 · Amin Karbasi, Nikki Lijing Kuang, Yi-An Ma, Siddharth Mitra

Thompson sampling (TS) is widely used in sequential decision making due to its ease of use and appealing empirical performance. However, many existing analytical and empirical results for TS rely on restrictive assumptio…

Decision MakingMulti-Armed Banditsreinforcement-learningReinforcement Learning+3

Dynamic Prior Thompson Sampling for Cold-Start Exploration in Recommender Systems

2026-02-01 · Zhenyu Zhao, David Zhang, Ellie Zhao, Ehsan Saberian arxiv

Cold-start exploration is a core challenge in large-scale recommender systems: new or data-sparse items must receive traffic to estimate value, but over-exploration harms users and wastes impressions. In practice, Thomps…

Diversified Sampling for Batched Bayesian Optimization with Determinantal Point Processes

2021-10-22 · Elvis Nava, Mojmír Mutný, Andreas Krause

In Bayesian Optimization (BO) we study black-box function optimization with noisy point evaluations and Bayesian priors. Convergence of BO can be greatly sped up by batching, where multiple evaluations of the black-box f…

Bayesian OptimizationDiversityPoint ProcessesThompson Sampling