CRLGSep 5, 2025

On Evaluating the Poisoning Robustness of Federated Learning under Local Differential Privacy

arXiv:2509.05265v1h-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses security risks in privacy-preserving federated learning, which is crucial for decentralized applications like healthcare or finance, though it is incremental as it builds on existing attack and defense methods.

The paper tackles the vulnerability of federated learning with local differential privacy to model poisoning attacks by proposing a novel attack framework that maximizes global training loss while respecting privacy constraints, and demonstrates that adaptive attacks significantly degrade model performance across multiple protocols, datasets, and neural networks.

Federated learning (FL) combined with local differential privacy (LDP) enables privacy-preserving model training across decentralized data sources. However, the decentralized data-management paradigm leaves LDPFL vulnerable to participants with malicious intent. The robustness of LDPFL protocols, particularly against model poisoning attacks (MPA), where adversaries inject malicious updates to disrupt global model convergence, remains insufficiently studied. In this paper, we propose a novel and extensible model poisoning attack framework tailored for LDPFL settings. Our approach is driven by the objective of maximizing the global training loss while adhering to local privacy constraints. To counter robust aggregation mechanisms such as Multi-Krum and trimmed mean, we develop adaptive attacks that embed carefully crafted constraints into a reverse training process, enabling evasion of these defenses. We evaluate our framework across three representative LDPFL protocols, three benchmark datasets, and two types of deep neural networks. Additionally, we investigate the influence of data heterogeneity and privacy budgets on attack effectiveness. Experimental results demonstrate that our adaptive attacks can significantly degrade the performance of the global model, revealing critical vulnerabilities and highlighting the need for more robust LDPFL defense strategies against MPA. Our code is available at https://github.com/ZiJW/LDPFL-Attack

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes