LGCYSEOct 25, 2021

Fair Enough: Searching for Sufficient Measures of Fairness

arXiv:2110.13029v241 citations
Originality Incremental advance
AI Analysis

This work simplifies fairness testing for practitioners by reducing redundancy in metrics, though it is incremental as it builds on existing fairness research.

The paper tackles the problem of excessive fairness metrics in machine learning by showing that many metrics measure the same thing, clustering 26 classification metrics into seven groups and four dataset metrics into three groups based on experiments with seven real-world datasets.

Testing machine learning software for ethical bias has become a pressing current concern. In response, recent research has proposed a plethora of new fairness metrics, for example, the dozens of fairness metrics in the IBM AIF360 toolkit. This raises the question: How can any fairness tool satisfy such a diverse range of goals? While we cannot completely simplify the task of fairness testing, we can certainly reduce the problem. This paper shows that many of those fairness metrics effectively measure the same thing. Based on experiments using seven real-world datasets, we find that (a) 26 classification metrics can be clustered into seven groups, and (b) four dataset metrics can be clustered into three groups. Further, each reduced set may actually predict different things. Hence, it is no longer necessary (or even possible) to satisfy all fairness metrics. In summary, to simplify the fairness testing problem, we recommend the following steps: (1)~determine what type of fairness is desirable (and we offer a handful of such types); then (2) lookup those types in our clusters; then (3) just test for one item per cluster.

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