DP-FP: Differentially Private Forward Propagation for Large Models
Jian Du, Haitao Mi

TL;DR
This paper introduces DP-FP, a novel differentially private forward propagation method that improves privacy-preserving deep learning performance on large models by reducing noise and memory issues compared to traditional DP-SGD.
Contribution
The paper proposes DP-FP, a new forward propagation-based approach for differential privacy in deep learning, outperforming DP-SGD in accuracy and efficiency on large models.
Findings
DP-FP achieves higher accuracy than DP-SGD at similar privacy levels.
DP-FP reduces memory overhead and noise in large-scale models.
DP-FP approaches non-private baseline performance with lower privacy leakage.
Abstract
When applied to large-scale learning problems, the conventional wisdom on privacy-preserving deep learning, known as Differential Private Stochastic Gradient Descent (DP-SGD), has met with limited success due to significant performance degradation and high memory overhead when compared to the non-privacy counterpart. We show how to mitigate the performance drop by replacing the DP-SGD with a novel DP Forward-Propagation (DP-FP) followed by an off-the-shelf non-DP optimizer. Our DP-FP employs novel (1) representation clipping followed by noise addition in the forward propagation stage, as well as (2) micro-batch construction via subsampling to achieve DP amplification and reduce noise power to , where is the number of micro-batch in a step. When training a classification model, our DP-FP with all of the privacy-preserving operations on the representation is innately free of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Privacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques
