CVFeb 6, 2024

Privacy Leakage on DNNs: A Survey of Model Inversion Attacks and Defenses

arXiv:2402.04013v249 citationsh-index: 11Has Code
AI Analysis

It tackles the privacy leakage problem for users of DNNs by offering a structured review, but it is incremental as it synthesizes existing work rather than introducing new methods.

This paper addresses the lack of a comprehensive overview of Model Inversion (MI) attacks and defenses on Deep Neural Networks (DNNs), which threaten privacy by reconstructing private training data, and provides a systematic survey with a novel taxonomy and an open-source toolbox.

Deep Neural Networks (DNNs) have revolutionized various domains with their exceptional performance across numerous applications. However, Model Inversion (MI) attacks, which disclose private information about the training dataset by abusing access to the trained models, have emerged as a formidable privacy threat. Given a trained network, these attacks enable adversaries to reconstruct high-fidelity data that closely aligns with the private training samples, posing significant privacy concerns. Despite the rapid advances in the field, we lack a comprehensive and systematic overview of existing MI attacks and defenses. To fill this gap, this paper thoroughly investigates this realm and presents a holistic survey. Firstly, our work briefly reviews early MI studies on traditional machine learning scenarios. We then elaborately analyze and compare numerous recent attacks and defenses on Deep Neural Networks (DNNs) across multiple modalities and learning tasks. By meticulously analyzing their distinctive features, we summarize and classify these methods into different categories and provide a novel taxonomy. Finally, this paper discusses promising research directions and presents potential solutions to open issues. To facilitate further study on MI attacks and defenses, we have implemented an open-source model inversion toolbox on GitHub (https://github.com/ffhibnese/Model-Inversion-Attack-ToolBox).

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes