paper-with-me

Papers

Adversarial Neural Network Inversion via Auxiliary Knowledge Alignment

2019-02-22 · Ziqi Yang, Ee-Chien Chang, Zhenkai Liang

The rise of deep learning technique has raised new privacy concerns about the training data and test data. In this work, we investigate the model inversion problem in the adversarial settings, where the adversary aims at inferring information about the target model's training data and test data from the model's prediction values. We develop a solution to train a second neural network that acts as the inverse of the target model to perform the inversion. The inversion model can be trained with black-box accesses to the target model. We propose two main techniques towards training the inversion model in the adversarial settings. First, we leverage the adversary's background knowledge to compose an auxiliary set to train the inversion model, which does not require access to the original training data. Second, we design a truncation-based technique to align the inversion model to enable effective inversion of the target model from partial predictions that the adversary obtains on victim user's data. We systematically evaluate our inversion approach in various machine learning tasks and model architectures on multiple image datasets. Our experimental results show that even with no full knowledge about the target model's training data, and with only partial prediction values, our inversion approach is still able to perform accurate inversion of the target model, and outperform previous approaches.

📄 PDF Abstract BibTeX arXiv:1902.08552

Code (1)

yziqi/adversarial-model-inversion pytorch

Similar Papers 제목 키워드 기반

GAN-based Domain Inference Attack

2022-12-22 · Yuechun Gu, Keke Chen

Model-based attacks can infer training data information from deep neural network models. These attacks heavily depend on the attacker's knowledge of the application domain, e.g., using it to determine the auxiliary data …

Generative Adversarial NetworkInference Attack

Inversion-DPO: Precise and Efficient Post-Training for Diffusion Models

2025-07-14 · Zejian Li, Yize Li, Chenye Meng, Zhongni Liu 외 arxiv

Recent advancements in diffusion models (DMs) have been propelled by alignment methods that post-train models to better conform to human preferences. However, these approaches typically require computation-intensive trai…

Text-to-Image Generation

Self-Supervised Knowledge-Driven Deep Learning for 3D Magnetic Inversion

2023-08-23 · Yinshuo Li, Zhuo Jia, Wenkai Lu, Cao Song

The magnetic inversion method is one of the non-destructive geophysical methods, which aims to estimate the subsurface susceptibility distribution from surface magnetic anomaly data. Recently, supervised deep learning me…

Deep Learning

Meta-Auxiliary Network for 3D GAN Inversion

2023-05-18 · Bangrui Jiang, Zhenhua Guo, Yujiu Yang

Real-world image manipulation has achieved fantastic progress in recent years. GAN inversion, which aims to map the real image to the latent code faithfully, is the first step in this pipeline. However, existing GAN inve…

Image ManipulationMeta-Learning

Generative Model Inversion Through the Lens of the Manifold Hypothesis

2025-09-24 · Xiong Peng, Bo Han, Fengfei Yu, Tongliang Liu 외 arxiv

Model inversion attacks (MIAs) aim to reconstruct class-representative samples from trained models. Recent generative MIAs utilize generative adversarial networks to learn image priors that guide the inversion process, y…