paper-with-me

홈 › Papers

Stochastic Rising Bandits

2022-12-07 · Alberto Maria Metelli, Francesco Trovò, Matteo Pirola, Marcello Restelli

This paper is in the field of stochastic Multi-Armed Bandits (MABs), i.e., those sequential selection techniques able to learn online using only the feedback given by the chosen option (a.k.a. arm). We study a particular case of the rested and restless bandits in which the arms' expected payoff is monotonically non-decreasing. This characteristic allows designing specifically crafted algorithms that exploit the regularity of the payoffs to provide tight regret bounds. We design an algorithm for the rested case (R-ed-UCB) and one for the restless case (R-less-UCB), providing a regret bound depending on the properties of the instance and, under certain circumstances, of $\widetilde{\mathcal{O}}(T^{\frac{2}{3}})$. We empirically compare our algorithms with state-of-the-art methods for non-stationary MABs over several synthetically generated tasks and an online model selection problem for a real-world dataset. Finally, using synthetic and real-world data, we illustrate the effectiveness of the proposed approaches compared with state-of-the-art algorithms for the non-stationary bandits.

📄 PDF Abstract BibTeX arXiv:2212.03798

Code (1)

albertometelli/stochastic-rising-bandits 공식 구현

Tasks

Model SelectionMulti-Armed Bandits

Similar Papers 제목 키워드 기반

When Are Linear Stochastic Bandits Attackable?

2021-10-18 · Huazheng Wang, Haifeng Xu, Hongning Wang

We study adversarial attacks on linear stochastic bandits: by manipulating the rewards, an adversary aims to control the behaviour of the bandit algorithm. Perhaps surprisingly, we first show that some attack goals can n…

Decision MakingRecommendation Systems

The End of Optimism? An Asymptotic Analysis of Finite-Armed Linear Bandits

2016-10-14 · Tor Lattimore, Csaba Szepesvari

Stochastic linear bandits are a natural and simple generalisation of finite-armed bandits with numerous practical applications. Current approaches focus on generalising existing techniques for finite-armed bandits, notab…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling

Contexts can be Cheap: Solving Stochastic Contextual Bandits with Linear Bandit Algorithms

2022-11-08 · Osama A. Hanna, Lin F. Yang, Christina Fragouli

In this paper, we address the stochastic contextual linear bandit problem, where a decision maker is provided a context (a random set of actions drawn from a distribution). The expected reward of each action is specified…

Multi-Armed Bandits

Better Best of Both Worlds Bounds for Bandits with Switching Costs

2022-06-07 · Idan Amir, Guy Azov, Tomer Koren, Roi Livni

We study best-of-both-worlds algorithms for bandits with switching cost, recently addressed by Rouyer, Seldin and Cesa-Bianchi, 2021. We introduce a surprisingly simple and effective algorithm that simultaneously achieve…

Competing Bandits in Matching Markets

2019-06-12 · Lydia T. Liu, Horia Mania, Michael. I. Jordan

Stable matching, a classical model for two-sided markets, has long been studied with little consideration for how each side's preferences are learned. With the advent of massive online markets powered by data-driven matc…

Multi-Armed Bandits