提出新方法检测联邦学习中动态切换的搭便车者。
Dynamic Free-Rider Detection in Federated Learning via Simulated Attack Patterns

- 在服务器端模拟攻击模式,分析模型参数频率变化
- 对五种攻击类型测试,准确率显著优于现有方法
- 无需额外数据或预训练,适合实际部署场景
联邦学习允许多个客户端在不共享私有数据的情况下协作训练全局模型。然而,该过程常遭遇搭便车者——即不进行实际训练却提交虚假参数以获取全局模型的客户端。陈等人提出的基于权重演化频率(WEF)的检测方法是当前主流方案,无需代理数据或预训练。但其难以识别早期诚实、后期转为搭便车的动态行为,尤其在全局模型模仿攻击如delta weight攻击及本文提出的自适应WEF伪装攻击下表现不佳。为此,本文提出S2-WEF方法:在服务器端利用历史广播的全局模型模拟潜在攻击下的WEF模式,并识别提交模式与之相似的客户端。为应对多种攻击策略,S2-WEF进一步结合模拟相似度与各客户端WEF间的偏离度,通过二维聚类与分数分类区分良性与搭便车客户端。该方法可在无代理数据和预训练条件下实现动态检测。我们在三个数据集上对五种攻击类型进行了大量实验,结果表明S2-WEF鲁棒性显著优于现有方法。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。