LGMLMay 27, 2019

Achieving Fairness in Stochastic Multi-armed Bandit Problem

arXiv:1905.11260v35 citations
Originality Synthesis-oriented
AI Analysis

This work addresses fairness in multi-armed bandit problems, which is incremental as it builds on existing methods by adding constraints.

The paper tackles the Fair-SMAB problem by introducing fairness constraints that require each arm to be pulled a minimum fraction of rounds, and it proposes an algorithm that achieves O(log(T)) r-Regret when using UCB1, while analyzing the cost of fairness in terms of conventional regret.

We study an interesting variant of the stochastic multi-armed bandit problem, called the Fair-SMAB problem, where each arm is required to be pulled for at least a given fraction of the total available rounds. We investigate the interplay between learning and fairness in terms of a pre-specified vector denoting the fractions of guaranteed pulls. We define a fairness-aware regret, called r-Regret, that takes into account the above fairness constraints and naturally extends the conventional notion of regret. Our primary contribution is characterizing a class of Fair-SMAB algorithms by two parameters: the unfairness tolerance and learning algorithm used as a black-box. We provide a fairness guarantee for this class that holds uniformly over time irrespective of the choice of the learning algorithm. In particular, when the learning algorithm is UCB1, we show that our algorithm achieves O(log(T)) r-Regret. Finally, we evaluate the cost of fairness in terms of the conventional notion of regret.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes