LGCRDCMLFeb 16, 2019

A Little Is Enough: Circumventing Defenses For Distributed Learning

arXiv:1902.06156v1698 citations
Originality Highly original
AI Analysis

This addresses a critical vulnerability in distributed learning systems, exposing a novel non-omniscient attack that undermines current security measures.

The paper tackles the security threat of Byzantine participants in distributed learning by showing that small, well-crafted changes can circumvent existing defenses, leading to attacks that degrade model accuracy by 50% with 20% corrupt workers and introduce backdoors without affecting accuracy.

Distributed learning is central for large-scale training of deep-learning models. However, they are exposed to a security threat in which Byzantine participants can interrupt or control the learning process. Previous attack models and their corresponding defenses assume that the rogue participants are (a) omniscient (know the data of all other participants), and (b) introduce large change to the parameters. We show that small but well-crafted changes are sufficient, leading to a novel non-omniscient attack on distributed learning that go undetected by all existing defenses. We demonstrate our attack method works not only for preventing convergence but also for repurposing of the model behavior (backdooring). We show that 20% of corrupt workers are sufficient to degrade a CIFAR10 model accuracy by 50%, as well as to introduce backdoors into MNIST and CIFAR10 models without hurting their accuracy

Code Implementations4 repos
Foundations

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

Your Notes