CVCRAug 20, 2021

PatchCleanser: Certifiably Robust Defense against Adversarial Patches for Any Image Classifier

arXiv:2108.09135v2104 citations
Originality Incremental advance
AI Analysis

This addresses a real-world threat to computer vision systems by providing a certifiably robust defense that is compatible with any classifier, though it is incremental over prior patch defense methods.

The paper tackles adversarial patch attacks on image classifiers by proposing PatchCleanser, a defense that uses two rounds of pixel masking to neutralize patches, achieving 83.9% clean accuracy and 62.1% certified robust accuracy against 2%-pixel patches on ImageNet.

The adversarial patch attack against image classification models aims to inject adversarially crafted pixels within a restricted image region (i.e., a patch) for inducing model misclassification. This attack can be realized in the physical world by printing and attaching the patch to the victim object; thus, it imposes a real-world threat to computer vision systems. To counter this threat, we design PatchCleanser as a certifiably robust defense against adversarial patches. In PatchCleanser, we perform two rounds of pixel masking on the input image to neutralize the effect of the adversarial patch. This image-space operation makes PatchCleanser compatible with any state-of-the-art image classifier for achieving high accuracy. Furthermore, we can prove that PatchCleanser will always predict the correct class labels on certain images against any adaptive white-box attacker within our threat model, achieving certified robustness. We extensively evaluate PatchCleanser on the ImageNet, ImageNette, CIFAR-10, CIFAR-100, SVHN, and Flowers-102 datasets and demonstrate that our defense achieves similar clean accuracy as state-of-the-art classification models and also significantly improves certified robustness from prior works. Remarkably, PatchCleanser achieves 83.9% top-1 clean accuracy and 62.1% top-1 certified robust accuracy against a 2%-pixel square patch anywhere on the image for the 1000-class ImageNet dataset.

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