Do Not Let Privacy Overbill Utility: Gradient Embedding Perturbation for Private Learning
Da Yu, Huishuai Zhang, Wei Chen, Tie-Yan Liu

TL;DR
This paper introduces Gradient Embedding Perturbation (GEP), a novel method for training deep models with differential privacy that maintains higher utility by decomposing gradients and applying targeted perturbations.
Contribution
GEP is a new algorithm that projects gradients into a non-sensitive subspace, enabling effective privacy-preserving training with improved accuracy and computational efficiency.
Findings
Achieves 74.9% test accuracy on CIFAR10 at ε=8
Achieves 95.1% test accuracy on SVHN at ε=8
Significantly outperforms existing private learning methods
Abstract
The privacy leakage of the model about the training data can be bounded in the differential privacy mechanism. However, for meaningful privacy parameters, a differentially private model degrades the utility drastically when the model comprises a large number of trainable parameters. In this paper, we propose an algorithm \emph{Gradient Embedding Perturbation (GEP)} towards training differentially private deep models with decent accuracy. Specifically, in each gradient descent step, GEP first projects individual private gradient into a non-sensitive anchor subspace, producing a low-dimensional gradient embedding and a small-norm residual gradient. Then, GEP perturbs the low-dimensional embedding and the residual gradient separately according to the privacy budget. Such a decomposition permits a small perturbation variance, which greatly helps to break the dimensional barrier of private…
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
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Cryptography and Data Security
