Observational Auditing of Label Privacy
Iden Kalemaj, Luca Melis, Maxime Boucher, Ilya Mironov, Saeed Mahloujifar
TL;DR
This work tackles the problem of auditing differential privacy in large-scale ML systems without altering the training data. It introduces an observational privacy auditing framework built on simulation-based DP, framing privacy as a post-training game between a simulator and an attacker. The authors specialize the framework to Label DP via a label-inference attack that uses counterfactual labels from a proxy model, deriving bounds that account for distribution shift. Empirical validation on CIFAR-10 and Criteo demonstrates practical, training-free privacy auditing with results aligning with interventional methods and offering a path for third-party privacy verification in production environments.
Abstract
Differential privacy (DP) auditing is essential for evaluating privacy guarantees in machine learning systems. Existing auditing methods, however, pose a significant challenge for large-scale systems since they require modifying the training dataset -- for instance, by injecting out-of-distribution canaries or removing samples from training. Such interventions on the training data pipeline are resource-intensive and involve considerable engineering overhead. We introduce a novel observational auditing framework that leverages the inherent randomness of data distributions, enabling privacy evaluation without altering the original dataset. Our approach extends privacy auditing beyond traditional membership inference to protected attributes, with labels as a special case, addressing a key gap in existing techniques. We provide theoretical foundations for our method and perform experiments on Criteo and CIFAR-10 datasets that demonstrate its effectiveness in auditing label privacy guarantees. This work opens new avenues for practical privacy auditing in large-scale production environments.
