paper-with-me

Papers

Membership Leakage in Label-Only Exposures

2020-07-30 · Zheng Li, Yang Zhang

Machine learning (ML) has been widely adopted in various privacy-critical applications, e.g., face recognition and medical image analysis. However, recent research has shown that ML models are vulnerable to attacks against their training data. Membership inference is one major attack in this domain: Given a data sample and model, an adversary aims to determine whether the sample is part of the model's training set. Existing membership inference attacks leverage the confidence scores returned by the model as their inputs (score-based attacks). However, these attacks can be easily mitigated if the model only exposes the predicted label, i.e., the final model decision. In this paper, we propose decision-based membership inference attacks and demonstrate that label-only exposures are also vulnerable to membership leakage. In particular, we develop two types of decision-based attacks, namely transfer attack, and boundary attack. Empirical evaluation shows that our decision-based attacks can achieve remarkable performance, and even outperform the previous score-based attacks in some cases. We further present new insights on the success of membership inference based on quantitative and qualitative analysis, i.e., member samples of a model are more distant to the model's decision boundary than non-member samples. Finally, we evaluate multiple defense mechanisms against our decision-based attacks and show that our two types of attacks can bypass most of these defenses.

📄 PDF Abstract BibTeX arXiv:2007.15528

Code (1)

zhenglisec/decision-based-mia 공식 구현 pytorch

Tasks

Face RecognitionInference AttackMedical Image Analysis

Similar Papers 제목 키워드 기반

Chameleon: Increasing Label-Only Membership Leakage with Adaptive Poisoning

2023-10-05 · Harsh Chaudhari, Giorgio Severi, Alina Oprea, Jonathan Ullman

The integration of machine learning (ML) in numerous critical applications introduces a range of privacy concerns for individuals who provide their datasets for model training. One such privacy risk is Membership Inferen…

Data Poisoning

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

Graph-Level Label-Only Membership Inference Attack against Graph Neural Networks

2025-03-24 · Jiazhu Dai, Yubing Lu

Graph neural networks (GNNs) are widely used for graph-structured data but are vulnerable to membership inference attacks (MIAs) in graph classification tasks, which determine if a graph was part of the training dataset,…

Graph ClassificationInference AttackMembership Inference AttackPrediction

On Log-Loss Scores and (No) Privacy

2020-11-01 · EMNLP (PrivateNLP) 2020 11 · Abhinav Aggarwal, Zekun Xu, Oluwaseyi Feyisetan, Nathanael Teissier

A common metric for assessing the performance of binary classifiers is the Log-Loss score, which is a real number indicating the cross entropy distance between the predicted distribution over the labels and the true dist…

Membership Inference Attacks Against Recommender Systems

2021-09-16 · Minxing Zhang, Zhaochun Ren, Zihan Wang, Pengjie Ren 외

Recently, recommender systems have achieved promising performances and become one of the most widely used web applications. However, recommender systems are often trained on highly sensitive user data, thus potential dat…

Recommendation Systems