paper-with-me

홈 › Papers

Client-side Gradient Inversion Against Federated Learning from Poisoning

2023-09-14 · Jiaheng Wei, Yanjun Zhang, Leo Yu Zhang, Chao Chen, Shirui Pan, Kok-Leong Ong, Jun Zhang, Yang Xiang

Federated Learning (FL) enables distributed participants (e.g., mobile devices) to train a global model without sharing data directly to a central server. Recent studies have revealed that FL is vulnerable to gradient inversion attack (GIA), which aims to reconstruct the original training samples and poses high risk against the privacy of clients in FL. However, most existing GIAs necessitate control over the server and rely on strong prior knowledge including batch normalization and data distribution information. In this work, we propose Client-side poisoning Gradient Inversion (CGI), which is a novel attack method that can be launched from clients. For the first time, we show the feasibility of a client-side adversary with limited knowledge being able to recover the training samples from the aggregated global model. We take a distinct approach in which the adversary utilizes a malicious model that amplifies the loss of a specific targeted class of interest. When honest clients employ the poisoned global model, the gradients of samples belonging to the targeted class are magnified, making them the dominant factor in the aggregated update. This enables the adversary to effectively reconstruct the private input belonging to other clients using the aggregated update. In addition, our CGI also features its ability to remain stealthy against Byzantine-robust aggregation rules (AGRs). By optimizing malicious updates and blending benign updates with a malicious replacement vector, our method remains undetected by these defense mechanisms. To evaluate the performance of CGI, we conduct experiments on various benchmark datasets, considering representative Byzantine-robust AGRs, and exploring diverse FL settings with different levels of adversary knowledge about the data. Our results demonstrate that CGI consistently and successfully extracts training input in all tested scenarios.

📄 PDF Abstract BibTeX arXiv:2309.07415

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Privacy Preservation in Federated Learning via Learning Rate Perturbation

2023-01-01 · ICCV 2023 1 · Guangnian Wan, Haitao Du, Xuejing Yuan, Jun Yang 외

Federated learning (FL) is a privacy-enhanced distributed machine learning framework, in which multiple clients collaboratively train a global model by exchanging their model updates without sharing local private dat…

Federated Learning

CENSOR: Defense Against Gradient Inversion via Orthogonal Subspace Bayesian Sampling

2025-01-27 · Kaiyuan Zhang, Siyuan Cheng, Guangyu Shen, Bruno Ribeiro 외

Federated learning collaboratively trains a neural network on a global server, where each local client receives the current global model weights and sends back parameter updates (gradients) based on its local private dat…

Federated Learning

Breaching FedMD: Image Recovery via Paired-Logits Inversion Attack

2023-04-22 · CVPR 2023 1 · Hideaki Takahashi, Jingjing Liu, Yang Liu

Federated Learning with Model Distillation (FedMD) is a nascent collaborative learning paradigm, where only output logits of public datasets are transmitted as distilled knowledge, instead of passing on private model par…

Federated Learning

Federated Learning Nodes Can Reconstruct Peers' Image Data

2024-10-07 · Ethan Wilson, Kai Yue, Chau-Wai Wong, Huaiyu Dai

Federated learning (FL) is a privacy-preserving machine learning framework that enables multiple nodes to train models on their local data and periodically average weight updates to benefit from other nodes' training. Ea…

Federated LearningPrivacy Preserving

Evaluating Gradient Inversion Attacks and Defenses in Federated Learning

2021-11-30 · NeurIPS 2021 12 · Yangsibo Huang, Samyak Gupta, Zhao Song, Kai Li 외

Gradient inversion attack (or input recovery from gradient) is an emerging threat to the security and privacy preservation of Federated learning, whereby malicious eavesdroppers or participants in the protocol can recove…

Federated Learning