How Does Data Augmentation Affect Privacy in Machine Learning?
Da Yu, Huishuai Zhang, Wei Chen, Jian Yin, Tie-Yan Liu

TL;DR
This paper introduces a novel set classification approach for membership inference attacks that reveals data augmentation can increase privacy risks in machine learning models, contrary to prior beliefs.
Contribution
The work formulates MI attack as a set classification problem with permutation-invariant features, demonstrating improved attack success rates on models trained with data augmentation.
Findings
Proposed method outperforms existing MI attack techniques.
Achieved 70.1% attack success rate on CIFAR10, surpassing previous methods.
Data augmentation may significantly elevate privacy risks in ML models.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data
