π€ AI Summary
In sparse federated learning (FL), poisoning attacks exploit update sparsity to evade detection, rendering existing defenses ineffective. To address this, we propose FLAREβa robust, communication-efficient defense framework that imposes no additional communication overhead. FLAREβs core innovation lies in the first joint exploitation of (i) sparse index mask consistency checking and (ii) sign-level similarity analysis of model updates, enabling a lightweight, yet effective, anomaly detection mechanism. This is synergistically combined with a consensus-based client filtering strategy. Extensive evaluation across multiple benchmark datasets and under diverse strong adversarial poisoning attacks demonstrates that FLARE improves defense success rate by over 40% compared to state-of-the-art methods, while strictly preserving the same communication efficiency as baseline sparse FL. FLARE thus bridges a critical gap in the security of sparse federated learning.
π Abstract
Federated Learning (FL) enables collaborative model training across distributed clients while preserving data privacy, yet it faces significant challenges in communication efficiency and vulnerability to poisoning attacks. While sparsification techniques mitigate communication overhead by transmitting only critical model parameters, they inadvertently amplify security risks: adversarial clients can exploit sparse updates to evade detection and degrade model performance. Existing defense mechanisms, designed for standard FL communication scenarios, are ineffective in addressing these vulnerabilities within sparsified FL. To bridge this gap, we propose FLARE, a novel federated learning framework that integrates sparse index mask inspection and model update sign similarity analysis to detect and mitigate poisoning attacks in sparsified FL. Extensive experiments across multiple datasets and adversarial scenarios demonstrate that FLARE significantly outperforms existing defense strategies, effectively securing sparsified FL against poisoning attacks while maintaining communication efficiency.