paper-with-me

홈 › Papers

Building Gradient Bridges: Label Leakage from Restricted Gradient Sharing in Federated Learning

2024-12-17 · Rui Zhang, Ka-Ho Chow, Ping Li

The growing concern over data privacy, the benefits of utilizing data from diverse sources for model training, and the proliferation of networked devices with enhanced computational capabilities have all contributed to the rise of federated learning (FL). The clients in FL collaborate to train a global model by uploading gradients computed on their private datasets without collecting raw data. However, a new attack surface has emerged from gradient sharing, where adversaries can restore the label distribution of a victim's private data by analyzing the obtained gradients. To mitigate this privacy leakage, existing lightweight defenses restrict the sharing of gradients, such as encrypting the final-layer gradients or locally updating the parameters within. In this paper, we introduce a novel attack called Gradient Bridge (GDBR) that recovers the label distribution of training data from the limited gradient information shared in FL. GDBR explores the relationship between the layer-wise gradients, tracks the flow of gradients, and analytically derives the batch training labels. Extensive experiments show that GDBR can accurately recover more than 80% of labels in various FL settings. GDBR highlights the inadequacy of restricted gradient sharing-based defenses and calls for the design of effective defense schemes in FL.

📄 PDF Abstract BibTeX arXiv:2412.12640

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Is Diffusion Model Safe? Severe Data Leakage via Gradient-Guided Diffusion Model

2024-06-13 · Jiayang Meng, Tao Huang, Hong Chen, Cuiping Li

Gradient leakage has been identified as a potential source of privacy breaches in modern image processing systems, where the adversary can completely reconstruct the training images from leaked gradients. However, existi…

Image ReconstructionmodelReconstruction Attack

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

User-Level Label Leakage from Gradients in Federated Learning

2021-05-19 · Aidmar Wainakh, Fabrizio Ventola, Till Müßig, Jens Keim 외

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 privac…

Federated Learning

Label Leakage in Federated Inertial-based Human Activity Recognition

2025-05-27 · Marius Bock, Maximilian Hopp, Kristof Van Laerhoven, Michael Moeller

While prior work has shown that Federated Learning updates can leak sensitive information, label reconstruction attacks, which aim to recover input labels from shared gradients, have not yet been examined in the context …

Activity RecognitionFederated LearningHuman Activity Recognition

Analysing Training-Data Leakage from Gradients through Linear Systems and Gradient Matching

2022-10-20 · Cangxiong Chen, Neill D. F. Campbell

Recent works have demonstrated that it is possible to reconstruct training images and their labels from gradients of an image-classification model when its architecture is known. Unfortunately, there is still an incomple…

Attributeimage-classificationImage Classification