Update README.md

This commit is contained in:
Zhanke Zhou
2024-12-05 16:39:31 +08:00
committed by GitHub
parent cc29086150
commit 6f718e68a1
+6 -5
View File
@@ -7,11 +7,7 @@
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).
Please **STAR** or **WATCH** this repository to keep tracking the latest updates! Contributions are welcome!
**Outlines:**
@@ -26,6 +22,11 @@ Please star or watch this repository to keep tracking the latest updates! Contri
- [Related repositories](#related-repositories)
- [Star History](#star-history)
## NEWS
- **[Nov/2024]** We release a comprehensive survey of model inversion attacks. Check out our [paper](https://arxiv.org/pdf/2411.10023).
## 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)