LGCRCYMLJun 2, 2019

Disparate Vulnerability to Membership Inference Attacks

arXiv:1906.00389v453 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses security and fairness concerns in machine learning models by highlighting and mitigating unequal privacy risks across subgroups, with incremental contributions to existing MIA research.

The paper investigates disparate vulnerability to membership inference attacks (MIAs), showing that different population subgroups have unequal success rates, and provides conditions to prevent it, connections to fairness and privacy, and a reliable estimation framework with statistically significant evidence from experiments.

A membership inference attack (MIA) against a machine-learning model enables an attacker to determine whether a given data record was part of the model's training data or not. In this paper, we provide an in-depth study of the phenomenon of disparate vulnerability against MIAs: unequal success rate of MIAs against different population subgroups. We first establish necessary and sufficient conditions for MIAs to be prevented, both on average and for population subgroups, using a notion of distributional generalization. Second, we derive connections of disparate vulnerability to algorithmic fairness and to differential privacy. We show that fairness can only prevent disparate vulnerability against limited classes of adversaries. Differential privacy bounds disparate vulnerability but can significantly reduce the accuracy of the model. We show that estimating disparate vulnerability to MIAs by naïvely applying existing attacks can lead to overestimation. We then establish which attacks are suitable for estimating disparate vulnerability, and provide a statistical framework for doing so reliably. We conduct experiments on synthetic and real-world data finding statistically significant evidence of disparate vulnerability in realistic settings. The code is available at https://github.com/spring-epfl/disparate-vulnerability

Code Implementations2 repos
Foundations

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

Your Notes