paper-with-me

홈 › Papers

Prediction Exposes Your Face: Black-box Model Inversion via Prediction Alignment

2024-07-11 · Yufan Liu, Wanqian Zhang, Dayan Wu, Zheng Lin, Jingzi Gu, Weiping Wang

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 vector space can be well aligned with the more disentangled latent space, thus establishing a connection between prediction vectors and the semantic facial features. During the attack phase, we further design the Aligned Ensemble Attack scheme to integrate complementary facial attributes of target identity for better reconstruction. Experimental results show that our method outperforms other SOTAs, e.g.,compared with RLB-MI, our method improves attack accuracy by 8.5% and reduces query numbers by 99% on dataset CelebA.

📄 PDF Abstract BibTeX arXiv:2407.08127

Code (1)

lyufan/P2I-MI 공식 구현 pytorch

Tasks

Prediction

Methods 이 논문이 사용한 방법론

HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Adaptive Instance Normalization 설명 없음
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Focus 설명 없음
R1 Regularization R_INLINE_MATH_1 Regularization is a regularization technique and gradient penalty for training [generative adversarial…
StyleGAN 설명 없음

Similar Papers 제목 키워드 기반

What Your Features Reveal: Data-Efficient Black-Box Feature Inversion Attack for Split DNNs

2025-11-19 · Zhihan Ren, Lijun He, Jiaxi Liang, Xinzhu Fu 외 arxiv

Split DNNs enable edge devices by offloading intensive computation to a cloud server, but this paradigm exposes privacy vulnerabilities, as the intermediate features can be exploited to reconstruct the private inputs via…

Image Reconstruction

Are Your Sensitive Attributes Private? Novel Model Inversion Attribute Inference Attacks on Classification Models

2022-01-23 · Shagufta Mehnaz, Sayanton V. Dibbo, Ehsanul Kabir, Ninghui Li 외

Increasing use of machine learning (ML) technologies in privacy-sensitive domains such as medical diagnoses, lifestyle predictions, and business decisions highlights the need to better understand if these ML technologies…

AttributeInference Attack

Controllable Inversion of Black-Box Face Recognition Models via Diffusion

2023-03-23 · Manuel Kansy, Anton Raël, Graziana Mignone, Jacek Naruniec 외

Face recognition models embed a face image into a low-dimensional identity vector containing abstract encodings of identity-specific facial features that allow individuals to be distinguished from one another. We tackle …

DenoisingDiversityFace Recognition

Darker than Black-Box: Face Reconstruction from Similarity Queries

2021-06-27 · Anton Razzhigaev, Klim Kireev, Igor Udovichenko, Aleksandr Petiushko

Several methods for inversion of face recognition models were recently presented, attempting to reconstruct a face from deep templates. Although some of these approaches work in a black-box setup using only face embeddin…

Face RecognitionFace Reconstruction

PPO-MI: Efficient Black-Box Model Inversion via Proximal Policy Optimization

2025-02-20 · Xinpeng Shou

Model inversion attacks pose a significant privacy risk by attempting to reconstruct private training data from trained models. Most of the existing methods either depend on gradient estimation or require white-box acces…