Adaptive Laplace Mechanism: Differential Privacy Preservation in Deep Learning
NhatHai Phan, Xintao Wu, Han Hu, Dejing Dou

TL;DR
This paper introduces an adaptive Laplace mechanism for deep learning that maintains differential privacy regardless of training steps, adaptively injects noise based on feature relevance, and outperforms existing methods on benchmark datasets.
Contribution
It proposes a novel privacy-preserving mechanism that is independent of training steps and adaptively adds noise based on feature importance in deep neural networks.
Findings
Mechanism maintains privacy budget independent of training steps
It adaptively injects noise based on feature relevance
Outperforms existing privacy-preserving solutions on MNIST and CIFAR-10
Abstract
In this paper, we focus on developing a novel mechanism to preserve differential privacy in deep neural networks, such that: (1) The privacy budget consumption is totally independent of the number of training steps; (2) It has the ability to adaptively inject noise into features based on the contribution of each to the output; and (3) It could be applied in a variety of different deep neural networks. To achieve this, we figure out a way to perturb affine transformations of neurons, and loss functions used in deep neural networks. In addition, our mechanism intentionally adds "more noise" into features which are "less relevant" to the model output, and vice-versa. Our theoretical analysis further derives the sensitivities and error bounds of our mechanism. Rigorous experiments conducted on MNIST and CIFAR-10 datasets show that our mechanism is highly effective and outperforms existing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Advanced Neural Network Applications
