LGAICYJul 20, 2022

Mitigating Algorithmic Bias with Limited Annotations

arXiv:2207.10018v311 citationsh-index: 33
Originality Highly original
AI Analysis

This addresses fairness modeling in real-world applications where acquiring sensitive information is costly, offering a practical solution for bias mitigation with limited data.

The paper tackles the problem of mitigating algorithmic bias when sensitive attributes are only partially available by proposing APOD, an interactive framework that guides limited annotations to reduce bias, achieving performance comparable to fully annotated methods on five benchmark datasets.

Existing work on fairness modeling commonly assumes that sensitive attributes for all instances are fully available, which may not be true in many real-world applications due to the high cost of acquiring sensitive information. When sensitive attributes are not disclosed or available, it is needed to manually annotate a small part of the training data to mitigate bias. However, the skewed distribution across different sensitive groups preserves the skewness of the original dataset in the annotated subset, which leads to non-optimal bias mitigation. To tackle this challenge, we propose Active Penalization Of Discrimination (APOD), an interactive framework to guide the limited annotations towards maximally eliminating the effect of algorithmic bias. The proposed APOD integrates discrimination penalization with active instance selection to efficiently utilize the limited annotation budget, and it is theoretically proved to be capable of bounding the algorithmic bias. According to the evaluation on five benchmark datasets, APOD outperforms the state-of-the-arts baseline methods under the limited annotation budget, and shows comparable performance to fully annotated bias mitigation, which demonstrates that APOD could benefit real-world applications when sensitive information is limited.

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