English

Differentially Private Generative Adversarial Networks with Model Inversion

Machine Learning 2022-10-28 v2 Cryptography and Security

Abstract

To protect sensitive data in training a Generative Adversarial Network (GAN), the standard approach is to use differentially private (DP) stochastic gradient descent method in which controlled noise is added to the gradients. The quality of the output synthetic samples can be adversely affected and the training of the network may not even converge in the presence of these noises. We propose Differentially Private Model Inversion (DPMI) method where the private data is first mapped to the latent space via a public generator, followed by a lower-dimensional DP-GAN with better convergent properties. Experimental results on standard datasets CIFAR10 and SVHN as well as on a facial landmark dataset for Autism screening show that our approach outperforms the standard DP-GAN method based on Inception Score, Fr\'echet Inception Distance, and classification accuracy under the same privacy guarantee.

Keywords

Cite

@article{arxiv.2201.03139,
  title  = {Differentially Private Generative Adversarial Networks with Model Inversion},
  author = {Dongjie Chen and Sen-ching Samson Cheung and Chen-Nee Chuah and Sally Ozonoff},
  journal= {arXiv preprint arXiv:2201.03139},
  year   = {2022}
}

Comments

Best Student Paper Award of 13th IEEE International Workshop on Information Forensics and Security (WIFS 2021), Montpellier, France

R2 v1 2026-06-24T08:44:24.964Z