English

Backpropagation Clipping for Deep Learning with Differential Privacy

Machine Learning 2022-02-21 v2

Abstract

We present backpropagation clipping, a novel variant of differentially private stochastic gradient descent (DP-SGD) for privacy-preserving deep learning. Our approach clips each trainable layer's inputs (during the forward pass) and its upstream gradients (during the backward pass) to ensure bounded global sensitivity for the layer's gradient; this combination replaces the gradient clipping step in existing DP-SGD variants. Our approach is simple to implement in existing deep learning frameworks. The results of our empirical evaluation demonstrate that backpropagation clipping provides higher accuracy at lower values for the privacy parameter ϵ\epsilon compared to previous work. We achieve 98.7% accuracy for MNIST with ϵ=0.07\epsilon = 0.07 and 74% accuracy for CIFAR-10 with ϵ=3.64\epsilon = 3.64.

Keywords

Cite

@article{arxiv.2202.05089,
  title  = {Backpropagation Clipping for Deep Learning with Differential Privacy},
  author = {Timothy Stevens and Ivoline C. Ngong and David Darais and Calvin Hirsch and David Slater and Joseph P. Near},
  journal= {arXiv preprint arXiv:2202.05089},
  year   = {2022}
}

Comments

We found a bug in our implementation code that invalidates our experimental results

R2 v1 2026-06-24T09:30:18.978Z