paper-with-me

홈 › Papers

Bandit algorithms: Letting go of logarithmic regret for statistical robustness

2020-06-22 · Kumar Ashutosh, Jayakrishnan Nair, Anmol Kagrecha, Krishna Jagannathan

We study regret minimization in a stochastic multi-armed bandit setting and establish a fundamental trade-off between the regret suffered under an algorithm, and its statistical robustness. Considering broad classes of underlying arms' distributions, we show that bandit learning algorithms with logarithmic regret are always inconsistent and that consistent learning algorithms always suffer a super-logarithmic regret. This result highlights the inevitable statistical fragility of all `logarithmic regret' bandit algorithms available in the literature---for instance, if a UCB algorithm designed for $\sigma$-subGaussian distributions is used in a subGaussian setting with a mismatched variance parameter, the learning performance could be inconsistent. Next, we show a positive result: statistically robust and consistent learning performance is attainable if we allow the regret to be slightly worse than logarithmic. Specifically, we propose three classes of distribution oblivious algorithms that achieve an asymptotic regret that is arbitrarily close to logarithmic.

📄 PDF Abstract BibTeX arXiv:2006.12038

Code (1)

thechargedneutron/Statistically-Robust-Bandit-Algorithms

Similar Papers 제목 키워드 기반

Jointly Efficient and Optimal Algorithms for Logistic Bandits

2022-01-06 · Louis Faury, Marc Abeille, Kwang-Sung Jun, Clément Calauzènes

Logistic Bandits have recently undergone careful scrutiny by virtue of their combined theoretical and practical relevance. This research effort delivered statistically efficient algorithms, improving the regret of previo…

Computational Efficiency

Regret Bounds for Batched Bandits

2019-10-11 · Hossein Esfandiari, Amin Karbasi, Abbas Mehrabian, Vahab Mirrokni

We present simple and efficient algorithms for the batched stochastic multi-armed bandit and batched stochastic linear bandit problems. We prove bounds for their expected regrets that improve over the best-known regret b…

Multi-Armed Bandits

Efficient Swap Regret Minimization in Combinatorial Bandits

2026-02-02 · Andreas Kontogiannis, Vasilis Pollatos, Panayotis Mertikopoulos, Ioannis Panageas arxiv

This paper addresses the problem of designing efficient no-swap regret algorithms for combinatorial bandits, where the number of actions $N$ is exponentially large in the dimensionality of the problem. In this setting, d…

Regret of Queueing Bandits

2016-12-01 · NeurIPS 2016 12 · Subhashini Krishnasamy, Rajat Sen, Ramesh Johari, Sanjay Shakkottai

We consider a variant of the multiarmed bandit problem where jobs queue for service, and service rates of different servers may be unknown. We study algorithms that minimize queue-regret: the (expected) difference betwe…

Why Most Optimism Bandit Algorithms Have the Same Regret Analysis: A Simple Unifying Theorem

2025-12-20 · Vikram Krishnamurthy arxiv

Several optimism-based stochastic bandit algorithms -- including UCB, UCB-V, linear UCB, and finite-arm GP-UCB -- achieve logarithmic regret using proofs that, despite superficial differences, follow essentially the same…