English

Gradient Leakage Attack Resilient Deep Learning

Machine Learning 2021-12-28 v1 Cryptography and Security

Abstract

Gradient leakage attacks are considered one of the wickedest privacy threats in deep learning as attackers covertly spy gradient updates during iterative training without compromising model training quality, and yet secretly reconstruct sensitive training data using leaked gradients with high attack success rate. Although deep learning with differential privacy is a defacto standard for publishing deep learning models with differential privacy guarantee, we show that differentially private algorithms with fixed privacy parameters are vulnerable against gradient leakage attacks. This paper investigates alternative approaches to gradient leakage resilient deep learning with differential privacy (DP). First, we analyze existing implementation of deep learning with differential privacy, which use fixed noise variance to injects constant noise to the gradients in all layers using fixed privacy parameters. Despite the DP guarantee provided, the method suffers from low accuracy and is vulnerable to gradient leakage attacks. Second, we present a gradient leakage resilient deep learning approach with differential privacy guarantee by using dynamic privacy parameters. Unlike fixed-parameter strategies that result in constant noise variance, different dynamic parameter strategies present alternative techniques to introduce adaptive noise variance and adaptive noise injection which are closely aligned to the trend of gradient updates during differentially private model training. Finally, we describe four complementary metrics to evaluate and compare alternative approaches.

Keywords

Cite

@article{arxiv.2112.13178,
  title  = {Gradient Leakage Attack Resilient Deep Learning},
  author = {Wenqi Wei and Ling Liu},
  journal= {arXiv preprint arXiv:2112.13178},
  year   = {2021}
}

Comments

Shorter version of this paper accepted by IEEE TIFS

R2 v1 2026-06-24T08:31:22.512Z