LGFeb 25, 2021

Do Not Let Privacy Overbill Utility: Gradient Embedding Perturbation for Private Learning

arXiv:2102.12677v3137 citations
Originality Highly original
AI Analysis

This addresses the trade-off between privacy and utility in deep learning for practitioners needing private models with decent accuracy, representing a strong specific gain but not a paradigm shift.

The paper tackles the problem of utility degradation in differentially private deep learning by proposing Gradient Embedding Perturbation (GEP), which projects gradients into a low-dimensional subspace to reduce perturbation variance, achieving test accuracies of 74.9% on CIFAR10 and 95.1% on SVHN with a privacy bound of ε=8.

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 learning. With GEP, we achieve decent accuracy with reasonable computational cost and modest privacy guarantee for deep models. Especially, with privacy bound $ε=8$, we achieve $74.9\%$ test accuracy on CIFAR10 and $95.1\%$ test accuracy on SVHN, significantly improving over existing results.

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