paper-with-me

홈 › Papers

Only Pay for What Is Uncertain: Variance-Adaptive Thompson Sampling

2023-03-16 · Aadirupa Saha, Branislav Kveton

Most bandit algorithms assume that the reward variances or their upper bounds are known, and that they are the same for all arms. This naturally leads to suboptimal performance and higher regret due to variance overestimation. On the other hand, underestimated reward variances may lead to linear regret due to committing early to a suboptimal arm. This motivated prior works on variance-adaptive frequentist algorithms, which have strong instance-dependent regret bounds but cannot incorporate prior knowledge on reward variances. We lay foundations for the Bayesian setting, which incorporates prior knowledge. This results in lower regret in practice, due to using the prior in the algorithm design, and also improved regret guarantees. Specifically, we study Gaussian bandits with {unknown heterogeneous reward variances}, and develop a Thompson sampling algorithm with prior-dependent Bayes regret bounds. We achieve lower regret with lower reward variances and more informative priors on them, which is precisely why we pay only for what is uncertain. This is the first result of its kind. Finally, we corroborate our theory with extensive experiments, which show the superiority of our variance-adaptive Bayesian algorithm over prior frequentist approaches. We also show that our approach is robust to model misspecification and can be applied with estimated priors.

📄 PDF Abstract BibTeX arXiv:2303.09033

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed BanditsThompson Sampling

Similar Papers 제목 키워드 기반

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

AdaPrivate-TS: Private Thompson Sampling for Contextual Bandits with Privacy Amplification

2026-06-19 · Mohammadreza Riyazat, Eranga Ukwatta arxiv

We present AdaPrivate-TS, a differentially private contextual bandit algorithm that combines Thompson Sampling with batched zCDP composition. Our key insight is that differential privacy noise inflates the posterior cova…

Thompson Sampling for Linear Bandit Problems with Normal-Gamma Priors

2023-03-06 · Björn Lindenberg, Karl-Olof Lindahl

We consider Thompson sampling for linear bandit problems with finitely many independent arms, where rewards are sampled from normal distributions that are linearly dependent on unknown parameter vectors and with unknown …

Thompson Sampling

Optimism Stabilizes Thompson Sampling for Adaptive Inference

2026-02-05 · Shunxing Yan, Han Zhong arxiv

Thompson sampling (TS) is widely used for stochastic multi-armed bandits, yet its inferential properties under adaptive data collection are subtle. Classical asymptotic theory for sample means can fail because arm-specif…

Multi-Armed Bandits

Noise-Adaptive Thompson Sampling for Linear Contextual Bandits

2023-09-21 · NeurIPS 2023 11

Linear contextual bandits represent a fundamental class of models with numerous real-world applications, and it is critical to develop algorithms that can effectively manage noise with unknown variance, ensuring provable…