paper-with-me

Papers

Gradient Leakage Attack Resilient Deep Learning

2021-12-25 · Wenqi Wei, Ling Liu

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.

📄 PDF Abstract BibTeX arXiv:2112.13178

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Securing Distributed SGD against Gradient Leakage Threats

2023-05-10 · Wenqi Wei, Ling Liu, Jingya Zhou, Ka-Ho Chow 외

This paper presents a holistic approach to gradient leakage resilient distributed Stochastic Gradient Descent (SGD). First, we analyze two types of strategies for privacy-enhanced federated learning: (i) gradient pruning…

Federated Learning

Mjolnir: Breaking the Shield of Perturbation-Protected Gradients via Adaptive Diffusion

2024-07-07 · Xuan Liu, Siqi Cai, Qihua Zhou, Song Guo 외

Perturbation-based mechanisms, such as differential privacy, mitigate gradient leakage attacks by introducing noise into the gradients, thereby preventing attackers from reconstructing clients' private data from the leak…

DenoisingFederated Learning

Gradient-Leakage Resilient Federated Learning

2021-07-02 · Wenqi Wei, Ling Liu, Yanzhao Wu, Gong Su 외

Federated learning(FL) is an emerging distributed learning paradigm with default client privacy because clients can keep sensitive data on their devices and only share local training parameter updates with the federated …

Federated LearningPrivacy Preserving

Defense Against Gradient Leakage Attacks via Learning to Obscure Data

2022-06-01 · Yuxuan Wan, Han Xu, Xiaorui Liu, Jie Ren 외

Federated learning is considered as an effective privacy-preserving learning mechanism that separates the client's data and model training process. However, federated learning is still under the risk of privacy leakage b…

Federated LearningPrivacy Preserving

Reveal Your Images: Gradient Leakage Attack against Unbiased Sampling-Based Secure Aggregation

2023-04-28 · IEEE Transactions on Knowledge and Data Engineering 2023 4 · Y Yang, Z Ma, B Xiao, Y Liu 외

Recently, some Unbiased Gradient Sampling-based (UGS) methods are proposed to mitigate gradient leakage by introducing sampling and unbiased transformation, such as MinMax Sampling in SIGMOD '22. In this paper, we first …

Federated Learning