CRAILGJan 6, 2021

DeepPoison: Feature Transfer Based Stealthy Poisoning Attack

arXiv:2101.02562v224 citations
Originality Highly original
AI Analysis

This work addresses the vulnerability of deep neural networks to stealthy poisoning attacks, which is a critical security concern for users and developers of AI systems.

This paper introduces DeepPoison, a new poisoning attack method that embeds hidden features of a target class into benign training samples, making the poisoned samples indistinguishable from benign ones. DeepPoison achieves a 91.74% attack success rate with only 7% poisoned samples on LFW and CASIA datasets, while evading detection by high-performance defense algorithms.

Deep neural networks are susceptible to poisoning attacks by purposely polluted training data with specific triggers. As existing episodes mainly focused on attack success rate with patch-based samples, defense algorithms can easily detect these poisoning samples. We propose DeepPoison, a novel adversarial network of one generator and two discriminators, to address this problem. Specifically, the generator automatically extracts the target class' hidden features and embeds them into benign training samples. One discriminator controls the ratio of the poisoning perturbation. The other discriminator works as the target model to testify the poisoning effects. The novelty of DeepPoison lies in that the generated poisoned training samples are indistinguishable from the benign ones by both defensive methods and manual visual inspection, and even benign test samples can achieve the attack. Extensive experiments have shown that DeepPoison can achieve a state-of-the-art attack success rate, as high as 91.74%, with only 7% poisoned samples on publicly available datasets LFW and CASIA. Furthermore, we have experimented with high-performance defense algorithms such as autodecoder defense and DBSCAN cluster detection and showed the resilience of DeepPoison.

Foundations

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

Your Notes