paper-with-me

Papers

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 inference attacks exploit models' abnormal confidence when queried on their training data. These attacks do not apply if the adversary only gets access to models' predicted labels, without a confidence measure. In this paper, we introduce label-only membership inference attacks. Instead of relying on confidence scores, our attacks evaluate the robustness of a model's predicted labels under perturbations to obtain a fine-grained membership signal. These perturbations include common data augmentations or adversarial examples. We empirically show that our label-only membership inference attacks perform on par with prior attacks that required access to model confidences. We further demonstrate that label-only attacks break multiple defenses against membership inference attacks that (implicitly or explicitly) rely on a phenomenon we call confidence masking. These defenses modify a model's confidence scores in order to thwart attacks, but leave the model's predicted labels unchanged. Our label-only attacks demonstrate that confidence-masking is not a viable defense strategy against membership inference. Finally, we investigate worst-case label-only attacks, that infer membership for a small number of outlier data points. We show that label-only attacks also match confidence-based attacks in this setting. We find that training models with differential privacy and (strong) L2 regularization are the only known defense strategies that successfully prevents all attacks. This remains true even when the differential privacy budget is too high to offer meaningful provable guarantees.

📄 PDF Abstract BibTeX arXiv:2007.14321

Code (1)

cchoquette/membership-inference 공식 구현 tf

Tasks

L2 Regularization

Similar 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 again…

Face RecognitionInference AttackMedical Image Analysis

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

OSLO: One-Shot Label-Only Membership Inference Attacks

2024-05-27 · Yuefeng Peng, Jaechul Roh, Subhransu Maji, Amir Houmansadr

We introduce One-Shot Label-Only (OSLO) membership inference attacks (MIAs), which accurately infer a given sample's membership in a target model's training set with high precision using just \emph{a single query}, where…

Membership inference attack with relative decision boundary distance

2023-06-07 · Jiacheng Xu, Chengxiang Tan

Membership inference attack is one of the most popular privacy attacks in machine learning, which aims to predict whether a given sample was contained in the target model's training set. Label-only membership inference a…

Inference AttackMembership Inference Attack

Semi-Leak: Membership Inference Attacks Against Semi-supervised Learning

2022-07-25 · Xinlei He, Hongbin Liu, Neil Zhenqiang Gong, Yang Zhang

Semi-supervised learning (SSL) leverages both labeled and unlabeled data to train machine learning (ML) models. State-of-the-art SSL methods can achieve comparable performance to supervised learning by leveraging much fe…

Data AugmentationInference AttackMembership Inference Attack