paper-with-me

Papers

A General Framework for Auditing Differentially Private Machine Learning

2022-10-16 · Fred Lu, Joseph Munoz, Maya Fuchs, Tyler LeBlond, Elliott Zaresky-Williams, Edward Raff, Francis Ferraro, Brian Testa

We present a framework to statistically audit the privacy guarantee conferred by a differentially private machine learner in practice. While previous works have taken steps toward evaluating privacy loss through poisoning attacks or membership inference, they have been tailored to specific models or have demonstrated low statistical power. Our work develops a general methodology to empirically evaluate the privacy of differentially private machine learning implementations, combining improved privacy search and verification methods with a toolkit of influence-based poisoning attacks. We demonstrate significantly improved auditing power over previous approaches on a variety of models including logistic regression, Naive Bayes, and random forest. Our method can be used to detect privacy violations due to implementation errors or misuse. When violations are not present, it can aid in understanding the amount of information that can be leaked from a given dataset, algorithm, and privacy specification.

📄 PDF Abstract BibTeX arXiv:2210.08643

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Debugging Differential Privacy: A Case Study for Privacy Auditing

2022-02-24 · Florian Tramer, Andreas Terzis, Thomas Steinke, Shuang Song 외

Differential Privacy can provide provable privacy guarantees for training data in machine learning. However, the presence of proofs does not preclude the presence of errors. Inspired by recent advances in auditing which …

Auditing Approximate Machine Unlearning for Differentially Private Models

2025-08-26 · Yuechun Gu, Jiajie He, Keke Chen arxiv

Approximate machine unlearning aims to remove the effect of specific data from trained models to ensure individuals' privacy. Existing methods focus on the removed records and assume the retained ones are unaffected. How…

Data Augmentation

Adversarial Sample-Based Approach for Tighter Privacy Auditing in Final Model-Only Scenarios

2024-12-02 · Sangyeon Yoon, Wonje Jeung, Albert No

Auditing Differentially Private Stochastic Gradient Descent (DP-SGD) in the final model setting is challenging and often results in empirical lower bounds that are significantly looser than theoretical privacy guarantees…

Auditing Differentially Private Machine Learning: How Private is Private SGD?

2020-06-13 · NeurIPS 2020 12 · Matthew Jagielski, Jonathan Ullman, Alina Oprea

We investigate whether Differentially Private SGD offers better privacy in practice than what is guaranteed by its state-of-the-art analysis. We do so via novel data poisoning attacks, which we show correspond to realist…

Art AnalysisBIG-bench Machine LearningData Poisoning

Privacy Auditing with One (1) Training Run

2023-05-15 · NeurIPS 2023 11

We propose a scheme for auditing differentially private machine learning systems with a single training run. This exploits the parallelism of being able to add or remove multiple training examples independently. We analy…