One-vs.-One Mitigation of Intersectional Bias: A General Method to Extend Fairness-Aware Binary Classification
Kenji Kobayashi, Yuri Nakao
TL;DR
The paper tackles intersectional bias in binary classification by introducing One-vs.-One Mitigation (OVOM), a general framework that performs pairwise subgroup comparisons and aggregates their mitigations to produce per-instance scores and subgroup-specific thresholds. OVOM is designed to work with pre-, in-, and post-processing fairness methods and to optimize accuracy under a user-defined disparity cap, \\epsilon, while tracking metrics such as \\gamma_d and \\gamma_r for multiple fairness criteria. Empirical evaluation on the Adult and COMPAS datasets across demographic parity, equalized odds, and equal opportunity shows OVOM consistently reduces subgroup disparities relative to conventional methods, with varying effects on accuracy depending on dataset and method. Overall, OVOM broadens the applicability of fairness-aware binary classification to settings with multiple sensitive attributes and provides a controllable trade-off between fairness and accuracy, facilitating more realistic and equitable decision-making.
Abstract
With the widespread adoption of machine learning in the real world, the impact of the discriminatory bias has attracted attention. In recent years, various methods to mitigate the bias have been proposed. However, most of them have not considered intersectional bias, which brings unfair situations where people belonging to specific subgroups of a protected group are treated worse when multiple sensitive attributes are taken into consideration. To mitigate this bias, in this paper, we propose a method called One-vs.-One Mitigation by applying a process of comparison between each pair of subgroups related to sensitive attributes to the fairness-aware machine learning for binary classification. We compare our method and the conventional fairness-aware binary classification methods in comprehensive settings using three approaches (pre-processing, in-processing, and post-processing), six metrics (the ratio and difference of demographic parity, equalized odds, and equal opportunity), and two real-world datasets (Adult and COMPAS). As a result, our method mitigates the intersectional bias much better than conventional methods in all the settings. With the result, we open up the potential of fairness-aware binary classification for solving more realistic problems occurring when there are multiple sensitive attributes.
