greenelab / deep-review

A collaboratively written review paper on deep learning, genomics, and precision medicine
https://greenelab.github.io/deep-review/
Other
1.24k stars 272 forks source link

Membership Inference Attacks against Machine Learning Models #329

Open brettbj opened 7 years ago

brettbj commented 7 years ago

https://arxiv.org/abs/1610.05820

Abstract—We quantitatively investigate how machine learning models leak information about the individual data records on which they were trained. We focus on the basic membership inference attack: given a data record and black-box access to a model, determine if the record was in the model’s training dataset. To perform membership inference against a target model, we make adversarial use of machine learning and train our own inference model to recognize differences in the target model’s predictions on the inputs that it trained on versus the inputs that it did not train on. We empirically evaluate our inference techniques on classi- fication models trained by commercial “machine learning as a service” providers such as Google and Amazon. Using realistic datasets and classification tasks, including a hospital discharge dataset whose membership is sensitive from the privacy perspec- tive, we show that these models can be vulnerable to membership inference attacks. We then investigate the factors that influence this leakage and evaluate mitigation strategies.

This is a nice work showing the ability to perform membership inference attacks against machine learning models. Particularly relevant to nuerual networks with many parameters.

alxndrkalinin commented 7 years ago

Related to #328 and #322 in categorize:privacy/security