paper-with-me

Papers

imdpGAN: Generating Private and Specific Data with Generative Adversarial Networks

2020-09-29 · Saurabh Gupta, Arun Balaji Buduru, Ponnurangam Kumaraguru

Generative Adversarial Network (GAN) and its variants have shown promising results in generating synthetic data. However, the issues with GANs are: (i) the learning happens around the training samples and the model often ends up remembering them, consequently, compromising the privacy of individual samples - this becomes a major concern when GANs are applied to training data including personally identifiable information, (ii) the randomness in generated data - there is no control over the specificity of generated samples. To address these issues, we propose imdpGAN - an information maximizing differentially private Generative Adversarial Network. It is an end-to-end framework that simultaneously achieves privacy protection and learns latent representations. With experiments on MNIST dataset, we show that imdpGAN preserves the privacy of the individual data point, and learns latent codes to control the specificity of the generated samples. We perform binary classification on digit pairs to show the utility versus privacy trade-off. The classification accuracy decreases as we increase privacy levels in the framework. We also experimentally show that the training process of imdpGAN is stable but experience a 10-fold time increase as compared with other GAN frameworks. Finally, we extend imdpGAN framework to CelebA dataset to show how the privacy and learned representations can be used to control the specificity of the output.

📄 PDF Abstract BibTeX arXiv:2009.13839

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationGenerative Adversarial NetworkSpecificity

Similar Papers 제목 키워드 기반

Private Gradient Estimation is Useful for Generative Modeling

2023-05-18 · Bochao Liu, Pengju Wang, Weijia Guo, Yong Li 외

While generative models have proved successful in many domains, they may pose a privacy leakage risk in practical deployment. To address this issue, differentially private generative model learning has emerged as a solut…

Image GenerationPrivacy Preserving

Generating private data with user customization

2020-12-02 · Xiao Chen, Thomas Navidi, Ram Rajagopal

Personal devices such as mobile phones can produce and store large amounts of data that can enhance machine learning models; however, this data may contain private information specific to the data owner that prevents the…

Generating Differentially Private Datasets Using GANs

2018-01-01 · ICLR 2018 1 · Aleksei Triastcyn, Boi Faltings

In this paper, we present a technique for generating artificial datasets that retain statistical properties of the real data while providing differential privacy guarantees with respect to this data. We include a Gaussia…

BIG-bench Machine LearningGenerative Adversarial NetworkPrivacy Preserving

DP-RDM: Adapting Diffusion Models to Private Domains Without Fine-Tuning

2024-03-21 · Jonathan Lebensold, Maziar Sanjabi, Pietro Astolfi, Adriana Romero-Soriano 외

Text-to-image diffusion models have been shown to suffer from sample-level memorization, possibly reproducing near-perfect replica of images that they are trained on, which may be undesirable. To remedy this issue, we de…

MemorizationRetrievalRetrieval-augmented Generation

Mitigating Statistical Bias within Differentially Private Synthetic Data

2021-08-24 · Sahra Ghalebikesabi, Harrison Wilde, Jack Jewson, Arnaud Doucet 외

Increasing interest in privacy-preserving machine learning has led to new and evolved approaches for generating private synthetic data from undisclosed real data. However, mechanisms of privacy preservation can significa…

Privacy Preserving