2020

MetaPoison: Practical General-purpose Clean-label Data Poisoning

Huang, W. Ronny, Geiping, Jonas, Fowl, Liam et al.

Understand

Data poisoning -- the process by which an attacker takes control of a model by making imperceptible changes to a subset of the training data -- is an emerging threat in the context of neural networks.

  • Existing attacks for data poisoning neural networks have relied on hand-crafted heuristics, because solving the poisoning problem directly via bilevel optimization is generally thought of as intractable for deep models.
  • We propose MetaPoison, a first-order method that approximates the bilevel problem via meta-learning and crafts poisons that fool neural networks.
  • MetaPoison is effective: it outperforms previous clean-label poisoning methods by a large margin.

Reading the bibliography…