Do Fairness Interventions Come at the Cost of Privacy: Evaluations for Binary Classifiers
Huan Tian, Guangsheng Zhang, Bo Liu, Tianqing Zhu, Ming Ding, Wanlei Zhou
TL;DR
The paper investigates whether in-processing fairness interventions for binary classifiers impact privacy, evaluating privacy leakage with membership inference attacks and attribute inference attacks. It finds that conventional attacks often become less effective on fair models, due in part to reduced sensitive content in features and lower confidence for majority data. However, it also uncovers a novel threat mechanism based on prediction gaps between biased and fair models, introducing FD-MIA and FD-AIA, which can enhance attack performance. Extensive experiments across three datasets, multiple fairness approaches, and attack types demonstrate both reduced leakage for standard attacks and the new privacy risks associated with fairness-induced disparities. The work highlights the need for thorough security evaluations when deploying fairness interventions and proposes defense strategies including restricting information access and differential privacy.
Abstract
While in-processing fairness approaches show promise in mitigating biased predictions, their potential impact on privacy leakage remains under-explored. We aim to address this gap by assessing the privacy risks of fairness-enhanced binary classifiers via membership inference attacks (MIAs) and attribute inference attacks (AIAs). Surprisingly, our results reveal that enhancing fairness does not necessarily lead to privacy compromises. For example, these fairness interventions exhibit increased resilience against MIAs and AIAs. This is because fairness interventions tend to remove sensitive information among extracted features and reduce confidence scores for the majority of training data for fairer predictions. However, during the evaluations, we uncover a potential threat mechanism that exploits prediction discrepancies between fair and biased models, leading to advanced attack results for both MIAs and AIAs. This mechanism reveals potent vulnerabilities of fair models and poses significant privacy risks of current fairness methods. Extensive experiments across multiple datasets, attack methods, and representative fairness approaches confirm our findings and demonstrate the efficacy of the uncovered mechanism. Our study exposes the under-explored privacy threats in fairness studies, advocating for thorough evaluations of potential security vulnerabilities before model deployments.
