paper-with-me

Papers

FedGT: Identification of Malicious Clients in Federated Learning with Secure Aggregation

2023-05-09 · Marvin Xhemrishi, Johan Östman, Antonia Wachter-Zeh, Alexandre Graell i Amat

We propose FedGT, a novel framework for identifying malicious clients in federated learning with secure aggregation. Inspired by group testing, the framework leverages overlapping groups of clients to identify the presence of malicious clients in the groups via a decoding operation. The clients identified as malicious are then removed from the model training, which is performed over the remaining clients. By choosing the size, number, and overlap between groups, FedGT strikes a balance between privacy and security. Specifically, the server learns the aggregated model of the clients in each group - vanilla federated learning and secure aggregation correspond to the extreme cases of FedGT with group size equal to one and the total number of clients, respectively. The effectiveness of FedGT is demonstrated through extensive experiments on the MNIST, CIFAR-10, and ISIC2019 datasets in a cross-silo setting under different data-poisoning attacks. These experiments showcase FedGT's ability to identify malicious clients, resulting in high model utility. We further show that FedGT significantly outperforms the private robust aggregation approach based on the geometric median recently proposed by Pillutla et al. in multiple settings.

📄 PDF Abstract BibTeX arXiv:2305.05506

Code (0)

등록된 구현이 없습니다.

Tasks

Data PoisoningFederated Learning

Similar Papers 제목 키워드 기반

Provably Secure Federated Learning against Malicious Clients

2021-02-03 · Xiaoyu Cao, Jinyuan Jia, Neil Zhenqiang Gong

Federated learning enables clients to collaboratively learn a shared global model without sharing their local training data with a cloud server. However, malicious clients can corrupt the global model to predict incorrec…

Activity RecognitionFederated LearningHuman Activity Recognition

Towards Bidirectional Protection in Federated Learning

2020-10-02 · Lun Wang, Qi Pang, Shuai Wang, Dawn Song

Prior efforts in enhancing federated learning (FL) security fall into two categories. At one end of the spectrum, some work uses secure aggregation techniques to hide the individual client's updates and only reveal the a…

Federated Learning

FLCert: Provably Secure Federated Learning against Poisoning Attacks

2022-10-02 · Xiaoyu Cao, Zaixi Zhang, Jinyuan Jia, Neil Zhenqiang Gong

Due to its distributed nature, federated learning is vulnerable to poisoning attacks, in which malicious clients poison the training process via manipulating their local training data and/or local model updates sent to t…

Federated Learning

FedGTST: Boosting Global Transferability of Federated Models via Statistics Tuning

2024-10-16 · Evelyn Ma, Chao Pan, Rasoul Etesami, Han Zhao 외

The performance of Transfer Learning (TL) heavily relies on effective pretraining, which demands large datasets and substantial computational resources. As a result, executing TL is often challenging for individual model…

Federated LearningTransfer Learning

FedGT: Federated Node Classification with Scalable Graph Transformer

2024-01-26 · Zaixi Zhang, Qingyong Hu, Yang Yu, Weibo Gao 외

Graphs are widely used to model relational data. As graphs are getting larger and larger in real-world scenarios, there is a trend to store and compute subgraphs in multiple local systems. For example, recently proposed …

ClassificationFederated LearningNode ClassificationOnline Clustering