paper-with-me

홈 › Papers

Fair Tree Classifier using Strong Demographic Parity

2021-10-18 · António Pereira Barata, Frank W. Takes, H. Jaap van den Herik, Cor J. Veenman

When dealing with sensitive data in automated data-driven decision-making, an important concern is to learn predictors with high performance towards a class label, whilst minimising for the discrimination towards any sensitive attribute, like gender or race, induced from biased data. A few hybrid tree optimisation criteria exist that combine classification performance and fairness. Although the threshold-free ROC-AUC is the standard for measuring traditional classification model performance, current fair tree classification methods mainly optimise for a fixed threshold on both the classification task as well as the fairness metric. In this paper, we propose a compound splitting criterion which combines threshold-free (i.e., strong) demographic parity with ROC-AUC termed SCAFF -- Splitting Criterion AUC for Fairness -- and easily extends to bagged and boosted tree frameworks. Our method simultaneously leverages multiple sensitive attributes of which the values may be multicategorical or intersectional, and is tunable with respect to the unavoidable performance-fairness trade-off. In our experiments, we demonstrate how SCAFF generates models with performance and fairness with respect to binary, multicategorical, and multiple sensitive attributes.

📄 PDF Abstract BibTeX arXiv:2110.09295

Code (1)

pereirabarataap/fair_tree_classifier 공식 구현

Tasks

AttributeClassificationDecision MakingFairness

Similar Papers 제목 키워드 기반

Compatibility of Fairness Metrics with EU Non-Discrimination Laws: Demographic Parity & Conditional Demographic Disparity

2023-06-14 · Lisa Koutsoviti Koumeri, Magali Legast, Yasaman Yousefi, Koen Vanhoof 외

Empirical evidence suggests that algorithmic decisions driven by Machine Learning (ML) techniques threaten to discriminate against legally protected groups or create new sources of unfairness. This work supports the cont…

Decision MakingFairness

Minimax Optimal Fair Classification with Bounded Demographic Disparity

2024-03-27 · Xianli Zeng, Guang Cheng, Edgar Dobriban

Mitigating the disparate impact of statistical machine learning methods is crucial for ensuring fairness. While extensive research aims to reduce disparity, the effect of using a \emph{finite dataset} -- as opposed to th…

Binary ClassificationClassificationFairness

Demographic parity in regression and classification within the unawareness framework

2024-09-04 · Vincent Divol, Solenne Gaucher

This paper explores the theoretical foundations of fair regression under the constraint of demographic parity within the unawareness framework, where disparate treatment is prohibited, extending existing results where su…

regression

Bayes-Optimal Fair Classification with Linear Disparity Constraints via Pre-, In-, and Post-processing

2024-02-05 · Xianli Zeng, Guang Cheng, Edgar Dobriban

Machine learning algorithms may have disparate impacts on protected groups. To address this, we develop methods for Bayes-optimal fair classification, aiming to minimize classification error subject to given group fairne…

AttributeClassificationFairnessLEMMA

Retiring $Δ$DP: New Distribution-Level Metrics for Demographic Parity

2023-01-31 · Xiaotian Han, Zhimeng Jiang, Hongye Jin, Zirui Liu 외

Demographic parity is the most widely recognized measure of group fairness in machine learning, which ensures equal treatment of different demographic groups. Numerous works aim to achieve demographic parity by pursuing …

Fairness