paper-with-me

Papers

Old Dog Learns New Tricks: Randomized UCB for Bandit Problems

2019-10-11 · Sharan Vaswani, Abbas Mehrabian, Audrey Durand, Branislav Kveton

We propose $\tt RandUCB$, a bandit strategy that builds on theoretically derived confidence intervals similar to upper confidence bound (UCB) algorithms, but akin to Thompson sampling (TS), it uses randomization to trade off exploration and exploitation. In the $K$-armed bandit setting, we show that there are infinitely many variants of $\tt RandUCB$, all of which achieve the minimax-optimal $\widetilde{O}(\sqrt{K T})$ regret after $T$ rounds. Moreover, for a specific multi-armed bandit setting, we show that both UCB and TS can be recovered as special cases of $\tt RandUCB$. For structured bandits, where each arm is associated with a $d$-dimensional feature vector and rewards are distributed according to a linear or generalized linear model, we prove that $\tt RandUCB$ achieves the minimax-optimal $\widetilde{O}(d \sqrt{T})$ regret even in the case of infinitely many arms. Through experiments in both the multi-armed and structured bandit settings, we demonstrate that $\tt RandUCB$ matches or outperforms TS and other randomized exploration strategies. Our theoretical and empirical results together imply that $\tt RandUCB$ achieves the best of both worlds.

📄 PDF Abstract BibTeX arXiv:1910.04928

Code (1)

vaswanis/randucb 공식 구현

Tasks

Thompson Sampling

Methods 이 논문이 사용한 방법론

TS Spatio-temporal features extraction that measure the stabilty. The proposed method is based on a compression algorithm named Run Length Encoding. The workflow of the method is…

Similar Papers 제목 키워드 기반

What Doubling Tricks Can and Can't Do for Multi-Armed Bandits

2018-03-19 · Lilian Besson, Emilie Kaufmann

An online reinforcement learning algorithm is anytime if it does not need to know in advance the horizon T of the experiment. A well-known technique to obtain an anytime algorithm from any non-anytime algorithm is the "D…

Multi-Armed BanditsReinforcement Learning

Evaluating and Learning Robust Bandit Policies Under Uncertain Causal Mechanisms

2025-08-04 · Katherine Avery, Chinmay Pendse, David Jensen arxiv

Causal graphical models can encode large amounts structural knowledge, both from the background knowledge of domain experts and the structural knowledge discovered from randomized experiments or observational data. Howev…

An Optimization-based Algorithm for Non-stationary Kernel Bandits without Prior Knowledge

2022-05-29 · Kihyuk Hong, Yuhang Li, Ambuj Tewari

We propose an algorithm for non-stationary kernel bandits that does not require prior knowledge of the degree of non-stationarity. The algorithm follows randomized strategies obtained by solving optimization problems tha…

Randomized Exploration in Generalized Linear Bandits

2019-06-21 · Branislav Kveton, Manzil Zaheer, Csaba Szepesvari, Lihong Li 외

We study two randomized algorithms for generalized linear bandits. The first, GLM-TSL, samples a generalized linear model (GLM) from the Laplace approximation to the posterior distribution. The second, GLM-FPL, fits a GL…

Randomized Greedy Learning for Non-monotone Stochastic Submodular Maximization Under Full-bandit Feedback

2023-02-02 · Fares Fourati, Vaneet Aggarwal, Christopher John Quinn, Mohamed-Slim Alouini

We investigate the problem of unconstrained combinatorial multi-armed bandits with full-bandit feedback and stochastic rewards for submodular maximization. Previous works investigate the same problem assuming a submodula…

Multi-Armed Bandits