CVCRLGMar 26, 2021

Adversarial Attacks are Reversible with Natural Supervision

arXiv:2103.14222v366 citations
Originality Incremental advance
AI Analysis

This provides a defense against adversarial attacks for image classification systems, compatible with pre-trained networks, though it is incremental as it builds on existing understanding of image structure.

The paper tackles the problem of adversarial attacks on image classifiers by showing that these attacks disrupt natural image structure, and demonstrates that restoring this structure can reverse many attacks, significantly improving robustness across multiple datasets and models.

We find that images contain intrinsic structure that enables the reversal of many adversarial attacks. Attack vectors cause not only image classifiers to fail, but also collaterally disrupt incidental structure in the image. We demonstrate that modifying the attacked image to restore the natural structure will reverse many types of attacks, providing a defense. Experiments demonstrate significantly improved robustness for several state-of-the-art models across the CIFAR-10, CIFAR-100, SVHN, and ImageNet datasets. Our results show that our defense is still effective even if the attacker is aware of the defense mechanism. Since our defense is deployed during inference instead of training, it is compatible with pre-trained networks as well as most other defenses. Our results suggest deep networks are vulnerable to adversarial examples partly because their representations do not enforce the natural structure of images.

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