CRLGJun 2, 2019

Heterogeneous Gaussian Mechanism: Preserving Differential Privacy in Deep Learning with Provable Robustness

arXiv:1906.01444v158 citations
Originality Incremental advance
AI Analysis

This work addresses the trade-off between privacy and robustness in deep learning, offering a novel method for enhancing security in privacy-sensitive applications, though it is incremental as it builds upon existing differential privacy mechanisms.

The paper tackles the problem of preserving differential privacy in deep neural networks while ensuring robustness against adversarial examples, proposing a Heterogeneous Gaussian Mechanism that relaxes privacy budget constraints and redistributes noise, resulting in notably improved robustness compared to baseline approaches under various attacks.

In this paper, we propose a novel Heterogeneous Gaussian Mechanism (HGM) to preserve differential privacy in deep neural networks, with provable robustness against adversarial examples. We first relax the constraint of the privacy budget in the traditional Gaussian Mechanism from (0, 1] to (0, \infty), with a new bound of the noise scale to preserve differential privacy. The noise in our mechanism can be arbitrarily redistributed, offering a distinctive ability to address the trade-off between model utility and privacy loss. To derive provable robustness, our HGM is applied to inject Gaussian noise into the first hidden layer. Then, a tighter robustness bound is proposed. Theoretical analysis and thorough evaluations show that our mechanism notably improves the robustness of differentially private deep neural networks, compared with baseline approaches, under a variety of model attacks.

Code Implementations4 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