paper-with-me

홈 › Papers

Disparate Vulnerability to Membership Inference Attacks

2019-06-02 · Bogdan Kulynych, Mohammad Yaghini, Giovanni Cherubin, Michael Veale, Carmela Troncoso

A membership inference attack (MIA) against a machine-learning model enables an attacker to determine whether a given data record was part of the model's training data or not. In this paper, we provide an in-depth study of the phenomenon of disparate vulnerability against MIAs: unequal success rate of MIAs against different population subgroups. We first establish necessary and sufficient conditions for MIAs to be prevented, both on average and for population subgroups, using a notion of distributional generalization. Second, we derive connections of disparate vulnerability to algorithmic fairness and to differential privacy. We show that fairness can only prevent disparate vulnerability against limited classes of adversaries. Differential privacy bounds disparate vulnerability but can significantly reduce the accuracy of the model. We show that estimating disparate vulnerability to MIAs by na\"ively applying existing attacks can lead to overestimation. We then establish which attacks are suitable for estimating disparate vulnerability, and provide a statistical framework for doing so reliably. We conduct experiments on synthetic and real-world data finding statistically significant evidence of disparate vulnerability in realistic settings. The code is available at https://github.com/spring-epfl/disparate-vulnerability

📄 PDF Abstract BibTeX arXiv:1906.00389

Code (2)

spring-epfl/disparate-vulnerability 공식 구현
SJabin/Data_Model_Dependencies_MIA

Tasks

BIG-bench Machine LearningFairnessInference AttackMembership Inference Attack

Similar Papers 제목 키워드 기반

GLiRA: Black-Box Membership Inference Attack via Knowledge Distillation

2024-05-13 · Andrey V. Galichin, Mikhail Pautov, Alexey Zhavoronkin, Oleg Y. Rogov 외

While Deep Neural Networks (DNNs) have demonstrated remarkable performance in tasks related to perception and control, there are still several unresolved concerns regarding the privacy of their training data, particularl…

image-classificationImage ClassificationInference AttackKnowledge Distillation+1

Effects of Differential Privacy and Data Skewness on Membership Inference Vulnerability

2019-11-21 · Stacey Truex, Ling Liu, Mehmet Emre Gursoy, Wenqi Wei 외

Membership inference attacks seek to infer the membership of individual training instances of a privately trained model. This paper presents a membership privacy analysis and evaluation system, called MPLens, with three …

Inference AttackMembership Inference Attack

On the Importance of Difficulty Calibration in Membership Inference Attacks

2021-11-15 · ICLR 2022 4 · Lauren Watson, Chuan Guo, Graham Cormode, Alex Sablayrolles

The vulnerability of machine learning models to membership inference attacks has received much attention in recent years. However, existing attacks mostly remain impractical due to having high false positive rates, where…

On the Vulnerability of Data Points under Multiple Membership Inference Attacks and Target Models

2022-10-28 · Mauro Conti, Jiaxin Li, Stjepan Picek

Membership Inference Attacks (MIAs) infer whether a data point is in the training data of a machine learning model. It is a threat while being in the training data is private information of a data point. MIA correctly in…

SoK: Reducing the Vulnerability of Fine-tuned Language Models to Membership Inference Attacks

2024-03-13 · Guy Amit, Abigail Goldsteen, Ariel Farkash

Natural language processing models have experienced a significant upsurge in recent years, with numerous applications being built upon them. Many of these applications require fine-tuning generic base models on customize…