LGCRMLFeb 19, 2018

Differentially Private Generative Adversarial Network

arXiv:1802.06739v1584 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns for applications using sensitive data, like healthcare, by preventing data leakage in generative models, though it is incremental as it adapts existing differential privacy techniques to GANs.

The paper tackles the problem of Generative Adversarial Networks (GANs) potentially memorizing and leaking sensitive training data, such as patient medical records, by proposing a differentially private GAN (DPGAN) that adds noise to gradients during training. It provides rigorous privacy proofs and empirical evidence showing the method generates high-quality data at reasonable privacy levels.

Generative Adversarial Network (GAN) and its variants have recently attracted intensive research interests due to their elegant theoretical foundation and excellent empirical performance as generative models. These tools provide a promising direction in the studies where data availability is limited. One common issue in GANs is that the density of the learned generative distribution could concentrate on the training data points, meaning that they can easily remember training samples due to the high model complexity of deep networks. This becomes a major concern when GANs are applied to private or sensitive data such as patient medical records, and the concentration of distribution may divulge critical patient information. To address this issue, in this paper we propose a differentially private GAN (DPGAN) model, in which we achieve differential privacy in GANs by adding carefully designed noise to gradients during the learning procedure. We provide rigorous proof for the privacy guarantee, as well as comprehensive empirical evidence to support our analysis, where we demonstrate that our method can generate high quality data points at a reasonable privacy level.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes