LGAICYJan 12, 2022

Blackbox Post-Processing for Multiclass Fairness

arXiv:2201.04461v125 citations
AI Analysis

This work addresses fairness in multiclass classification for societal applications, but it is incremental as it extends an existing method.

The paper tackles the problem of achieving fairness in multiclass classification by extending a binary post-processing method to multiclass settings, finding that it enforces fairness with minor accuracy drops when dataset size is large relative to classes and protected groups.

Applying standard machine learning approaches for classification can produce unequal results across different demographic groups. When then used in real-world settings, these inequities can have negative societal impacts. This has motivated the development of various approaches to fair classification with machine learning models in recent years. In this paper, we consider the problem of modifying the predictions of a blackbox machine learning classifier in order to achieve fairness in a multiclass setting. To accomplish this, we extend the 'post-processing' approach in Hardt et al. 2016, which focuses on fairness for binary classification, to the setting of fair multiclass classification. We explore when our approach produces both fair and accurate predictions through systematic synthetic experiments and also evaluate discrimination-fairness tradeoffs on several publicly available real-world application datasets. We find that overall, our approach produces minor drops in accuracy and enforces fairness when the number of individuals in the dataset is high relative to the number of classes and protected groups.

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