paper-with-me

홈 › Papers

Privacy-preserving Generative Framework Against Membership Inference Attacks

2022-02-11 · Ruikang Yang, Jianfeng Ma, Yinbin Miao, Xindi Ma

Artificial intelligence and machine learning have been integrated into all aspects of our lives and the privacy of personal data has attracted more and more attention. Since the generation of the model needs to extract the effective information of the training data, the model has the risk of leaking the privacy of the training data. Membership inference attacks can measure the model leakage of source data to a certain degree. In this paper, we design a privacy-preserving generative framework against membership inference attacks, through the information extraction and data generation capabilities of the generative model variational autoencoder (VAE) to generate synthetic data that meets the needs of differential privacy. Instead of adding noise to the model output or tampering with the training process of the target model, we directly process the original data. We first map the source data to the latent space through the VAE model to get the latent code, then perform noise process satisfying metric privacy on the latent code, and finally use the VAE model to reconstruct the synthetic data. Our experimental evaluation demonstrates that the machine learning model trained with newly generated synthetic data can effectively resist membership inference attacks and still maintain high utility.

📄 PDF Abstract BibTeX arXiv:2202.05469

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

Mitigating Membership Inference Attacks by Self-Distillation Through a Novel Ensemble Architecture

2021-10-15 · Xinyu Tang, Saeed Mahloujifar, Liwei Song, Virat Shejwalkar 외

Membership inference attacks are a key measure to evaluate privacy leakage in machine learning (ML) models. These attacks aim to distinguish training members from non-members by exploiting differential behavior of the mo…

Privacy Preserving

Privacy-Preserving Low-Rank Adaptation against Membership Inference Attacks for Latent Diffusion Models

2024-02-19 · Zihao Luo, Xilie Xu, Feng Liu, Yun Sing Koh 외

Low-rank adaptation (LoRA) is an efficient strategy for adapting latent diffusion models (LDMs) on a private dataset to generate specific images by minimizing the adaptation loss. However, the LoRA-adapted LDMs are vulne…

Privacy Preserving

AnalogFed: Privacy-Preserving Discovery of Analog Circuits at Scale with Federated Generative AI

2025-07-20 · Qiufeng Li, Shu Hong, Tian Lan, Weidong Cao arxiv

Recent advances in generative AI (GenAI) have shown transformative potential for modern hardware design. However, existing GenAI-driven approaches fall short of enabling large-scale electronic design automation (EDA) due…

Federated Learning

The Hidden Cost of Modeling P(X): Vulnerability to Membership Inference Attacks in Generative Text Classifiers

2025-10-17 · Owais Makroo, Siva Rajesh Kasa, Sumegh Roychowdhury, Karan Gupta 외 arxiv

Membership Inference Attacks (MIAs) pose a critical privacy threat by enabling adversaries to determine whether a specific sample was included in a model's training dataset. Despite extensive research on MIAs, systematic…

Quantifying and Mitigating Privacy Risks for Tabular Generative Models

2024-03-12 · Chaoyi Zhu, Jiayi Tang, Hans Brouwer, Juan F. Pérez 외

Synthetic data from generative models emerges as the privacy-preserving data-sharing solution. Such a synthetic data set shall resemble the original data without revealing identifiable private information. The backbone t…

Privacy Preserving