LGCRNov 9, 2022

Directional Privacy for Deep Learning

arXiv:2211.04686v34 citationsh-index: 37
Originality Incremental advance
AI Analysis

This work addresses privacy-preserving deep learning for applications requiring high utility, though it is incremental as it builds on existing metric DP frameworks.

The paper tackled the problem of utility loss in differentially private deep learning by introducing directional privacy, which uses the von Mises-Fisher distribution to perturb gradients while preserving their direction, and experiments showed it outperforms Gaussian mechanisms in utility-privacy trade-offs on key datasets.

Differentially Private Stochastic Gradient Descent (DP-SGD) is a key method for applying privacy in the training of deep learning models. It applies isotropic Gaussian noise to gradients during training, which can perturb these gradients in any direction, damaging utility. Metric DP, however, can provide alternative mechanisms based on arbitrary metrics that might be more suitable for preserving utility. In this paper, we apply \textit{directional privacy}, via a mechanism based on the von Mises-Fisher (VMF) distribution, to perturb gradients in terms of \textit{angular distance} so that gradient direction is broadly preserved. We show that this provides both $ε$-DP and $εd$-privacy for deep learning training, rather than the $(ε, δ)$-privacy of the Gaussian mechanism. Experiments on key datasets then indicate that the VMF mechanism can outperform the Gaussian in the utility-privacy trade-off. In particular, our experiments provide a direct empirical comparison of privacy between the two approaches in terms of their ability to defend against reconstruction and membership inference.

Foundations

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

Your Notes