paper-with-me

Papers

Model Inversion Attacks Through Target-Specific Conditional Diffusion Models

2024-07-16 · Ouxiang Li, Yanbin Hao, Zhicai Wang, Bin Zhu, Shuo Wang, Zaixi Zhang, Fuli Feng

Model inversion attacks (MIAs) aim to reconstruct private images from a target classifier's training set, thereby raising privacy concerns in AI applications. Previous GAN-based MIAs tend to suffer from inferior generative fidelity due to GAN's inherent flaws and biased optimization within latent space. To alleviate these issues, leveraging on diffusion models' remarkable synthesis capabilities, we propose Diffusion-based Model Inversion (Diff-MI) attacks. Specifically, we introduce a novel target-specific conditional diffusion model (CDM) to purposely approximate target classifier's private distribution and achieve superior accuracy-fidelity balance. Our method involves a two-step learning paradigm. Step-1 incorporates the target classifier into the entire CDM learning under a pretrain-then-finetune fashion, with creating pseudo-labels as model conditions in pretraining and adjusting specified layers with image predictions in fine-tuning. Step-2 presents an iterative image reconstruction method, further enhancing the attack performance through a combination of diffusion priors and target knowledge. Additionally, we propose an improved max-margin loss that replaces the hard max with top-k maxes, fully leveraging feature information and soft labels from the target classifier. Extensive experiments demonstrate that Diff-MI significantly improves generative fidelity with an average decrease of 20\% in FID while maintaining competitive attack accuracy compared to state-of-the-art methods across various datasets and models. Our code is available at: \url{https://github.com/Ouxiang-Li/Diff-MI}.

📄 PDF Abstract BibTeX arXiv:2407.11424

Code (1)

Ouxiang-Li/Diff-MI 공식 구현 pytorch

Tasks

Image Reconstruction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffUMI: Training-Free Universal Model Inversion via Unconditional Diffusion for Face Recognition

2025-04-25 · Hanrui Wang, Shuo Wang, Chun-Shien Lu, Isao Echizen

Face recognition technology presents serious privacy risks due to its reliance on sensitive and immutable biometric data. To address these concerns, such systems typically convert raw facial images into embeddings, which…

Face GenerationFace RecognitionImage GenerationPrivacy Preserving+1

Steering the Flow: Inverting Face Recognition Models via Gradient-Guided Flow Matching

2026-08-17 · Ye Lu, Shen Wang, Zhaoyang Zhang, Yihan Yan 외 arxiv

Model Inversion Attacks (MIAs) aim to reconstruct representative training samples of target identities from face recognition models, exposing critical security vulnerabilities. Existing methods typically rely on indirect…

Face Recognition

Embedding Inversion via Conditional Masked Diffusion Language Models

2026-02-11 · Han Xiao arxiv

We frame embedding inversion as conditional masked diffusion, recovering all tokens in parallel through iterative denoising rather than sequential autoregressive generation. A masked diffusion language model is condition…

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

2023-02-20 · Xiaojian Yuan, Kejiang Chen, Jie Zhang, Weiming Zhang 외

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 …

Generative Adversarial NetworkPseudo Label

Knowledge-Enriched Distributional Model Inversion Attacks

2020-10-08 · ICCV 2021 10 · Si Chen, Mostafa Kahla, Ruoxi Jia, Guo-Jun Qi

Model inversion (MI) attacks are aimed at reconstructing training data from model parameters. Such attacks have triggered increasing concerns about privacy, especially given a growing number of online model repositories.…

model