菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-06
📄 Abstract - Dynamic Free-Rider Detection in Federated Learning via Simulated Attack Patterns

Federated learning (FL) enables multiple clients to collaboratively train a global model by aggregating local updates without sharing private data. However, FL often faces the challenge of free-riders, clients who submit fake model parameters without performing actual training to obtain the global model without contributing. Chen et al. proposed a free-rider detection method based on the weight evolving frequency (WEF) of model parameters. This detection approach is a leading candidate for practical free-rider detection methods, as it requires neither a proxy dataset nor pre-training. Nevertheless, it struggles to detect ``dynamic'' free-riders who behave honestly in early rounds and later switch to free-riding, particularly under global-model-mimicking attacks such as the delta weight attack and our newly proposed adaptive WEF-camouflage attack. In this paper, we propose a novel detection method S2-WEF that simulates the WEF patterns of potential global-model-based attacks on the server side using previously broadcasted global models, and identifies clients whose submitted WEF patterns resemble the simulated ones. To handle a variety of free-rider attack strategies, S2-WEF further combines this simulation-based similarity score with a deviation score computed from mutual comparisons among submitted WEFs, and separates benign and free-rider clients by two-dimensional clustering and per-score classification. This method enables dynamic detection of clients that transition into free-riders during training without proxy datasets or pre-training. We conduct extensive experiments across three datasets and five attack types, demonstrating that S2-WEF achieves higher robustness than existing approaches.

顶级标签: systems model training machine learning
详细标签: federated learning security free-rider detection adversarial attack anomaly detection 或 搜索:

基于模拟攻击模式的联邦学习中动态搭便车者检测 / Dynamic Free-Rider Detection in Federated Learning via Simulated Attack Patterns


1️⃣ 一句话总结

这篇论文提出了一种名为S2-WEF的新方法,通过模拟潜在攻击模式并结合多维评分,有效检测在联邦学习训练过程中中途‘偷懒’、不贡献真实计算的参与者,且无需额外数据或预训练。

源自 arXiv: 2604.04611