LGMLJul 23, 2019

Achieving Fairness in the Stochastic Multi-armed Bandit Problem

arXiv:1907.10516v2135 citations
Originality Incremental advance
AI Analysis

This addresses fairness in multi-armed bandits for applications requiring equitable resource allocation, but it is incremental as it builds on existing methods like UCB1.

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 achieving O(ln T) regret under these constraints.

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 the 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(\ln 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