LGMLMar 11, 2020

Fairness by Explicability and Adversarial SHAP Learning

arXiv:2003.05330v326 citations
AI Analysis

This work addresses fairness for unprivileged groups in binary classification tasks, offering an incremental improvement by integrating SHAP values with adversarial methods.

The authors tackled the problem of ensuring fairness in machine learning models by proposing a new fairness definition centered on external auditing and model explicability, and developed a framework using adversarial SHAP regularization to mitigate bias, resulting in fairer and performant models on synthetic and real-world datasets.

The ability to understand and trust the fairness of model predictions, particularly when considering the outcomes of unprivileged groups, is critical to the deployment and adoption of machine learning systems. SHAP values provide a unified framework for interpreting model predictions and feature attribution but do not address the problem of fairness directly. In this work, we propose a new definition of fairness that emphasises the role of an external auditor and model explicability. To satisfy this definition, we develop a framework for mitigating model bias using regularizations constructed from the SHAP values of an adversarial surrogate model. We focus on the binary classification task with a single unprivileged group and link our fairness explicability constraints to classical statistical fairness metrics. We demonstrate our approaches using gradient and adaptive boosting on: a synthetic dataset, the UCI Adult (Census) dataset and a real-world credit scoring dataset. The models produced were fairer and performant.

Foundations

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

Your Notes