paper-with-me

홈 › Papers

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 through strong regularization, knowledge distillation, confidence masking, or differential privacy. We propose MIAShield, a new MIA defense based on preemptive exclusion of member samples instead of masking the presence of a member. The key insight in MIAShield is weakening the strong membership signal that stems from the presence of a target sample by preemptively excluding it at prediction time without compromising model utility. To that end, we design and evaluate a suite of preemptive exclusion oracles leveraging model-confidence, exact or approximate sample signature, and learning-based exclusion of member data points. To be practical, MIAShield splits a training data into disjoint subsets and trains each subset to build an ensemble of models. The disjointedness of subsets ensures that a target sample belongs to only one subset, which isolates the sample to facilitate the preemptive exclusion goal. We evaluate MIAShield on three benchmark image classification datasets. We show that MIAShield effectively mitigates membership inference (near random guess) for a wide range of MIAs, achieves far better privacy-utility trade-off compared with state-of-the-art defenses, and remains resilient against an adaptive adversary.

📄 PDF Abstract BibTeX arXiv:2203.00915

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationKnowledge Distillation

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

Defending Model Inversion and Membership Inference Attacks via Prediction Purification

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

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…

Inference AttackMembership Inference Attack

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…

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…

MemGuard: Defending against Black-Box Membership Inference Attacks via Adversarial Examples

2019-09-23 · Jinyuan Jia, Ahmed Salem, Michael Backes, Yang Zhang 외

In a membership inference attack, an attacker aims to infer whether a data sample is in a target classifier's training dataset or not. Specifically, given a black-box access to the target classifier, the attacker trains …

Inference AttackMembership Inference Attack