paper-with-me

홈 › Papers

Membership Inference Attacks on Machine Learning: A Survey

2021-03-14 · Hongsheng Hu, Zoran Salcic, Lichao Sun, Gillian Dobbie, Philip S. Yu, Xuyun Zhang

Machine learning (ML) models have been widely applied to various applications, including image classification, text generation, audio recognition, and graph data analysis. However, recent studies have shown that ML models are vulnerable to membership inference attacks (MIAs), which aim to infer whether a data record was used to train a target model or not. MIAs on ML models can directly lead to a privacy breach. For example, via identifying the fact that a clinical record that has been used to train a model associated with a certain disease, an attacker can infer that the owner of the clinical record has the disease with a high chance. In recent years, MIAs have been shown to be effective on various ML models, e.g., classification models and generative models. Meanwhile, many defense methods have been proposed to mitigate MIAs. Although MIAs on ML models form a newly emerging and rapidly growing research area, there has been no systematic survey on this topic yet. In this paper, we conduct the first comprehensive survey on membership inference attacks and defenses. We provide the taxonomies for both attacks and defenses, based on their characterizations, and discuss their pros and cons. Based on the limitations and gaps identified in this survey, we point out several promising future research directions to inspire the researchers who wish to follow this area. This survey not only serves as a reference for the research community but also provides a clear description for researchers outside this research domain. To further help the researchers, we have created an online resource repository, which we will keep updated with future relevant work. Interested readers can find the repository at https://github.com/HongshengHu/membership-inference-machine-learning-literature.

📄 PDF Abstract BibTeX arXiv:2103.07853

Code (2)

HongshengHu/membership-inference-machine-learning-literature 공식 구현 tf
trailofbits/privacyraven pytorch

Tasks

BIG-bench Machine LearningFairnessimage-classificationImage ClassificationInference AttackMembership Inference AttackSurveyText Generation

Similar Papers 제목 키워드 기반

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

Survey of Security and Data Attacks on Machine Unlearning In Financial and E-Commerce

2024-09-29 · Carl E. J. Brodzinski

This paper surveys the landscape of security and data attacks on machine unlearning, with a focus on financial and e-commerce applications. We discuss key privacy threats such as Membership Inference Attacks and Data Rec…

Data PoisoningMachine Unlearning

Membership Inference Attacks on Sequence-to-Sequence Models: Is My Data In Your Machine Translation System?

2019-04-11 · TACL 2020 1 · Sorami Hisamoto, Matt Post, Kevin Duh

Data privacy is an important issue for "machine learning as a service" providers. We focus on the problem of membership inference attacks: given a data sample and black-box access to a model's API, determine whether the …

Machine TranslationTranslationVideo Captioning

Inference Attacks: A Taxonomy, Survey, and Promising Directions

2024-06-04 · Feng Wu, Lei Cui, Shaowen Yao, Shui Yu

The prosperity of machine learning has also brought people's concerns about data privacy. Among them, inference attacks can implement privacy breaches in various MLaaS scenarios and model training/prediction phases. Spec…

Inference AttackSurvey

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