paper-with-me

Papers

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

2023-02-20 · Xiaojian Yuan, Kejiang Chen, Jie Zhang, Weiming Zhang, Nenghai Yu, Yang 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 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.

📄 PDF Abstract BibTeX arXiv:2302.09814

Code (1)

lethesec/plg-mi-attack 공식 구현 pytorch

Tasks

Generative Adversarial NetworkPseudo Label

Similar Papers 제목 키워드 기반

Model Inversion Attacks Through Target-Specific Conditional Diffusion Models

2024-07-16 · Ouxiang Li, Yanbin Hao, Zhicai Wang, Bin Zhu 외

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 generati…

Image Reconstruction

Unstoppable Attack: Label-Only Model Inversion via Conditional Diffusion Model

2023-07-17 · Rongke Liu, Dong Wang, Yizhi Ren, Zhen Wang 외

Model inversion attacks (MIAs) aim to recover private data from inaccessible training sets of deep learning models, posing a privacy threat. MIAs primarily focus on the white-box scenario where attackers have full access…

model

Multi-Channel Uncertainty-Weighted Score Matching for Conditional Diffusion in Medical UDA

2025-09-26 · Chen Li, Meilong Xu, Xiaoling Hu, Weimin Lyu 외 arxiv

Robust medical image segmentation across modalities remains challenging due to severe domain shifts and the lack of target-domain labels. While diffusion models have been explored for cross-domain generation and augmenta…

Medical Image Segmentation

APPLE: Attribute-Preserving Pseudo-Labeling for Diffusion-Based Face Swapping

2026-01-21 · Jiwon Kang, Yeji Choi, JoungBin Lee, Wooseok Jang 외 arxiv

Face swapping aims to transfer the identity of a source face onto a target face while preserving target-specific attributes such as pose, expression, lighting, skin tone, and makeup. However, since real ground truth for …

Face Swapping

LLM Watermark Evasion via Bias Inversion

2025-09-27 · Jeongyeon Hwang, Sangdon Park, Jungseul Ok arxiv

Watermarking offers a promising solution for detecting LLM-generated content, yet its robustness under realistic query-free (black-box) evasion remains an open challenge. Existing query-free attacks often achieve limited…