paper-with-me

Papers

Sampling Attacks: Amplification of Membership Inference Attacks by Repeated Queries

2020-09-01 · Shadi Rahimian, Tribhuvanesh Orekondy, Mario Fritz

Machine learning models have been shown to leak information violating the privacy of their training set. We focus on membership inference attacks on machine learning models which aim to determine whether a data point was used to train the victim model. Our work consists of two sides: We introduce sampling attack, a novel membership inference technique that unlike other standard membership adversaries is able to work under severe restriction of no access to scores of the victim model. We show that a victim model that only publishes the labels is still susceptible to sampling attacks and the adversary can recover up to 100% of its performance compared to when posterior vectors are provided. The other sides of our work includes experimental results on two recent membership inference attack models and the defenses against them. For defense, we choose differential privacy in the form of gradient perturbation during the training of the victim model as well as output perturbation at prediction time. We carry out our experiments on a wide range of datasets which allows us to better analyze the interaction between adversaries, defense mechanism and datasets. We find out that our proposed fast and easy-to-implement output perturbation technique offers good privacy protection for membership inference attacks at little impact on utility.

📄 PDF Abstract BibTeX arXiv:2009.00395

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningInference AttackMembership Inference Attack

Similar Papers 제목 키워드 기반

Privacy Auditing of Multi-domain Graph Pre-trained Model under Membership Inference Attacks

2025-11-22 · Jiayi Luo, Qingyun Sun, Yuecen Wei, Haonan Yuan 외 arxiv

Multi-domain graph pre-training has emerged as a pivotal technique in developing graph foundation models. While it greatly improves the generalization of graph neural networks, its privacy risks under membership inferenc…

Incremental Learning

Label-Only Membership Inference Attacks

2020-07-28 · Christopher A. Choquette-Choo, Florian Tramer, Nicholas Carlini, Nicolas Papernot

Membership inference attacks are one of the simplest forms of privacy leakage for machine learning models: given a data point and model, determine whether the point was used to train the model. Existing membership infere…

L2 Regularization

Membership-Doctor: Comprehensive Assessment of Membership Inference Against Machine Learning Models

2022-08-22 · Xinlei He, Zheng Li, Weilin Xu, Cory Cornelius 외

Machine learning models are prone to memorizing sensitive data, making them vulnerable to membership inference attacks in which an adversary aims to infer whether an input sample was used to train the model. Over the pas…

Data Augmentation

On the (In)Feasibility of Attribute Inference Attacks on Machine Learning Models

2021-03-12 · Benjamin Zi Hao Zhao, Aviral Agrawal, Catisha Coburn, Hassan Jameel Asghar 외

With an increase in low-cost machine learning APIs, advanced machine learning models may be trained on private datasets and monetized by providing them as a service. However, privacy researchers have demonstrated that th…

AttributeBIG-bench Machine LearningInference Attack

An Extension of Fano's Inequality for Characterizing Model Susceptibility to Membership Inference Attacks

2020-09-17 · Sumit Kumar Jha, Susmit Jha, Rickard Ewetz, Sunny Raj 외

Deep neural networks have been shown to be vulnerable to membership inference attacks wherein the attacker aims to detect whether specific input data were used to train the model. These attacks can potentially leak priva…

Inference AttackMembership Inference Attack