paper-with-me

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 values where first data is imputed, then the imputed data is used for classification -- a procedure referred to as "impute-then-classify" -- can exacerbate discrimination. In this paper, we analyze how missing values affect algorithmic fairness. We first prove that training a classifier from imputed data can significantly worsen the achievable values of group fairness and average accuracy. This is because imputing data results in the loss of the missing pattern of the data, which often conveys information about the predictive label. We present scalable and adaptive algorithms for fair classification with missing values. These algorithms can be combined with any preexisting fairness-intervention algorithm to handle all possible missing patterns while preserving information encoded within the missing patterns. Numerical experiments with state-of-the-art fairness interventions demonstrate that our adaptive algorithms consistently achieve higher fairness and accuracy than impute-then-classify across different datasets.

📄 PDF Abstract BibTeX arXiv:2305.19429

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessMissing Values

Similar Papers 제목 키워드 기반

Aleatoric and Epistemic Discrimination: Fundamental Limits of Fairness Interventions

2023-01-27 · NeurIPS 2023 11 · Hao Wang, Luxi He, Rui Gao, Flavio P. Calmon

Machine learning (ML) models can underperform on certain population groups due to choices made during model development and bias inherent in the data. We categorize sources of discrimination in the ML pipeline into two c…

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 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 deci…

Decision MakingFairnessImputationMissing 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