paper-with-me

홈 › Papers

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 labels generated by the DeepFace pre-trained model. A custom Convolutional Neural Network (CNN) was developed, consisting of four convolutional blocks, followed by fully connected layers and dropout layers to mitigate overfitting. Gender bias was identified in the CNN model's classifications: Females were more likely to be classified as "happy" or "sad," while males were more likely to be classified as "neutral." To address this, the one-vs-all (OvA) technique was applied. A causal model was constructed for each emotion class to adjust the CNN model's predicted class probabilities. The adjusted probabilities for the various classes were then aggregated by selecting the class with the highest probability. The resulting debiased classifications demonstrated enhanced gender fairness across all classes, with negligible impact--or even a slight improvement--on overall accuracy. This study highlights that algorithmic fairness and accuracy are not necessarily trade-offs. All data and code for this study are publicly available for download.

📄 PDF Abstract BibTeX arXiv:2501.07885

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

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

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…

AttributeBinary ClassificationClassificationFairness

ProbLog4Fairness: A Neurosymbolic Approach to Modeling and Mitigating Bias

2025-11-12 · Rik Adriaensen, Lucas Van Praet, Jessa Bekker, Robin Manhaeve 외 arxiv

Operationalizing definitions of fairness is difficult in practice, as multiple definitions can be incompatible while each being arguably desirable. Instead, it may be easier to directly describe algorithmic bias through …

D-BIAS: A Causality-Based Human-in-the-Loop System for Tackling Algorithmic Bias

2022-08-10 · Bhavya Ghai, Klaus Mueller

With the rise of AI, algorithms have become better at learning underlying patterns from the training data including ingrained social biases based on gender, race, etc. Deployment of such algorithms to domains such as hir…

Fairness

Algorithmic Bias in Recidivism Prediction: A Causal Perspective

2019-11-24 · Aria Khademi, Vasant Honavar

ProPublica's analysis of recidivism predictions produced by Correctional Offender Management Profiling for Alternative Sanctions (COMPAS) software tool for the task, has shown that the predictions were racially biased ag…

Causal InferenceFairnessManagementPrediction