Update README.md

This commit is contained in:
Zhanke Zhou
2024-11-18 14:34:15 +08:00
committed by GitHub
parent 50a2b4ed80
commit 9e851d95b5

View File

@@ -8,9 +8,13 @@ A curated list of resources for model inversion attack (MIA).
Please star or watch this repository to keep tracking the latest updates! Contributions are welcome!
## NEWS
- **[Nov/2024]** We release a comprehensive survey of model inversion attacks. Check the [paper](https://arxiv.org/pdf/2411.10023).
**Outlines:**
<!-- generated by MarkdownAllInOne -->
- [What is the model inversion attack?](#what-is-the-model-inversion-attack)
- [Survey](#survey)
- [Computer vision domain](#computer-vision-domain)
@@ -20,6 +24,7 @@ Please star or watch this repository to keep tracking the latest updates! Contri
- [Others](#others)
- [Related repositories](#related-repositories)
## What is the model inversion attack?
A model inversion attack is a privacy attack where the attacker is able to reconstruct the original samples that were used to train the synthetic model from the generated synthetic data set. (Mostly.ai)