paper-with-me

홈 › Papers

Defending Model Inversion and Membership Inference Attacks via Prediction Purification

2020-05-08 · Ziqi Yang, Bin Shao, Bohan Xuan, Ee-Chien Chang, Fan Zhang

Neural networks are susceptible to data inference attacks such as the model inversion attack and the membership inference attack, where the attacker could infer the reconstruction and the membership of a data sample from the confidence scores predicted by the target classifier. In this paper, we propose a unified approach, namely purification framework, to defend data inference attacks. It purifies the confidence score vectors predicted by the target classifier by reducing their dispersion. The purifier can be further specialized in defending a particular attack via adversarial learning. We evaluate our approach on benchmark datasets and classifiers. We show that when the purifier is dedicated to one attack, it naturally defends the other one, which empirically demonstrates the connection between the two attacks. The purifier can effectively defend both attacks. For example, it can reduce the membership inference accuracy by up to 15% and increase the model inversion error by a factor of up to 4. Besides, it incurs less than 0.4% classification accuracy drop and less than 5.5% distortion to the confidence scores.

📄 PDF Abstract BibTeX arXiv:2005.03915

Code (0)

등록된 구현이 없습니다.

Tasks

Inference AttackMembership Inference Attack

Similar Papers 제목 키워드 기반

Purifier: Defending Data Inference Attacks via Transforming Confidence Scores

2022-12-01 · Ziqi Yang, Lijin Wang, Da Yang, Jie Wan 외

Neural networks are susceptible to data inference attacks such as the membership inference attack, the adversarial model inversion attack and the attribute inference attack, where the attacker could infer useful informat…

AttributeInference AttackMembership Inference Attack

One Parameter Defense -- Defending against Data Inference Attacks via Differential Privacy

2022-03-13 · Dayong Ye, Sheng Shen, Tianqing Zhu, Bo Liu 외

Machine learning models are vulnerable to data inference attacks, such as membership inference and model inversion attacks. In these types of breaches, an adversary attempts to infer a data record's membership in a datas…

Defending Diffusion Models Against Membership Inference Attacks via Higher-Order Langevin Dynamics

2025-09-17 · Benjamin Sterling, Yousef El-Laham, Mónica F. Bugallo arxiv

Recent advances in generative artificial intelligence applications have raised new data security concerns. This paper focuses on defending diffusion models against membership inference attacks. This type of attack occurs…

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

MIAShield: Defending Membership Inference Attacks via Preemptive Exclusion of Members

2022-03-02 · Ismat Jarin, Birhanu Eshete

In membership inference attacks (MIAs), an adversary observes the predictions of a model to determine whether a sample is part of the model's training data. Existing MIA defenses conceal the presence of a target sample t…

image-classificationImage ClassificationKnowledge Distillation