LGMLJul 21, 2020

How Does Data Augmentation Affect Privacy in Machine Learning?

arXiv:2007.10567v317 citations
AI Analysis

This work highlights a critical privacy vulnerability in machine learning for practitioners using data augmentation, revealing that common defenses may be less effective than assumed.

The authors challenged the belief that data augmentation reduces privacy risks by proposing new membership inference attacks that exploit augmented data, achieving a 70.1% success rate on CIFAR10 compared to 61.9% previously, showing privacy risks are underestimated.

It is observed in the literature that data augmentation can significantly mitigate membership inference (MI) attack. However, in this work, we challenge this observation by proposing new MI attacks to utilize the information of augmented data. MI attack is widely used to measure the model's information leakage of the training set. We establish the optimal membership inference when the model is trained with augmented data, which inspires us to formulate the MI attack as a set classification problem, i.e., classifying a set of augmented instances instead of a single data point, and design input permutation invariant features. Empirically, we demonstrate that the proposed approach universally outperforms original methods when the model is trained with data augmentation. Even further, we show that the proposed approach can achieve higher MI attack success rates on models trained with some data augmentation than the existing methods on models trained without data augmentation. Notably, we achieve a 70.1% MI attack success rate on CIFAR10 against a wide residual network while the previous best approach only attains 61.9%. This suggests the privacy risk of models trained with data augmentation could be largely underestimated.

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