paper-with-me

Papers

SecureAFL: Secure Asynchronous Federated Learning

2026-04-04 · Anjun Gao, Feng Wang, Zhenglin Wan, Yueyang Quan, Zhuqing Liu, Minghong Fang arxiv

Federated learning (FL) enables multiple clients to collaboratively train a global machine learning model via a server without sharing their private training data. In traditional FL, the system follows a synchronous approach, where the server waits for model updates from numerous clients before aggregating them to update the global model. However, synchronous FL is hindered by the straggler problem. To address this, the asynchronous FL architecture allows the server to update the global model immediately upon receiving any client's local model update. Despite its advantages, the decentralized nature of asynchronous FL makes it vulnerable to poisoning attacks. Several defenses tailored for asynchronous FL have been proposed, but these mechanisms remain susceptible to advanced attacks or rely on unrealistic server assumptions. In this paper, we introduce SecureAFL, an innovative framework designed to secure asynchronous FL against poisoning attacks. SecureAFL improves the robustness of asynchronous FL by detecting and discarding anomalous updates while estimating the contributions of missing clients. Additionally, it utilizes Byzantine-robust aggregation techniques, such as coordinate-wise median, to integrate the received and estimated updates. Extensive experiments on various real-world datasets demonstrate the effectiveness of SecureAFL.

📄 PDF Abstract BibTeX arXiv:2604.03862

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Buffered Asynchronous Secure Aggregation for Cross-Device Federated Learning

2024-06-05 · Kun Wang, Yi-Rui Yang, Wu-Jun Li

Asynchronous federated learning (AFL) is an effective method to address the challenge of device heterogeneity in cross-device federated learning. However, AFL is usually incompatible with existing secure aggregation prot…

Federated Learning

Secure Aggregation for Buffered Asynchronous Federated Learning

2021-10-05 · Jinhyun So, Ramy E. Ali, Başak Güler, A. Salman Avestimehr

Federated learning (FL) typically relies on synchronous training, which is slow due to stragglers. While asynchronous training handles stragglers efficiently, it does not ensure privacy due to the incompatibility with th…

Federated Learning

Unbounded Gradients in Federated Leaning with Buffered Asynchronous Aggregation

2022-10-03 · Mohammad Taha Toghani, César A. Uribe

Synchronous updates may compromise the efficiency of cross-device federated learning once the number of active clients increases. The \textit{FedBuff} algorithm (Nguyen et al., 2022) alleviates this problem by allowing a…

Federated Learning

Federated Learning with Buffered Asynchronous Aggregation

2021-06-11 · John Nguyen, Kshitiz Malik, Hongyuan Zhan, Ashkan Yousefpour 외

Scalability and privacy are two critical concerns for cross-device federated learning (FL) systems. In this work, we identify that synchronous FL - synchronized aggregation of client updates in FL - cannot scale efficien…

Federated LearningPrivacy Preserving

Quantized and Asynchronous Federated Learning

2024-09-30 · Tomas Ortega, Hamid Jafarkhani

Recent advances in federated learning have shown that asynchronous variants can be faster and more scalable than their synchronous counterparts. However, their design does not include quantization, which is necessary in …

Federated LearningQuantization