paper-with-me

Papers

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 of the training data or training function with differential privacy. However, data scientists can choose between local and central differential privacy and need to select meaningful privacy parameters $\epsilon$ which is challenging for non-privacy experts. We empirically compare local and central differential privacy mechanisms under white- and black-box membership inference to evaluate their relative privacy-accuracy trade-offs. We experiment with several datasets and show that this trade-off is similar for both types of mechanisms. This suggests that local differential privacy is a sound alternative to central differential privacy for differentially private deep learning, since small $\epsilon$ in central differential privacy and large $\epsilon$ in local differential privacy result in similar membership inference attack risk.

📄 PDF Abstract BibTeX arXiv:1912.11328

Code (1)

SAP-samples/security-research-membership-inference-and-differential-privacy 공식 구현 tf

Tasks

Deep LearningInference AttackMembership Inference Attack

Similar Papers 제목 키워드 기반

The Influence of Dropout on Membership Inference in Differentially Private Models

2021-03-16 · Erick Galinkin

Differentially private models seek to protect the privacy of data the model is trained on, making it an important component of model security and privacy. At the same time, data scientists and machine learning engineers …

BIG-bench Machine LearningUncertainty Quantification

Assessing Differentially Private Variational Autoencoders under Membership Inference

2022-04-16 · Daniel Bernau, Jonas Robl, Florian Kerschbaum

We present an approach to quantify and compare the privacy-accuracy trade-off for differentially private Variational Autoencoders. Our work complements previous work in two aspects. First, we evaluate the the strong reco…

Time SeriesTime Series Analysis

TabPATE: Differentially Private Tabular In-Context Learning Without Public Data

2026-06-30 · Dariush Wahdany, Matthew Jagielski, Jesse C. Cresswell, Adam Dziedzic 외 arxiv

Tabular foundation models enable accurate in-context learning (ICL) from small labeled datasets, but the private records placed in context can leak through model predictions. We first show that even basic membership infe…

Differentially Private Data Generative Models

2018-12-06 · Qingrong Chen, Chong Xiang, Minhui Xue, Bo Li 외

Deep neural networks (DNNs) have recently been widely adopted in various applications, and such success is largely due to a combination of algorithmic breakthroughs, computation resource improvements, and access to a lar…

BIG-bench Machine LearningFederated LearningInference AttackMembership Inference Attack

Optimal privacy guarantees for a relaxed threat model: Addressing sub-optimal adversaries in differentially private machine learning

2023-09-21 · NeurIPS 2023 11

Differentially private mechanisms restrict the membership inference capabilities of powerful (optimal) adversaries against machine learning models. Such adversaries are rarely encountered in practice. In this work, we ex…