LGCRCVMay 6, 2022

Large Scale Transfer Learning for Differentially Private Image Classification

arXiv:2205.02973v249 citationsh-index: 44
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and accurate differentially private image classification for researchers and practitioners, offering incremental improvements over existing methods.

The paper tackles the high computational cost and utility degradation in differentially private deep learning by showing that transfer learning with pre-trained over-parameterized models and optimizer choice can improve performance, achieving state-of-the-art results of 81.7% accuracy on ImageNet under a privacy budget of ε ∈ [4, 10] with minimal computational overhead.

Differential Privacy (DP) provides a formal framework for training machine learning models with individual example level privacy. In the field of deep learning, Differentially Private Stochastic Gradient Descent (DP-SGD) has emerged as a popular private training algorithm. Unfortunately, the computational cost of training large-scale models with DP-SGD is substantially higher than non-private training. This is further exacerbated by the fact that increasing the number of parameters leads to larger degradation in utility with DP. In this work, we zoom in on the ImageNet dataset and demonstrate that, similar to the non-private case, pre-training over-parameterized models on a large public dataset can lead to substantial gains when the model is finetuned privately. Moreover, by systematically comparing private and non-private models across a range of large batch sizes, we find that similar to non-private setting, choice of optimizer can further improve performance substantially with DP. By using LAMB optimizer with DP-SGD we saw improvement of up to 20$\%$ points (absolute). Finally, we show that finetuning just the last layer for a \emph{single step} in the full batch setting, combined with extremely small-scale (near-zero) initialization leads to both SOTA results of 81.7 $\%$ under a wide privacy budget range of $ε\in [4, 10]$ and $δ$ = $10^{-6}$ while minimizing the computational overhead substantially.

Foundations

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

Your Notes