paper-with-me

홈 › Papers

MUDGUARD: Taming Malicious Majorities in Federated Learning using Privacy-Preserving Byzantine-Robust Clustering

2022-08-22 · Rui Wang, Xingkai Wang, Huanhuan Chen, Jérémie Decouchant, Stjepan Picek, Nikolaos Laoutaris, Kaitai Liang

Byzantine-robust Federated Learning (FL) aims to counter malicious clients and train an accurate global model while maintaining an extremely low attack success rate. Most existing systems, however, are only robust when most of the clients are honest. FLTrust (NDSS '21) and Zeno++ (ICML '20) do not make such an honest majority assumption but can only be applied to scenarios where the server is provided with an auxiliary dataset used to filter malicious updates. FLAME (USENIX '22) and EIFFeL (CCS '22) maintain the semi-honest majority assumption to guarantee robustness and the confidentiality of updates. It is therefore currently impossible to ensure Byzantine robustness and confidentiality of updates without assuming a semi-honest majority. To tackle this problem, we propose a novel Byzantine-robust and privacy-preserving FL system, called MUDGUARD, that can operate under malicious minority \emph{or majority} in both the server and client sides. Based on DBSCAN, we design a new method for extracting features from model updates via pairwise adjusted cosine similarity to boost the accuracy of the resulting clustering. To thwart attacks from a malicious majority, we develop a method called \textit{Model Segmentation}, that aggregates together only the updates from within a cluster, sending the corresponding model only to the clients of the corresponding cluster. The fundamental idea is that even if malicious clients are in their majority, their poisoned updates cannot harm benign clients if they are confined only within the malicious cluster. We also leverage multiple cryptographic tools to conduct clustering without sacrificing training correctness and updates confidentiality. We present a detailed security proof and empirical evaluation along with a convergence analysis for MUDGUARD.

📄 PDF Abstract BibTeX arXiv:2208.10161

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFederated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Secure Aggregation Is Not All You Need: Mitigating Privacy Attacks with Noise Tolerance in Federated Learning

2022-11-10 · John Reuben Gilbert

Federated learning is a collaborative method that aims to preserve data privacy while creating AI models. Current approaches to federated learning tend to rely heavily on secure aggregation protocols to preserve data pri…

AllFederated Learning

No Vandalism: Privacy-Preserving and Byzantine-Robust Federated Learning

2024-06-03 · Zhibo Xing, Zijian Zhang, Zi'ang Zhang, Jiamou Liu 외

Federated learning allows several clients to train one machine learning model jointly without sharing private data, providing privacy protection. However, traditional federated learning is vulnerable to poisoning attacks…

Federated LearningModel PoisoningPrivacy Preserving

Privacy-Preserving Federated Learning against Malicious Clients Based on Verifiable Functional Encryption

2025-06-15 · Nina Cai, Jinguang Han

Federated learning is a promising distributed learning paradigm that enables collaborative model training without exposing local client data, thereby protect data privacy. However, it also brings new threats and challeng…

Federated LearningPrivacy Preserving

TAPFed: Threshold Secure Aggregation for Privacy-Preserving Federated Learning

2025-01-09 · Runhua Xu, Bo Li, Chao Li, James B. D. Joshi 외

Federated learning is a computing paradigm that enhances privacy by enabling multiple parties to collaboratively train a machine learning model without revealing personal data. However, current research indicates that tr…

Federated LearningPrivacy Preserving

Secure Aggregation for Privacy-Preserving Federated Learning on Clinical EEG Data

2026-07-30 · Pouya Rajabi, Mohsen Toorani arxiv

Federated learning enables multiple institutions to train shared models without exchanging raw clinical EEG data, but it does not fully prevent privacy leakage from individual model updates. This paper presents a privacy…

Federated Learning