English

Nearly Tight Black-Box Auditing of Differentially Private Machine Learning

Cryptography and Security 2024-11-05 v4 Machine Learning

Abstract

This paper presents an auditing procedure for the Differentially Private Stochastic Gradient Descent (DP-SGD) algorithm in the black-box threat model that is substantially tighter than prior work. The main intuition is to craft worst-case initial model parameters, as DP-SGD's privacy analysis is agnostic to the choice of the initial model parameters. For models trained on MNIST and CIFAR-10 at theoretical ε=10.0\varepsilon=10.0, our auditing procedure yields empirical estimates of εemp=7.21\varepsilon_{emp} = 7.21 and 6.956.95, respectively, on a 1,000-record sample and εemp=6.48\varepsilon_{emp}= 6.48 and 4.964.96 on the full datasets. By contrast, previous audits were only (relatively) tight in stronger white-box models, where the adversary can access the model's inner parameters and insert arbitrary gradients. Overall, our auditing procedure can offer valuable insight into how the privacy analysis of DP-SGD could be improved and detect bugs and DP violations in real-world implementations. The source code needed to reproduce our experiments is available at https://github.com/spalabucr/bb-audit-dpsgd.

Keywords

Cite

@article{arxiv.2405.14106,
  title  = {Nearly Tight Black-Box Auditing of Differentially Private Machine Learning},
  author = {Meenatchi Sundaram Muthu Selva Annamalai and Emiliano De Cristofaro},
  journal= {arXiv preprint arXiv:2405.14106},
  year   = {2024}
}

Comments

To appear in the Proceedings of the Thirty-eighth Annual Conference on Neural Information Processing Systems (NeurIPS 2024). Please cite accordingly