Fair Classification by Direct Intervention on Operating Characteristics
Kevin Jiang, Edgar Dobriban
TL;DR
This paper tackles the challenge of achieving approximate group fairness in binary classification under multiple linear fractional constraints by shifting the problem to the space of operating characteristics. It introduces ROCF, a post-processing framework that leverages the convex hull geometry of group-wise ROC curves to identify target operating characteristics and then constructs a randomized mixed-GWTR post-processor to match those targets. The method employs rate-space reformulation, centroid-based linearization, and a two-stage optimization (inner LPs/outer centroid search) to handle multiple protected attributes and LF constraints, with empirical validation on COMPAS and ACSIncome showing near-oracle accuracy and low intervention rates. The results indicate that complex fairness requirements can be met in practice without large drops in accuracy, highlighting the practical viability of post-processing ROC-focused interventions for fair classification in high-stakes settings.
Abstract
We develop new classifiers under group fairness in the attribute-aware setting for binary classification with multiple group fairness constraints (e.g., demographic parity (DP), equalized odds (EO), and predictive parity (PP)). We propose a novel approach, applicable to linear fractional constraints, based on directly intervening on the operating characteristics of a pre-trained base classifier, by (i) identifying optimal operating characteristics using the base classifier's group-wise ROC convex hulls and (ii) post-processing the base classifier to match those targets. As practical post-processors, we consider randomizing a mixture of group-wise thresholding rules subject to minimizing the expected number of interventions. We further extend our approach to handle multiple protected attributes and multiple linear fractional constraints. On standard datasets (COMPAS and ACSIncome), our methods simultaneously satisfy approximate DP, EO, and PP with few interventions and a near-oracle drop in accuracy; comparing favorably to previous methods.
