paper-with-me

홈 › Papers

Rising Rested Bandits: Lower Bounds and Efficient Algorithms

2024-11-06 · Marco Fiandri, Alberto Maria Metelli, Francesco Trov`o

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 bandits in which the arms' expected reward is monotonically non-decreasing and concave. We study the inherent sample complexity of the regret minimization problem by deriving suitable regret lower bounds. Then, we design an algorithm for the rested case $\textit{R-ed-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

📄 PDF Abstract BibTeX arXiv:2411.14446

Code (0)

등록된 구현이 없습니다.

Tasks

Model SelectionMulti-Armed Bandits

Similar 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…

Model SelectionMulti-Armed Bandits

Thompson Sampling-like Algorithms for Stochastic Rising Bandits

2025-05-17 · Marco Fiandri, Alberto Maria Metelli, Francesco Trovò

Stochastic rising rested bandit (SRRB) is a setting where the arms' expected rewards increase as they are pulled. It models scenarios in which the performances of the different options grow as an effect of an underlying …

Model SelectionThompson Sampling

Bridging Rested and Restless Bandits with Graph-Triggering: Rising and Rotting

2024-09-09 · Gianmarco Genalti, Marco Mussi, Nicola Gatti, Marcello Restelli 외

Rested and Restless Bandits are two well-known bandit settings that are useful to model real-world sequential decision-making problems in which the expected reward of an arm evolves over time due to the actions we perfor…

Decision MakingSequential Decision Making

Cascading Bandits: Learning to Rank in the Cascade Model

2015-02-10 · Branislav Kveton, Csaba Szepesvari, Zheng Wen, Azin Ashkan

A search engine usually outputs a list of $K$ web pages. The user examines this list, from the first web page to the last, and chooses the first attractive page. This model of user behavior is known as the cascade model.…

Learning-To-Rank

Unimodal Bandits: Regret Lower Bounds and Optimal Algorithms

2014-05-20 · Richard Combes, Alexandre Proutiere

We consider stochastic multi-armed bandits where the expected reward is a unimodal function over partially ordered arms. This important class of problems has been recently investigated in (Cope 2009, Yu 2011). The set of…

Multi-Armed Bandits