LGMay 24, 2025

Preserving AUC Fairness in Learning with Noisy Protected Groups

arXiv:2505.18532v17 citationsh-index: 11Has CodeICML
Originality Incremental advance
AI Analysis

This addresses fairness issues in classification tasks like medical imaging and deepfake detection, where noisy group labels can lead to biases, representing an incremental advance in fairness-aware machine learning.

The paper tackles the problem of ensuring fairness in AUC optimization when protected group labels are noisy, proposing a robust method that outperforms state-of-the-art approaches in preserving AUC fairness across tabular and image datasets.

The Area Under the ROC Curve (AUC) is a key metric for classification, especially under class imbalance, with growing research focus on optimizing AUC over accuracy in applications like medical image analysis and deepfake detection. This leads to fairness in AUC optimization becoming crucial as biases can impact protected groups. While various fairness mitigation techniques exist, fairness considerations in AUC optimization remain in their early stages, with most research focusing on improving AUC fairness under the assumption of clean protected groups. However, these studies often overlook the impact of noisy protected groups, leading to fairness violations in practice. To address this, we propose the first robust AUC fairness approach under noisy protected groups with fairness theoretical guarantees using distributionally robust optimization. Extensive experiments on tabular and image datasets show that our method outperforms state-of-the-art approaches in preserving AUC fairness. The code is in https://github.com/Purdue-M2/AUC_Fairness_with_Noisy_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