paper-with-me

홈 › Papers

FedCLEAN: byzantine defense by CLustering Errors of Activation maps in Non-IID federated learning environments

2025-01-21 · Mehdi Ben Ghali, Reda Bellafqira, Gouenou Coatrieux

Federated Learning (FL) enables clients to collaboratively train a global model using their local datasets while reinforcing data privacy. However, FL is susceptible to poisoning attacks. Existing defense mechanisms assume that clients' data are independent and identically distributed (IID), making them ineffective in real-world applications where data are non-IID. This paper presents FedCLEAN, the first defense capable of filtering attackers' model updates in a non-IID FL environment. The originality of FedCLEAN is twofold. First, it relies on a client confidence score derived from the reconstruction errors of each client's model activation maps for a given trigger set, with reconstruction errors obtained by means of a Conditional Variational Autoencoder trained according to a novel server-side strategy. Second, we propose an ad-hoc trust propagation algorithm based on client scores, which allows building a cluster of benign clients while flagging potential attackers. Experimental results on the datasets MNIST and FashionMNIST demonstrate the robustness of FedCLEAN against Byzantine attackers in non-IID scenarios and a close-to-zero benign client misclassification rate, even in the absence of an attack.

📄 PDF Abstract BibTeX arXiv:2501.12123

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

An Experimental Study of Byzantine-Robust Aggregation Schemes in Federated Learning

2023-02-14 · Shenghui Li, Edith C. -H. Ngai, Thiemo Voigt

Byzantine-robust federated learning aims at mitigating Byzantine failures during the federated training process, where malicious participants may upload arbitrary local updates to the central server to degrade the perfor…

Federated Learning

Secure Byzantine-Robust Distributed Learning via Clustering

2021-10-06 · Raj Kiriti Velicheti, Derek Xia, Oluwasanmi Koyejo

Federated learning systems that jointly preserve Byzantine robustness and privacy have remained an open problem. Robust aggregation, the standard defense for Byzantine attacks, generally requires server access to individ…

ClusteringFederated LearningPrivacy Preserving

zPROBE: Zero Peek Robustness Checks for Federated Learning

2022-06-24 · ICCV 2023 1 · Zahra Ghodsi, Mojan Javaheripi, Nojan Sheybani, Xinqiao Zhang 외

Privacy-preserving federated learning allows multiple users to jointly train a model with coordination of a central server. The server only learns the final aggregation result, thus the users' (private) training data is …

Federated LearningPrivacy Preserving

Exploit Gradient Skewness to Circumvent Byzantine Defenses for Federated Learning

2025-02-07 · Yuchen Liu, Chen Chen, Lingjuan Lyu, Yaochu Jin 외

Federated Learning (FL) is notorious for its vulnerability to Byzantine attacks. Most current Byzantine defenses share a common inductive bias: among all the gradients, the densely distributed ones are more likely to be …

Federated LearningInductive Bias

FLAegis: A Two-Layer Defense Framework for Federated Learning Against Poisoning Attacks

2025-08-26 · Enrique Mármol Campos, Aurora González Vidal, José Luis Hernández Ramos, Antonio Skarmeta arxiv

Federated Learning (FL) has become a powerful technique for training Machine Learning (ML) models in a decentralized manner, preserving the privacy of the training datasets involved. However, the decentralized nature of …

Federated Learning