paper-with-me

홈 › Papers

A Regret bound for Non-stationary Multi-Armed Bandits with Fairness Constraints

2020-12-24 · Shaarad A. R, Ambedkar Dukkipati

The multi-armed bandits' framework is the most common platform to study strategies for sequential decision-making problems. Recently, the notion of fairness has attracted a lot of attention in the machine learning community. One can impose the fairness condition that at any given point of time, even during the learning phase, a poorly performing candidate should not be preferred over a better candidate. This fairness constraint is known to be one of the most stringent and has been studied in the stochastic multi-armed bandits' framework in a stationary setting for which regret bounds have been established. The main aim of this paper is to study this problem in a non-stationary setting. We present a new algorithm called Fair Upper Confidence Bound with Exploration Fair-UCBe algorithm for solving a slowly varying stochastic $k$-armed bandit problem. With this we present two results: (i) Fair-UCBe indeed satisfies the above mentioned fairness condition, and (ii) it achieves a regret bound of $O\left(k^{\frac{3}{2}} T^{1 - \frac{\alpha}{2}} \sqrt{\log T}\right)$, for some suitable $\alpha \in (0, 1)$, where $T$ is the time horizon. This is the first fair algorithm with a sublinear regret bound applicable to non-stationary bandits to the best of our knowledge. We show that the performance of our algorithm in the non-stationary case approaches that of its stationary counterpart as the variation in the environment tends to zero.

📄 PDF Abstract BibTeX arXiv:2012.13380

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairnessMulti-Armed BanditsSequential Decision Making

Similar Papers 제목 키워드 기반

Non-Stationary Restless Multi-Armed Bandits with Provable Guarantee

2025-08-14 · Yu-Heng Hung, Ping-Chun Hsieh, Kai Wang arxiv

Online restless multi-armed bandits (RMABs) typically assume that each arm follows a stationary Markov Decision Process (MDP) with fixed state transitions and rewards. However, in real-world applications like healthcare …

Recommendation SystemsReinforcement LearningMulti-Armed Bandits

A Near-Optimal Change-Detection Based Algorithm for Piecewise-Stationary Combinatorial Semi-Bandits

2019-08-27 · Huozhi Zhou, Lingda Wang, Lav R. Varshney, Ee-Peng Lim

We investigate the piecewise-stationary combinatorial semi-bandit problem. Compared to the original combinatorial semi-bandit problem, our setting assumes the reward distributions of base arms may change in a piecewise-s…

Change DetectionMulti-Armed Bandits

Fooling Algorithms in Non-Stationary Bandits using Belief Inertia

2025-11-06 · Gal Mendelson, Eyal Tadmor arxiv

We study the problem of worst case regret in piecewise stationary multi armed bandits. While the minimax theory for stationary bandits is well established, understanding analogous limits in time-varying settings is chall…

Discrepancy-Based Algorithms for Non-Stationary Rested Bandits

2017-10-29 · Corinna Cortes, Giulia Desalvo, Vitaly Kuznetsov, Mehryar Mohri 외

We study the multi-armed bandit problem where the rewards are realizations of general non-stationary stochastic processes, a setting that generalizes many existing lines of work and analyses. In particular, we present a …

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

Model SelectionMulti-Armed Bandits