paper-with-me

홈 › Papers

Mitigating Nonlinear Algorithmic Bias in Binary Classification

2023-12-09 · Wendy Hui, Wai Kwong Lau

This paper proposes the use of causal modeling to detect and mitigate algorithmic bias that is nonlinear in the protected attribute. We provide a general overview of our approach. We use the German Credit data set, which is available for download from the UC Irvine Machine Learning Repository, to develop (1) a prediction model, which is treated as a black box, and (2) a causal model for bias mitigation. In this paper, we focus on age bias and the problem of binary classification. We show that the probability of getting correctly classified as "low risk" is lowest among young people. The probability increases with age nonlinearly. To incorporate the nonlinearity into the causal model, we introduce a higher order polynomial term. Based on the fitted causal model, the de-biased probability estimates are computed, showing improved fairness with little impact on overall classification accuracy. Causal modeling is intuitive and, hence, its use can enhance explicability and promotes trust among different stakeholders of AI.

📄 PDF Abstract BibTeX arXiv:2312.05429

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeBinary ClassificationClassificationFairness

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Detecting and Mitigating Algorithmic Bias in Binary Classification using Causal Modeling

2023-10-19 · Wendy Hui, Wai Kwong Lau

This paper proposes the use of causal modeling to detect and mitigate algorithmic bias. We provide a brief description of causal modeling and a general overview of our approach. We then use the Adult dataset, which is av…

Binary Classification

Gender Classification and Bias Mitigation in Facial Images

2020-07-13 · Wenying Wu, Pavlos Protopapas, Zheng Yang, Panagiotis Michalatos

Gender classification algorithms have important applications in many domains today such as demographic research, law enforcement, as well as human-computer interaction. Recent research showed that algorithms trained on b…

ClassificationGender ClassificationGeneral Classification

Mitigating Algorithmic Bias in Multiclass CNN Classifications Using Causal Modeling

2025-01-14 · Min Sik Byun, Wendy Wan Yee Hui, Wai Kwong Lau

This study describes a procedure for applying causal modeling to detect and mitigate algorithmic bias in a multiclass classification problem. The dataset was derived from the FairFace dataset, supplemented with emotional…

Fairness

Partial AUC Maximization via Nonlinear Scoring Functions

2018-06-13 · Naonori Ueda, Akinori Fujino

We propose a method for maximizing a partial area under a receiver operating characteristic (ROC) curve (pAUC) for binary classification tasks. In binary classification tasks, accuracy is the most commonly used as a meas…

Anomaly DetectionBinary ClassificationClassificationDiagnostic+1

Simon Says: Evaluating and Mitigating Bias in Pruned Neural Networks with Knowledge Distillation

2021-06-15 · Cody Blakeney, Nathaniel Huish, Yan Yan, Ziliang Zong

In recent years the ubiquitous deployment of AI has posed great concerns in regards to algorithmic bias, discrimination, and fairness. Compared to traditional forms of bias or discrimination caused by humans, algorithmic…

FairnessKnowledge Distillation