paper-with-me

Papers

Breaking Secure Aggregation: Label Leakage from Aggregated Gradients in Federated Learning

2024-06-22 · Zhibo Wang, Zhiwei Chang, Jiahui Hu, Xiaoyi Pang, Jiacheng Du, Yongle Chen, Kui Ren

Federated Learning (FL) exhibits privacy vulnerabilities under gradient inversion attacks (GIAs), which can extract private information from individual gradients. To enhance privacy, FL incorporates Secure Aggregation (SA) to prevent the server from obtaining individual gradients, thus effectively resisting GIAs. In this paper, we propose a stealthy label inference attack to bypass SA and recover individual clients' private labels. Specifically, we conduct a theoretical analysis of label inference from the aggregated gradients that are exclusively obtained after implementing SA. The analysis results reveal that the inputs (embeddings) and outputs (logits) of the final fully connected layer (FCL) contribute to gradient disaggregation and label restoration. To preset the embeddings and logits of FCL, we craft a fishing model by solely modifying the parameters of a single batch normalization (BN) layer in the original model. Distributing client-specific fishing models, the server can derive the individual gradients regarding the bias of FCL by resolving a linear system with expected embeddings and the aggregated gradients as coefficients. Then the labels of each client can be precisely computed based on preset logits and gradients of FCL's bias. Extensive experiments show that our attack achieves large-scale label recovery with 100\% accuracy on various datasets and model architectures.

📄 PDF Abstract BibTeX arXiv:2406.15731

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningInference Attack

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

How Much Privacy Does Federated Learning with Secure Aggregation Guarantee?

2022-08-03 · Ahmed Roushdy Elkordy, Jiang Zhang, Yahya H. Ezzeldin, Konstantinos Psounis 외

Federated learning (FL) has attracted growing interest for enabling privacy-preserving machine learning on data stored at multiple users while avoiding moving the data off-device. However, while data never leaves users' …

Federated LearningPrivacy Preserving

Gradient Disaggregation: Breaking Privacy in Federated Learning by Reconstructing the User Participant Matrix

2021-06-10 · Maximilian Lam, Gu-Yeon Wei, David Brooks, Vijay Janapa Reddi 외

We show that aggregated model updates in federated learning may be insecure. An untrusted central server may disaggregate user updates from sums of updates across participants given repeated observations, enabling the se…

Federated Learning

Perfectly-Private Analog Secure Aggregation in Federated Learning

2025-09-10 · Delio Jaramillo-Velez, Charul Rajput, Ragnar Freij-Hollanti, Camilla Hollanti 외 arxiv

In federated learning, multiple parties train models locally and share their parameters with a central server, which aggregates them to update a global model. To address the risk of exposing sensitive data through local …

Federated Learning

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

Blockchain-based Federated Learning with Secure Aggregation in Trusted Execution Environment for Internet-of-Things

2023-04-25 · Aditya Pribadi Kalapaaking, Ibrahim Khalil, Mohammad Saidur Rahman, Mohammed Atiquzzaman 외

This paper proposes a blockchain-based Federated Learning (FL) framework with Intel Software Guard Extension (SGX)-based Trusted Execution Environment (TEE) to securely aggregate local models in Industrial Internet-of-Th…

Federated Learning