paper-with-me

Papers

Fairness without Imputation: A Decision Tree Approach for Fair Prediction with Missing Values

2021-09-21 · Haewon Jeong, Hao Wang, Flavio P. Calmon

We investigate the fairness concerns of training a machine learning model using data with missing values. Even though there are a number of fairness intervention methods in the literature, most of them require a complete training set as input. In practice, data can have missing values, and data missing patterns can depend on group attributes (e.g. gender or race). Simply applying off-the-shelf fair learning algorithms to an imputed dataset may lead to an unfair model. In this paper, we first theoretically analyze different sources of discrimination risks when training with an imputed dataset. Then, we propose an integrated approach based on decision trees that does not require a separate process of imputation and learning. Instead, we train a tree with missing incorporated as attribute (MIA), which does not require explicit imputation, and we optimize a fairness-regularized objective function. We demonstrate that our approach outperforms existing fairness intervention methods applied to an imputed dataset, through several experiments on real-world datasets.

📄 PDF Abstract BibTeX arXiv:2109.10431

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFairnessImputationMissing Values

Similar Papers 제목 키워드 기반

Fairness in Missing Data Imputation

2021-10-22 · Yiliang Zhang, Qi Long

Missing data are ubiquitous in the era of big data and, if inadequately handled, are known to lead to biased findings and have deleterious impact on data-driven decision makings. To mitigate its impact, many missing valu…

FairnessImputation

Better Fair than Sorry: Adversarial Missing Data Imputation for Fair GNNs

2023-11-02 · Debolina Halder Lina, Arlei Silva

This paper addresses the problem of learning fair Graph Neural Networks (GNNs) under missing protected attributes. GNNs have achieved state-of-the-art results in many relevant tasks where decisions might disproportionate…

FairnessImputation

Fair Training of Decision Tree Classifiers

2021-01-04 · Francesco Ranzato, Caterina Urban, Marco Zanella

We study the problem of formally verifying individual fairness of decision tree ensembles, as well as training tree models which maximize both accuracy and individual fairness. In our approach, fairness verification and …

Fairness

Impact Of Missing Data Imputation On The Fairness And Accuracy Of Graph Node Classifiers

2022-11-01 · Haris Mansoor, Sarwan Ali, Shafiq Alam, Muhammad Asad Khan 외

Analysis of the fairness of machine learning (ML) algorithms recently attracted many researchers' interest. Most ML methods show bias toward protected groups, which limits the applicability of ML models in many applicati…

FairnessImputationMissing ValuesNode Classification

EiFFFeL: Enforcing Fairness in Forests by Flipping Leaves

2021-12-29 · Seyum Assefa Abebe, Claudio Lucchese, Salvatore Orlando

Nowadays Machine Learning (ML) techniques are extensively adopted in many socially sensitive systems, thus requiring to carefully study the fairness of the decisions taken by such systems. Many approaches have been propo…

Fairness