LGCRMLJul 30, 2020

Membership Leakage in Label-Only Exposures

arXiv:2007.15528v3307 citations
AI Analysis

This work addresses a critical privacy vulnerability in ML models for applications like face recognition and medical image analysis, but it is incremental as it extends existing attack methods to label-only scenarios.

The paper tackles the problem of membership inference attacks on machine learning models when only predicted labels are exposed, proposing decision-based attacks that achieve remarkable performance and even outperform previous score-based attacks in some cases, with empirical evaluation showing they can bypass most defenses.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes