Update README.md

This commit is contained in:
Zhanke Zhou
2022-10-31 21:35:07 +08:00
committed by GitHub
parent 497b61464a
commit 6c1a3b6fa8

View File

@@ -3,9 +3,11 @@
A curated list of resources for model inversion attack (MIA).
### What is the model inversion attack?
In model inversion attacks, a malicious user attempts to recover the private dataset used to train a supervised neural network. A successful model inversion attack should generate realistic and diverse samples that accurately describe each of the classes in the private dataset.
(by Variational Model Inversion Attacks, Wang et al, 2021.)
The goal of model inversion attacks is to recreate training data or sensitive attributes.
(Chen et al, 2021.)
In model inversion attacks, a malicious user attempts to recover the private dataset used to train a supervised neural network. A successful model inversion attack should generate realistic and diverse samples that accurately describe each of the classes in the private dataset. (Wang et al, 2021.)
### Survey
Arxiv 2021 - A Survey of Privacy Attacks in Machine Learning.