Hyper-parameter Tuning for Fair Classification without Sensitive Attribute Access
Akshaj Kumar Veldanda, Ivan Brugere, Sanghamitra Dutta, Alan Mishler, Siddharth Garg
TL;DR
Antigone addresses the challenge of achieving fair classification without access to sensitive attributes on training or validation data. It generates pseudo-sensitive attributes from an ERM baseline and selects the best labeller by maximizing the Euclidean distance between class means (EDM), underpinned by a mutually corrupted noise model. The PSA labels then guide hyperparameter tuning for popular fair-ML methods (e.g., JTT, AFR, GEORGE, ARL), yielding substantial gains in worst-group accuracy and fairness gaps across CelebA, Waterbirds, and UCI Adult, often approaching ground-truth SA-tuned baselines. The approach scales to large backbones (e.g., ViT) and offers a practical, unsupervised pathway to fair classification in privacy-conscious or SA-inaccessible settings.
Abstract
Fair machine learning methods seek to train models that balance model performance across demographic subgroups defined over sensitive attributes like race and gender. Although sensitive attributes are typically assumed to be known during training, they may not be available in practice due to privacy and other logistical concerns. Recent work has sought to train fair models without sensitive attributes on training data. However, these methods need extensive hyper-parameter tuning to achieve good results, and hence assume that sensitive attributes are known on validation data. However, this assumption too might not be practical. Here, we propose Antigone, a framework to train fair classifiers without access to sensitive attributes on either training or validation data. Instead, we generate pseudo sensitive attributes on the validation data by training a biased classifier and using the classifier's incorrectly (correctly) labeled examples as proxies for minority (majority) groups. Since fairness metrics like demographic parity, equal opportunity and subgroup accuracy can be estimated to within a proportionality constant even with noisy sensitive attribute information, we show theoretically and empirically that these proxy labels can be used to maximize fairness under average accuracy constraints. Key to our results is a principled approach to select the hyper-parameters of the biased classifier in a completely unsupervised fashion (meaning without access to ground truth sensitive attributes) that minimizes the gap between fairness estimated using noisy versus ground-truth sensitive labels.
