paper-with-me

홈 › Papers

User-Level Label Leakage from Gradients in Federated Learning

2021-05-19 · Aidmar Wainakh, Fabrizio Ventola, Till Müßig, Jens Keim, Carlos Garcia Cordero, Ephraim Zimmer, Tim Grube, Kristian Kersting, Max Mühlhäuser

Federated learning enables multiple users to build a joint model by sharing their model updates (gradients), while their raw data remains local on their devices. In contrast to the common belief that this provides privacy benefits, we here add to the very recent results on privacy risks when sharing gradients. Specifically, we investigate Label Leakage from Gradients (LLG), a novel attack to extract the labels of the users' training data from their shared gradients. The attack exploits the direction and magnitude of gradients to determine the presence or absence of any label. LLG is simple yet effective, capable of leaking potential sensitive information represented by labels, and scales well to arbitrary batch sizes and multiple classes. We mathematically and empirically demonstrate the validity of the attack under different settings. Moreover, empirical results show that LLG successfully extracts labels with high accuracy at the early stages of model training. We also discuss different defense mechanisms against such leakage. Our findings suggest that gradient compression is a practical technique to mitigate the attack.

📄 PDF Abstract BibTeX arXiv:2105.09369

Code (2)

tklab-tud/llg 공식 구현 pytorch
JonasGeiping/breaching pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Label Leakage and Protection from Forward Embedding in Vertical Federated Learning

2022-03-02 · Jiankai Sun, Xin Yang, Yuanshun Yao, Chong Wang

Vertical federated learning (vFL) has gained much attention and been deployed to solve machine learning problems with data privacy concerns in recent years. However, some recent work demonstrated that vFL is vulnerable t…

Federated LearningVertical Federated Learning

Speech Privacy Leakage from Shared Gradients in Distributed Learning

2023-02-21 · Zhuohang Li, Jiaxin Zhang, Jian Liu

Distributed machine learning paradigms, such as federated learning, have been recently adopted in many privacy-critical applications for speech analysis. However, such frameworks are vulnerable to privacy leakage attacks…

Federated LearningKeyword Spotting

TOFU: Towards Obfuscated Federated Updates by Encoding Weight Updates into Gradients from Proxy Data

2022-01-21 · Isha Garg, Manish Nagaraj, Kaushik Roy

Advances in Federated Learning and an abundance of user data have enabled rich collaborative learning between multiple clients, without sharing user data. This is done via a central server that aggregates learning in the…

Federated Learning

PROFL: A Privacy-Preserving Federated Learning Method with Stringent Defense Against Poisoning Attacks

2023-12-02 · Yisheng Zhong, Li-Ping Wang

Federated Learning (FL) faces two major issues: privacy leakage and poisoning attacks, which may seriously undermine the reliability and security of the system. Overcoming them simultaneously poses a great challenge. Thi…

Federated LearningPrivacy Preserving

MGIC: A Multi-Label Gradient Inversion Attack based on Canny Edge Detection on Federated Learning

2024-03-13 · Can Liu, Jin Wang

As a new distributed computing framework that can protect data privacy, federated learning (FL) has attracted more and more attention in recent years. It receives gradients from users to train the global model and releas…

Distributed ComputingEdge DetectionFederated LearningImage Reconstruction