CRLGDec 6, 2018

Differentially Private Data Generative Models

arXiv:1812.02274v184 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns for applications like machine learning as a service and federated learning, though it is incremental as it builds on existing differential privacy and generative model techniques.

The paper tackles privacy risks in deep learning by proposing differentially private autoencoder-based and variational autoencoder-based generative models (DP-AuGM and DP-VaeGM), showing that DP-AuGM defends against model inversion, membership inference, and GAN-based attacks, and DP-VaeGM is robust against membership inference attacks.

Deep neural networks (DNNs) have recently been widely adopted in various applications, and such success is largely due to a combination of algorithmic breakthroughs, computation resource improvements, and access to a large amount of data. However, the large-scale data collections required for deep learning often contain sensitive information, therefore raising many privacy concerns. Prior research has shown several successful attacks in inferring sensitive training data information, such as model inversion, membership inference, and generative adversarial networks (GAN) based leakage attacks against collaborative deep learning. In this paper, to enable learning efficiency as well as to generate data with privacy guarantees and high utility, we propose a differentially private autoencoder-based generative model (DP-AuGM) and a differentially private variational autoencoder-based generative model (DP-VaeGM). We evaluate the robustness of two proposed models. We show that DP-AuGM can effectively defend against the model inversion, membership inference, and GAN-based attacks. We also show that DP-VaeGM is robust against the membership inference attack. We conjecture that the key to defend against the model inversion and GAN-based attacks is not due to differential privacy but the perturbation of training data. Finally, we demonstrate that both DP-AuGM and DP-VaeGM can be easily integrated with real-world machine learning applications, such as machine learning as a service and federated learning, which are otherwise threatened by the membership inference attack and the GAN-based attack, respectively.

Foundations

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

Your Notes