paper-with-me

Papers

Why Does Differential Privacy with Large Epsilon Defend Against Practical Membership Inference Attacks?

2024-02-14 · Andrew Lowy, Zhuohang Li, Jing Liu, Toshiaki Koike-Akino, Kieran Parsons, Ye Wang

For small privacy parameter $\epsilon$, $\epsilon$-differential privacy (DP) provides a strong worst-case guarantee that no membership inference attack (MIA) can succeed at determining whether a person's data was used to train a machine learning model. The guarantee of DP is worst-case because: a) it holds even if the attacker already knows the records of all but one person in the data set; and b) it holds uniformly over all data sets. In practical applications, such a worst-case guarantee may be overkill: practical attackers may lack exact knowledge of (nearly all of) the private data, and our data set might be easier to defend, in some sense, than the worst-case data set. Such considerations have motivated the industrial deployment of DP models with large privacy parameter (e.g. $\epsilon \geq 7$), and it has been observed empirically that DP with large $\epsilon$ can successfully defend against state-of-the-art MIAs. Existing DP theory cannot explain these empirical findings: e.g., the theoretical privacy guarantees of $\epsilon \geq 7$ are essentially vacuous. In this paper, we aim to close this gap between theory and practice and understand why a large DP parameter can prevent practical MIAs. To tackle this problem, we propose a new privacy notion called practical membership privacy (PMP). PMP models a practical attacker's uncertainty about the contents of the private data. The PMP parameter has a natural interpretation in terms of the success rate of a practical MIA on a given data set. We quantitatively analyze the PMP parameter of two fundamental DP mechanisms: the exponential mechanism and Gaussian mechanism. Our analysis reveals that a large DP parameter often translates into a much smaller PMP parameter, which guarantees strong privacy against practical MIAs. Using our findings, we offer principled guidance for practitioners in choosing the DP parameter.

📄 PDF Abstract BibTeX arXiv:2402.09540

Code (0)

등록된 구현이 없습니다.

Tasks

Inference AttackMembership Inference Attack

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Defending against Reconstruction Attacks with Rényi Differential Privacy

2022-02-15 · Pierre Stock, Igor Shilov, Ilya Mironov, Alexandre Sablayrolles

Reconstruction attacks allow an adversary to regenerate data samples of the training set using access to only a trained model. It has been recently shown that simple heuristics can reconstruct data samples from language …

Directional Privacy for Deep Learning

2022-11-09 · Pedro Faustini, Natasha Fernandes, Shakila Tonni, Annabelle McIver 외

Differentially Private Stochastic Gradient Descent (DP-SGD) is a key method for applying privacy in the training of deep learning models. It applies isotropic Gaussian noise to gradients during training, which can pertur…

Deep Learning

Epsilon*: Privacy Metric for Machine Learning Models

2023-07-21 · Diana M. Negoescu, Humberto Gonzalez, Saad Eddin Al Orjany, Jilei Yang 외

We introduce Epsilon*, a new privacy metric for measuring the privacy risk of a single model instance prior to, during, or after deployment of privacy mitigation strategies. The metric requires only black-box access to m…

Inference AttackMembership Inference Attack

An Accuracy-Lossless Perturbation Method for Defending Privacy Attacks in Federated Learning

2020-02-23 · Xue Yang, Yan Feng, Weijun Fang, Jun Shao 외

Although federated learning improves privacy of training data by exchanging local gradients or parameters rather than raw data, the adversary still can leverage local gradients and parameters to obtain local training dat…

Federated Learning

Assessing differentially private deep learning with Membership Inference

2019-12-24 · Daniel Bernau, Philip-William Grassal, Jonas Robl, Florian Kerschbaum

Attacks that aim to identify the training data of public neural networks represent a severe threat to the privacy of individuals participating in the training data set. A possible protection is offered by anonymization o…

Deep LearningInference AttackMembership Inference Attack