paper-with-me

Papers

FedBayes: A Zero-Trust Federated Learning Aggregation to Defend Against Adversarial Attacks

2023-12-04 · Marc Vucovich, Devin Quinn, Kevin Choi, Christopher Redino, Abdul Rahman, Edward Bowen

Federated learning has created a decentralized method to train a machine learning model without needing direct access to client data. The main goal of a federated learning architecture is to protect the privacy of each client while still contributing to the training of the global model. However, the main advantage of privacy in federated learning is also the easiest aspect to exploit. Without being able to see the clients' data, it is difficult to determine the quality of the data. By utilizing data poisoning methods, such as backdoor or label-flipping attacks, or by sending manipulated information about their data back to the server, malicious clients are able to corrupt the global model and degrade performance across all clients within a federation. Our novel aggregation method, FedBayes, mitigates the effect of a malicious client by calculating the probabilities of a client's model weights given to the prior model's weights using Bayesian statistics. Our results show that this approach negates the effects of malicious clients and protects the overall federation.

📄 PDF Abstract BibTeX arXiv:2312.04587

Code (0)

등록된 구현이 없습니다.

Tasks

Data PoisoningFederated Learning

Similar Papers 제목 키워드 기반

Federated Learning via Variational Bayesian Inference: Personalization, Sparsity and Clustering

2023-03-08 · Xu Zhang, Wenpeng Li, Yunfeng Shao, Yinchuan Li

Federated learning (FL) is a promising framework that models distributed machine learning while protecting the privacy of clients. However, FL suffers performance degradation from heterogeneous and limited data. To allev…

Bayesian InferenceClusteringFederated Learning

Zero-Trust Foundation Models: A New Paradigm for Secure and Collaborative Artificial Intelligence for Internet of Things

2025-05-26 · Kai Li, Conggai Li, Xin Yuan, Shenghong Li 외

This paper focuses on Zero-Trust Foundation Models (ZTFMs), a novel paradigm that embeds zero-trust security principles into the lifecycle of foundation models (FMs) for Internet of Things (IoT) systems. By integrating c…

Anomaly DetectionFederated LearningPrivacy Preserving

ZTFed-MAS2S: A Zero-Trust Federated Learning Framework with Verifiable Privacy and Trust-Aware Aggregation for Wind Power Data Imputation

2025-08-24 · Yang Li, Hanjie Wang, Yuanzheng Li, Jiazheng Li 외 arxiv

Wind power data often suffers from missing values due to sensor faults and unstable transmission at edge sites. While federated learning enables privacy-preserving collaboration without sharing raw data, it remains vulne…

Federated Learning

Robust Federated Learning with Attack-Adaptive Aggregation

2021-02-10 · Ching Pui Wan, Qifeng Chen

Federated learning is vulnerable to various attacks, such as model poisoning and backdoor attacks, even if some existing defense strategies are used. To address this challenge, we propose an attack-adaptive aggregation s…

Federated LearningModel Poisoning

Personalized Federated Learning via Variational Bayesian Inference

2022-06-16 · Xu Zhang, Yinchuan Li, Wenpeng Li, Kaiyang Guo 외

Federated learning faces huge challenges from model overfitting due to the lack of data and statistical diversity among clients. To address these challenges, this paper proposes a novel personalized federated learning me…

Bayesian InferenceDiversityFederated LearningPersonalized Federated Learning+1