FROC: Building Fair ROC from a Trained Classifier
Avyukta Manjunatha Vummintala, Shantanu Das, Sujit Gujar

TL;DR
This paper introduces FROC, a post-processing method to transform classifiers into fair ones by ensuring equalized ROC across protected groups, with theoretical guarantees and empirical validation.
Contribution
It proposes a linear-time algorithm, FROC, that achieves optimal fairness in ROC curves while quantifying the AUC trade-off.
Findings
FROC guarantees $ ext{ε}_p$-Equalized ROC fairness.
Theoretical analysis of minimal AUC loss.
Empirical validation on multiple datasets.
Abstract
This paper considers the problem of fair probabilistic binary classification with binary protected groups. The classifier assigns scores, and a practitioner predicts labels using a certain cut-off threshold based on the desired trade-off between false positives vs. false negatives. It derives these thresholds from the ROC of the classifier. The resultant classifier may be unfair to one of the two protected groups in the dataset. It is desirable that no matter what threshold the practitioner uses, the classifier should be fair to both the protected groups; that is, the norm between FPRs and TPRs of both the protected groups should be at most . We call such fairness on ROCs of both the protected attributes -Equalized ROC. Given a classifier not satisfying -Equalized ROC, we aim to design a post-processing method to transform the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsImbalanced Data Classification Techniques
