LGCRCVNov 2, 2022

Generative Poisoning Using Random Discriminators

arXiv:2211.01086v14 citationsh-index: 42
Originality Incremental advance
AI Analysis

This work addresses data poisoning for machine learning security, presenting an incremental improvement in generative attack methods.

The paper tackles the problem of data poisoning attacks by introducing ShortcutGen, a method that generates sample-dependent perturbations using a randomly-initialized discriminator, achieving competitive results with faster and simpler training compared to existing methods.

We introduce ShortcutGen, a new data poisoning attack that generates sample-dependent, error-minimizing perturbations by learning a generator. The key novelty of ShortcutGen is the use of a randomly-initialized discriminator, which provides spurious shortcuts needed for generating poisons. Different from recent, iterative methods, our ShortcutGen can generate perturbations with only one forward pass in a label-free manner, and compared to the only existing generative method, DeepConfuse, our ShortcutGen is faster and simpler to train while remaining competitive. We also demonstrate that integrating a simple augmentation strategy can further boost the robustness of ShortcutGen against early stopping, and combining augmentation and non-augmentation leads to new state-of-the-art results in terms of final validation accuracy, especially in the challenging, transfer scenario. Lastly, we speculate, through uncovering its working mechanism, that learning a more general representation space could allow ShortcutGen to work for unseen data.

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