paper-with-me

Papers

Fairness and Missing Values

2019-05-29 · Fernando Martínez-Plumed, Cèsar Ferri, David Nieves, José Hernández-Orallo

The causes underlying unfair decision making are complex, being internalised in different ways by decision makers, other actors dealing with data and models, and ultimately by the individuals being affected by these decisions. One frequent manifestation of all these latent causes arises in the form of missing values: protected groups are more reluctant to give information that could be used against them, delicate information for some groups can be erased by human operators, or data acquisition may simply be less complete and systematic for minority groups. As a result, missing values and bias in data are two phenomena that are tightly coupled. However, most recent techniques, libraries and experimental results dealing with fairness in machine learning have simply ignored missing data. In this paper, we claim that fairness research should not miss the opportunity to deal properly with missing data. To support this claim, (1) we analyse the sources of missing data and bias, and we map the common causes, (2) we find that rows containing missing values are usually fairer than the rest, which should not be treated as the uncomfortable ugly data that different techniques and libraries get rid of at the first occasion, and (3) we study the trade-off between performance and fairness when the rows with missing values are used (either because the technique deals with them directly or by imputation methods). We end the paper with a series of recommended procedures about what to do with missing data when aiming for fair decision making.

📄 PDF Abstract BibTeX arXiv:1905.12728

Code (1)

nandomp/missingFairness 공식 구현

Tasks

Decision MakingFairnessImputationMissing Values

Similar Papers 제목 키워드 기반

Adapting Fairness Interventions to Missing Values

2023-05-30 · NeurIPS 2023 11

Missing values in real-world data pose a significant and unique challenge to algorithmic fairness. Different demographic groups may be unequally affected by missing data, and the standard procedure for handling missing v…

FairnessMissing Values

The influence of missing data mechanisms and simple missing data handling techniques on fairness

2025-03-10 · Aeysha Bhatti, Trudie Sandrock, Johane Nienkemper-Swanepoel

Fairness of machine learning algorithms is receiving increasing attention, as such algorithms permeate the day-to-day aspects of our lives. One way in which bias can manifest in a dataset is through missing values. If da…

FairnessImputationMissing Values

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…

AttributeFairnessImputationMissing Values

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

Assessing Fairness in the Presence of Missing Data

2021-12-07 · NeurIPS 2021 12 · Yiliang Zhang, Qi Long

Missing data are prevalent and present daunting challenges in real data analysis. While there is a growing body of literature on fairness in analysis of fully observed data, there has been little theoretical work on inve…

FairnessMissing Values