LGCROct 18, 2022

Not All Poisons are Created Equal: Robust Training against Data Poisoning

arXiv:2210.09671v146 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses the security vulnerability of ML models to targeted data poisoning, offering a scalable defense that improves robustness without degrading generalization, though it is incremental in building on existing defense concepts.

The paper tackles the problem of defending against data poisoning attacks in machine learning by proposing a method that significantly reduces attack success rates, with extensive experiments showing substantial decreases against state-of-the-art attacks like Gradient Matching and Bullseye Polytope.

Data poisoning causes misclassification of test time target examples by injecting maliciously crafted samples in the training data. Existing defenses are often effective only against a specific type of targeted attack, significantly degrade the generalization performance, or are prohibitive for standard deep learning pipelines. In this work, we propose an efficient defense mechanism that significantly reduces the success rate of various data poisoning attacks, and provides theoretical guarantees for the performance of the model. Targeted attacks work by adding bounded perturbations to a randomly selected subset of training data to match the targets' gradient or representation. We show that: (i) under bounded perturbations, only a number of poisons can be optimized to have a gradient that is close enough to that of the target and make the attack successful; (ii) such effective poisons move away from their original class and get isolated in the gradient space; (iii) dropping examples in low-density gradient regions during training can successfully eliminate the effective poisons, and guarantees similar training dynamics to that of training on full data. Our extensive experiments show that our method significantly decreases the success rate of state-of-the-art targeted attacks, including Gradient Matching and Bullseye Polytope, and easily scales to large datasets.

Code Implementations2 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