[2604.03862] SecureAFL: Secure Asynchronous Federated Learning
About this article
Abstract page for arXiv paper 2604.03862: SecureAFL: Secure Asynchronous Federated Learning
Computer Science > Cryptography and Security arXiv:2604.03862 (cs) [Submitted on 4 Apr 2026] Title:SecureAFL: Secure Asynchronous Federated Learning Authors:Anjun Gao, Feng Wang, Zhenglin Wan, Yueyang Quan, Zhuqing Liu, Minghong Fang View a PDF of the paper titled SecureAFL: Secure Asynchronous Federated Learning, by Anjun Gao and 5 other authors View PDF HTML (experimental) Abstract: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 cli...