LGDSMLDec 6, 2024

Towards counterfactual fairness through auxiliary variables

arXiv:2412.04767v31 citationsh-index: 7Has CodeICLR
Originality Highly original
AI Analysis

This addresses fairness issues in ML models for sensitive attributes like race or gender, but it is incremental as it builds on existing counterfactual fairness methods.

The paper tackles the challenge of balancing fairness and predictive accuracy in machine learning by introducing EXOC, a novel causal reasoning framework that uses auxiliary variables to achieve counterfactual fairness, outperforming state-of-the-art approaches on synthetic and real-world datasets.

The challenge of balancing fairness and predictive accuracy in machine learning models, especially when sensitive attributes such as race, gender, or age are considered, has motivated substantial research in recent years. Counterfactual fairness ensures that predictions remain consistent across counterfactual variations of sensitive attributes, which is a crucial concept in addressing societal biases. However, existing counterfactual fairness approaches usually overlook intrinsic information about sensitive features, limiting their ability to achieve fairness while simultaneously maintaining performance. To tackle this challenge, we introduce EXOgenous Causal reasoning (EXOC), a novel causal reasoning framework motivated by exogenous variables. It leverages auxiliary variables to uncover intrinsic properties that give rise to sensitive attributes. Our framework explicitly defines an auxiliary node and a control node that contribute to counterfactual fairness and control the information flow within the model. Our evaluation, conducted on synthetic and real-world datasets, validates EXOC's superiority, showing that it outperforms state-of-the-art approaches in achieving counterfactual fairness. Our code is available at https://github.com/CASE-Lab-UMD/counterfactual_fairness_2025.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes