English

Dynamic Differential-Privacy Preserving SGD

Machine Learning 2022-01-19 v3 Cryptography and Security

Abstract

The vanilla Differentially-Private Stochastic Gradient Descent (DP-SGD), including DP-Adam and other variants, ensures the privacy of training data by uniformly distributing privacy costs across training steps. The equivalent privacy costs controlled by maintaining the same gradient clipping thresholds and noise powers in each step result in unstable updates and a lower model accuracy when compared to the non-DP counterpart. In this paper, we propose the dynamic DP-SGD (along with dynamic DP-Adam, and others) to reduce the performance loss gap while maintaining privacy by dynamically adjusting clipping thresholds and noise powers while adhering to a total privacy budget constraint. Extensive experiments on a variety of deep learning tasks, including image classification, natural language processing, and federated learning, demonstrate that the proposed dynamic DP-SGD algorithm stabilizes updates and, as a result, significantly improves model accuracy in the strong privacy protection region when compared to the vanilla DP-SGD. We also conduct theoretical analysis to better understand the privacy-utility trade-off with dynamic DP-SGD, as well as to learn why Dynamic DP-SGD can outperform vanilla DP-SGD.

Keywords

Cite

@article{arxiv.2111.00173,
  title  = {Dynamic Differential-Privacy Preserving SGD},
  author = {Jian Du and Song Li and Xiangyi Chen and Siheng Chen and Mingyi Hong},
  journal= {arXiv preprint arXiv:2111.00173},
  year   = {2022}
}

Comments

16 pages

R2 v1 2026-06-24T07:18:49.309Z