LGMLNov 17, 2019

The Secret Revealer: Generative Model-Inversion Attacks Against Deep Neural Networks

arXiv:1911.07135v2518 citations
Originality Highly original
AI Analysis

This addresses privacy concerns for users of machine learning models by showing that even complex deep neural networks are vulnerable to inversion attacks, with implications for security and defense mechanisms.

The paper tackles the problem of model-inversion attacks on deep neural networks, which aim to infer private training data from model access, and demonstrates a novel generative attack method that improves identification accuracy by about 75% for reconstructing face images from a state-of-the-art face recognition classifier.

This paper studies model-inversion attacks, in which the access to a model is abused to infer information about the training data. Since its first introduction, such attacks have raised serious concerns given that training data usually contain privacy-sensitive information. Thus far, successful model-inversion attacks have only been demonstrated on simple models, such as linear regression and logistic regression. Previous attempts to invert neural networks, even the ones with simple architectures, have failed to produce convincing results. We present a novel attack method, termed the generative model-inversion attack, which can invert deep neural networks with high success rates. Rather than reconstructing private training data from scratch, we leverage partial public information, which can be very generic, to learn a distributional prior via generative adversarial networks (GANs) and use it to guide the inversion process. Moreover, we theoretically prove that a model's predictive power and its vulnerability to inversion attacks are indeed two sides of the same coin---highly predictive models are able to establish a strong correlation between features and labels, which coincides exactly with what an adversary exploits to mount the attacks. Our extensive experiments demonstrate that the proposed attack improves identification accuracy over the existing work by about 75\% for reconstructing face images from a state-of-the-art face recognition classifier. We also show that differential privacy, in its canonical form, is of little avail to defend against our attacks.

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