Prediction Exposes Your Face: Black-box Model Inversion via Prediction Alignment
Yufan Liu, Wanqian Zhang, Dayan Wu, Zheng Lin, Jingzi Gu, Weiping Wang

TL;DR
This paper introduces a novel black-box model inversion attack called Prediction-to-Image (P2I) that efficiently reconstructs private facial images from model predictions by aligning prediction vectors with a disentangled latent space, significantly reducing queries.
Contribution
The paper presents a new P2I method with a Prediction Alignment Encoder and an Aligned Ensemble Attack, enabling high-accuracy image reconstruction with fewer queries in black-box settings.
Findings
Outperforms state-of-the-art methods in attack accuracy.
Reduces query numbers by 99% compared to previous approaches.
Achieves 8.5% higher attack accuracy on CelebA dataset.
Abstract
Model inversion (MI) attack reconstructs the private training data of a target model given its output, posing a significant threat to deep learning models and data privacy. On one hand, most of existing MI methods focus on searching for latent codes to represent the target identity, yet this iterative optimization-based scheme consumes a huge number of queries to the target model, making it unrealistic especially in black-box scenario. On the other hand, some training-based methods launch an attack through a single forward inference, whereas failing to directly learn high-level mappings from prediction vectors to images. Addressing these limitations, we propose a novel Prediction-to-Image (P2I) method for black-box MI attack. Specifically, we introduce the Prediction Alignment Encoder to map the target model's output prediction into the latent code of StyleGAN. In this way, prediction…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Face recognition and analysis · AI in cancer detection
MethodsHuMan(Expedia)||How do I get a human at Expedia? · Dense Connections · Convolution · Adaptive Instance Normalization · Feedforward Network · Focus · R1 Regularization · StyleGAN
