CVCRLGFeb 20, 2023

Pseudo Label-Guided Model Inversion Attack via Conditional Generative Adversarial Network

arXiv:2302.09814v159 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This addresses privacy concerns in machine learning by enhancing the ability to reconstruct training data from public models, representing an incremental improvement over existing generative attacks.

The paper tackles the problem of model inversion attacks by proposing a pseudo label-guided approach using conditional GANs to decouple the search space for different image classes and improve attack success rates, achieving 2-3 times better performance than state-of-the-art attacks under large distributional shifts.

Model inversion (MI) attacks have raised increasing concerns about privacy, which can reconstruct training data from public models. Indeed, MI attacks can be formalized as an optimization problem that seeks private data in a certain space. Recent MI attacks leverage a generative adversarial network (GAN) as an image prior to narrow the search space, and can successfully reconstruct even the high-dimensional data (e.g., face images). However, these generative MI attacks do not fully exploit the potential capabilities of the target model, still leading to a vague and coupled search space, i.e., different classes of images are coupled in the search space. Besides, the widely used cross-entropy loss in these attacks suffers from gradient vanishing. To address these problems, we propose Pseudo Label-Guided MI (PLG-MI) attack via conditional GAN (cGAN). At first, a top-n selection strategy is proposed to provide pseudo-labels for public data, and use pseudo-labels to guide the training of the cGAN. In this way, the search space is decoupled for different classes of images. Then a max-margin loss is introduced to improve the search process on the subspace of a target class. Extensive experiments demonstrate that our PLG-MI attack significantly improves the attack success rate and visual quality for various datasets and models, notably, 2~3 $\times$ better than state-of-the-art attacks under large distributional shifts. Our code is available at: https://github.com/LetheSec/PLG-MI-Attack.

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