LGCRMLOct 7, 2022

TAN Without a Burn: Scaling Laws of DP-SGD

arXiv:2210.03403v261 citationsh-index: 14
AI Analysis

This reduces the computational barrier for differentially private training, making hyperparameter search feasible in realistic scenarios.

The paper tackles the high computational cost of differentially private deep learning by showing that the privacy budget depends only on the total injected noise, enabling hyperparameter optimization with over 100x less compute. They achieve a +9 point top-1 accuracy gain on ImageNet for epsilon=8, improving state-of-the-art.

Differentially Private methods for training Deep Neural Networks (DNNs) have progressed recently, in particular with the use of massive batches and aggregated data augmentations for a large number of training steps. These techniques require much more computing resources than their non-private counterparts, shifting the traditional privacy-accuracy trade-off to a privacy-accuracy-compute trade-off and making hyper-parameter search virtually impossible for realistic scenarios. In this work, we decouple privacy analysis and experimental behavior of noisy training to explore the trade-off with minimal computational requirements. We first use the tools of Rényi Differential Privacy (RDP) to highlight that the privacy budget, when not overcharged, only depends on the total amount of noise (TAN) injected throughout training. We then derive scaling laws for training models with DP-SGD to optimize hyper-parameters with more than a $100\times$ reduction in computational budget. We apply the proposed method on CIFAR-10 and ImageNet and, in particular, strongly improve the state-of-the-art on ImageNet with a +9 points gain in top-1 accuracy for a privacy budget epsilon=8.

Code Implementations1 repo
Foundations

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

Your Notes