LGMLFeb 3, 2025

FairUDT: Fairness-aware Uplift Decision Trees

arXiv:2502.01188v11 citationsh-index: 22Has CodeKnowledge-Based Systems
Originality Incremental advance
AI Analysis

This addresses fairness issues in ML for applications involving sensitive attributes like gender or race, but it is incremental as it builds on existing uplift and decision tree methods.

The authors tackled bias in machine learning classifiers by proposing FairUDT, a fairness-aware uplift decision tree that integrates uplift modeling with fair splitting criteria and leaf relabeling to remove discrimination, achieving an acceptable accuracy-discrimination tradeoff on three benchmark datasets.

Training data used for developing machine learning classifiers can exhibit biases against specific protected attributes. Such biases typically originate from historical discrimination or certain underlying patterns that disproportionately under-represent minority groups, such as those identified by their gender, religion, or race. In this paper, we propose a novel approach, FairUDT, a fairness-aware Uplift-based Decision Tree for discrimination identification. FairUDT demonstrates how the integration of uplift modeling with decision trees can be adapted to include fair splitting criteria. Additionally, we introduce a modified leaf relabeling approach for removing discrimination. We divide our dataset into favored and deprived groups based on a binary sensitive attribute, with the favored dataset serving as the treatment group and the deprived dataset as the control group. By applying FairUDT and our leaf relabeling approach to preprocess three benchmark datasets, we achieve an acceptable accuracy-discrimination tradeoff. We also show that FairUDT is inherently interpretable and can be utilized in discrimination detection tasks. The code for this project is available https://github.com/ara-25/FairUDT

Foundations

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

Your Notes