Facets of Disparate Impact: Evaluating Legally Consistent Bias in Machine Learning
Jarren Briscoe, Assefaw Gebremedhin
TL;DR
Addressing gaps between legal concepts of bias and ML fairness metrics, the paper introduces the Objective Fairness Index ($OFI$) to quantify bias through marginal benefits under objective testing. It formalizes $b_q \in \{0,1\}$, group benefit $b = \frac{1}{n}\sum b_q$, expected benefit $\mathbb{E}[b] = \frac{TP+FN}{n}$, and marginal benefit $\mathcal{B} = b - \mathbb{E}[b] = \frac{FP-FN}{n}$, with $\text{OFI} = \mathcal{B}_i - \mathcal{B}_j$ and a theoretical range $[-2,2]$. The paper derives formal thresholds $OFI \in [-0.3,0.3]$ and demonstrates robustness to sampling, showing OFI aligns with Ricci v. DeStefano's emphasis on objective testing and discriminates cases where $DI$ is undefined or misleading. Through empirical analyses on $COMPAS$ and Folktables datasets, it shows OFI can reveal algorithmic bias beyond $DI$, while providing open-source code to reproduce results. These contributions advance legally coherent fairness assessment and point to future work in multi-class, regression, and debiasing techniques.
Abstract
Leveraging current legal standards, we define bias through the lens of marginal benefits and objective testing with the novel metric "Objective Fairness Index". This index combines the contextual nuances of objective testing with metric stability, providing a legally consistent and reliable measure. Utilizing the Objective Fairness Index, we provide fresh insights into sensitive machine learning applications, such as COMPAS (recidivism prediction), highlighting the metric's practical and theoretical significance. The Objective Fairness Index allows one to differentiate between discriminatory tests and systemic disparities.
