LGCROCMLJun 27, 2020

Understanding Gradient Clipping in Private SGD: A Geometric Perspective

arXiv:2006.15429v2246 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in private deep learning for applications with sensitive data, offering theoretical insights and a practical solution, though it is incremental in nature.

The paper tackles the problem of gradient clipping in differentially private SGD, showing that clipping can prevent convergence to stationary points but that gradient distributions in practice are symmetric enough to allow effective training; they also propose a perturbation-based method to correct clipping bias for asymmetric cases.

Deep learning models are increasingly popular in many machine learning applications where the training data may contain sensitive information. To provide formal and rigorous privacy guarantee, many learning systems now incorporate differential privacy by training their models with (differentially) private SGD. A key step in each private SGD update is gradient clipping that shrinks the gradient of an individual example whenever its L2 norm exceeds some threshold. We first demonstrate how gradient clipping can prevent SGD from converging to stationary point. We then provide a theoretical analysis that fully quantifies the clipping bias on convergence with a disparity measure between the gradient distribution and a geometrically symmetric distribution. Our empirical evaluation further suggests that the gradient distributions along the trajectory of private SGD indeed exhibit symmetric structure that favors convergence. Together, our results provide an explanation why private SGD with gradient clipping remains effective in practice despite its potential clipping bias. Finally, we develop a new perturbation-based technique that can provably correct the clipping bias even for instances with highly asymmetric gradient distributions.

Foundations

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

Your Notes