LGAIMLDec 9, 2019

Group Fairness in Bandit Arm Selection

arXiv:1912.03802v318 citations
Originality Incremental advance
AI Analysis

It addresses fairness in resource allocation for sensitive groups like age or race, but is incremental as it builds on existing bandit frameworks.

The paper tackles group fairness in contextual multi-armed bandits with biased feedback by proposing a novel algorithm that learns a societal bias term to correct distortions, achieving theoretical regret bounds and validation on synthetic and real-world datasets.

We propose a novel formulation of group fairness with biased feedback in the contextual multi-armed bandit (CMAB) setting. In the CMAB setting, a sequential decision maker must, at each time step, choose an arm to pull from a finite set of arms after observing some context for each of the potential arm pulls. In our model, arms are partitioned into two or more sensitive groups based on some protected feature(s) (e.g., age, race, or socio-economic status). Initial rewards received from pulling an arm may be distorted due to some unknown societal or measurement bias. We assume that in reality these groups are equal despite the biased feedback received by the agent. To alleviate this, we learn a societal bias term which can be used to both find the source of bias and to potentially fix the problem outside of the algorithm. We provide a novel algorithm that can accommodate this notion of fairness for an arbitrary number of groups, and provide a theoretical bound on the regret for our algorithm. We validate our algorithm using synthetic data and two real-world datasets for intervention settings wherein we want to allocate resources fairly across groups.

Code Implementations1 repo
Foundations

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

Your Notes