paper-with-me

홈 › Papers

Mitigating Cross-client GANs-based Attack in Federated Learning

2023-07-25 · Hong Huang, Xinyu Lei, Tao Xiang

Machine learning makes multimedia data (e.g., images) more attractive, however, multimedia data is usually distributed and privacy sensitive. Multiple distributed multimedia clients can resort to federated learning (FL) to jointly learn a global shared model without requiring to share their private samples with any third-party entities. In this paper, we show that FL suffers from the cross-client generative adversarial networks (GANs)-based (C-GANs) attack, in which a malicious client (i.e., adversary) can reconstruct samples with the same distribution as the training samples from other clients (i.e., victims). Since a benign client's data can be leaked to the adversary, this attack brings the risk of local data leakage for clients in many security-critical FL applications. Thus, we propose Fed-EDKD (i.e., Federated Ensemble Data-free Knowledge Distillation) technique to improve the current popular FL schemes to resist C-GANs attack. In Fed-EDKD, each client submits a local model to the server for obtaining an ensemble global model. Then, to avoid model expansion, Fed-EDKD adopts data-free knowledge distillation techniques to transfer knowledge from the ensemble global model to a compressed model. By this way, Fed-EDKD reduces the adversary's control capability over the global model, so Fed-EDKD can effectively mitigate C-GANs attack. Finally, the experimental results demonstrate that Fed-EDKD significantly mitigates C-GANs attack while only incurring a slight accuracy degradation of FL.

📄 PDF Abstract BibTeX arXiv:2307.13314

Code (0)

등록된 구현이 없습니다.

Tasks

Data-free Knowledge DistillationFederated LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Backdoor Attack and Defense in Federated Generative Adversarial Network-based Medical Image Synthesis

2022-10-19 · Ruinan Jin, Xiaoxiao Li

Deep Learning-based image synthesis techniques have been applied in healthcare research for generating medical images to support open research and augment medical datasets. Training generative adversarial neural networks…

Backdoor AttackData AugmentationFederated LearningGenerative Adversarial Network+2

FedNIA: Noise-Induced Activation Analysis for Mitigating Data Poisoning in FL

2025-02-23 · Ehsan Hallaji, Roozbeh Razavi-Far, Mehrdad Saif

Federated learning systems are increasingly threatened by data poisoning attacks, where malicious clients compromise global models by contributing tampered updates. Existing defenses often rely on impractical assumptions…

Data PoisoningFederated Learning

Mitigating Malicious Attacks in Federated Learning via Confidence-aware Defense

2024-08-05 · Qilei Li, Ahmed M. Abdelmoniem

Federated Learning (FL) is a distributed machine learning diagram that enables multiple clients to collaboratively train a global model without sharing their private local data. However, FL systems are vulnerable to atta…

Data PoisoningFederated LearningModel Poisoning

Defending the Edge: Representative-Attention for Mitigating Backdoor Attacks in Federated Learning

2025-05-15 · Chibueze Peace Obioma, Youcheng Sun, Mustafa A. Mustafa

Federated learning (FL) enhances privacy and reduces communication cost for resource-constrained edge clients by supporting distributed model training at the edge. However, the heterogeneous nature of such devices produc…

Backdoor AttackFederated Learning

Beyond Inferring Class Representatives: User-Level Privacy Leakage From Federated Learning

2018-12-03 · Zhibo Wang, Mengkai Song, Zhifei Zhang, Yang song 외

Federated learning, i.e., a mobile edge computing framework for deep learning, is a recent advance in privacy-preserving machine learning, where the model is trained in a decentralized manner by the clients, i.e., data c…

Edge-computingFederated LearningPrivacy Preserving