LGCRCVAug 11, 2024

Deep Learning with Data Privacy via Residual Perturbation

arXiv:2408.05723v12 citationsh-index: 2
AI Analysis

This work addresses privacy concerns for deep learning practitioners by offering a more efficient method, though it appears incremental as it builds on existing differential privacy techniques.

The paper tackles the problem of data privacy in deep learning by proposing a residual perturbation method that injects Gaussian noise into ResNets, achieving differential privacy with reduced utility degradation and outperforming DPSGD in utility maintenance.

Protecting data privacy in deep learning (DL) is of crucial importance. Several celebrated privacy notions have been established and used for privacy-preserving DL. However, many existing mechanisms achieve privacy at the cost of significant utility degradation and computational overhead. In this paper, we propose a stochastic differential equation-based residual perturbation for privacy-preserving DL, which injects Gaussian noise into each residual mapping of ResNets. Theoretically, we prove that residual perturbation guarantees differential privacy (DP) and reduces the generalization gap of DL. Empirically, we show that residual perturbation is computationally efficient and outperforms the state-of-the-art differentially private stochastic gradient descent (DPSGD) in utility maintenance without sacrificing membership privacy.

Foundations

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

Your Notes