From 6f718e68a1fc0826331d8e1af69e899821ec663a Mon Sep 17 00:00:00 2001 From: Zhanke Zhou Date: Thu, 5 Dec 2024 16:39:31 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 60de59f..20a4a5a 100644 --- a/README.md +++ b/README.md @@ -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)