Explanations as Bias Detectors: A Critical Study of Local Post-hoc XAI Methods for Fairness Exploration
Vasiliki Papanikou, Danae Pla Karidi, Evaggelia Pitoura, Emmanouil Panagiotou, Eirini Ntoutsi
TL;DR
This work addresses how local post-hoc explanations can serve as bias detectors for fairness exploration in AI. It introduces a pipeline that computes explanations for individuals, aggregates them by demographic groups, and compares the results against distributive fairness metrics. Through extensive experiments on diverse datasets (e.g., Adult variants and COMPAS) and models (Random Forest and XGBoost), the study shows that explanation signals align with observed fairness gaps and that removing protected attributes shifts bias toward proxy features, though not eliminating disparities. The findings underscore the potential and challenges of using XAI for fairness auditing, highlighting the need for careful method choice, aggregation, and validation to support trustworthy decision support.
Abstract
As Artificial Intelligence (AI) is increasingly used in areas that significantly impact human lives, concerns about fairness and transparency have grown, especially regarding their impact on protected groups. Recently, the intersection of explainability and fairness has emerged as an important area to promote responsible AI systems. This paper explores how explainability methods can be leveraged to detect and interpret unfairness. We propose a pipeline that integrates local post-hoc explanation methods to derive fairness-related insights. During the pipeline design, we identify and address critical questions arising from the use of explanations as bias detectors such as the relationship between distributive and procedural fairness, the effect of removing the protected attribute, the consistency and quality of results across different explanation methods, the impact of various aggregation strategies of local explanations on group fairness evaluations, and the overall trustworthiness of explanations as bias detectors. Our results show the potential of explanation methods used for fairness while highlighting the need to carefully consider the aforementioned critical aspects.
