LGAICRDec 12, 2021

SparseFed: Mitigating Model Poisoning Attacks in Federated Learning with Sparsification

arXiv:2112.06274v1122 citationsHas Code
Originality Incremental advance
AI Analysis

It addresses security vulnerabilities in federated learning for decentralized applications, but appears incremental as it builds on existing defense techniques.

The paper tackles model poisoning attacks in federated learning by introducing SparseFed, a defense using sparsification and clipping, and shows empirical validation across benchmark datasets.

Federated learning is inherently vulnerable to model poisoning attacks because its decentralized nature allows attackers to participate with compromised devices. In model poisoning attacks, the attacker reduces the model's performance on targeted sub-tasks (e.g. classifying planes as birds) by uploading "poisoned" updates. In this report we introduce \algoname{}, a novel defense that uses global top-k update sparsification and device-level gradient clipping to mitigate model poisoning attacks. We propose a theoretical framework for analyzing the robustness of defenses against poisoning attacks, and provide robustness and convergence analysis of our algorithm. To validate its empirical efficacy we conduct an open-source evaluation at scale across multiple benchmark datasets for computer vision and federated learning.

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