Detecting and Mitigating Algorithmic Bias in Binary Classification using Causal Modeling
Wendy Hui, Wai Kwong Lau

TL;DR
This paper introduces a causal modeling approach to detect and reduce gender bias in binary classification, demonstrating its effectiveness on the Adult dataset with improved fairness and accuracy.
Contribution
It presents a novel, practical causal modeling method for bias mitigation in binary classification, enhancing explainability and trustworthiness.
Findings
Gender bias is statistically significant in the prediction model.
Causal modeling effectively mitigates gender bias.
Classification accuracy is slightly improved.
Abstract
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 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 gender bias and the problem of binary classification. We show that gender bias in the prediction model is statistically significant at the 0.05 level. We demonstrate the effectiveness of the causal model in mitigating gender bias by cross-validation. Furthermore, we show that the overall classification accuracy is improved slightly. Our novel approach is intuitive, easy-to-use, and can be implemented using existing statistical software tools such as "lavaan" in R.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Advanced Causal Inference Techniques · Statistical Methods and Inference
MethodsFocus
