LGMLJan 28, 2019

Fairwashing: the risk of rationalization

arXiv:1901.09749v3177 citations
Originality Highly original
AI Analysis

This addresses the risk of deceptive practices in AI ethics for auditors and stakeholders, highlighting a critical vulnerability in current explanation methods.

The paper tackles the problem of fairwashing, where explanation techniques can be used to create a false perception that an unfair black-box machine learning model respects ethical values, and demonstrates that it is possible to systematically rationalize decisions from such models using model and outcome explanation approaches with fairness metrics, showing empirically that rule lists can achieve high fidelity to the black-box model while being considerably less unfair.

Black-box explanation is the problem of explaining how a machine learning model -- whose internal logic is hidden to the auditor and generally complex -- produces its outcomes. Current approaches for solving this problem include model explanation, outcome explanation as well as model inspection. While these techniques can be beneficial by providing interpretability, they can be used in a negative manner to perform fairwashing, which we define as promoting the false perception that a machine learning model respects some ethical values. In particular, we demonstrate that it is possible to systematically rationalize decisions taken by an unfair black-box model using the model explanation as well as the outcome explanation approaches with a given fairness metric. Our solution, LaundryML, is based on a regularized rule list enumeration algorithm whose objective is to search for fair rule lists approximating an unfair black-box model. We empirically evaluate our rationalization technique on black-box models trained on real-world datasets and show that one can obtain rule lists with high fidelity to the black-box model while being considerably less unfair at the same time.

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