paper-with-me

Papers

Gradient Leakage Defense with Key-Lock Module for Federated Learning

2023-05-06 · Hanchi Ren, Jingjing Deng, Xianghua Xie, Xiaoke Ma, Jianfeng Ma

Federated Learning (FL) is a widely adopted privacy-preserving machine learning approach where private data remains local, enabling secure computations and the exchange of local model gradients between local clients and third-party parameter servers. However, recent findings reveal that privacy may be compromised and sensitive information potentially recovered from shared gradients. In this study, we offer detailed analysis and a novel perspective on understanding the gradient leakage problem. These theoretical works lead to a new gradient leakage defense technique that secures arbitrary model architectures using a private key-lock module. Only the locked gradient is transmitted to the parameter server for global model aggregation. Our proposed learning method is resistant to gradient leakage attacks, and the key-lock module is designed and trained to ensure that, without the private information of the key-lock module: a) reconstructing private training data from the shared gradient is infeasible; and b) the global model's inference performance is significantly compromised. We discuss the theoretical underpinnings of why gradients can leak private information and provide theoretical proof of our method's effectiveness. We conducted extensive empirical evaluations with many models on several popular benchmarks, demonstrating the robustness of our proposed approach in both maintaining model performance and defending against gradient leakage attacks.

📄 PDF Abstract BibTeX arXiv:2305.04095

Code (1)

rand2ai/fedkl 공식 구현 pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

FEDLAD: Federated Evaluation of Deep Leakage Attacks and Defenses

2024-11-05 · Isaac Baglin, Xiatian Zhu, Simon Hadfield

Federated Learning is a privacy preserving decentralized machine learning paradigm designed to collaboratively train models across multiple clients by exchanging gradients to the server and keeping private data local. Ne…

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

Catastrophic Data Leakage in Vertical Federated Learning

2021-12-01 · NeurIPS 2021 12 · Xiao Jin, Pin-Yu Chen, Chia-Yi Hsu, Chia-Mu Yu 외

Recent studies show that private training data can be leaked through the gradients sharing mechanism deployed in distributed machine learning systems, such as federated learning (FL). Increasing batch size to complicate …

Federated LearningVertical Federated Learning

CAFE: Catastrophic Data Leakage in Vertical Federated Learning

2021-10-26 · Xiao Jin, Pin-Yu Chen, Chia-Yi Hsu, Chia-Mu Yu 외

Recent studies show that private training data can be leaked through the gradients sharing mechanism deployed in distributed machine learning systems, such as federated learning (FL). Increasing batch size to complicate …

Federated LearningVertical Federated Learning

CAFE: Catastrophic Data Leakage in Federated Learning

2021-01-01 · Xiao Jin, Ruijie Du, Pin-Yu Chen, Tianyi Chen

Private training data can be leaked through the gradient sharing mechanism deployed in machine learning systems, such as federated learning (FL). Increasing batch size is often viewed as a promising defense strategy agai…

Federated Learning