paper-with-me

Papers

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

2021-08-20 · Chong Xiang, Saeed Mahloujifar, Prateek Mittal

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.

📄 PDF Abstract BibTeX arXiv:2108.09135

Code (1)

inspire-group/PatchCleanser 공식 구현 pytorch

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Revisiting Image Classifier Training for Improved Certified Robust Defense against Adversarial Patches

2023-06-22 · Aniruddha Saha, Shuhua Yu, Arash Norouzzadeh, Wan-Yi Lin 외

Certifiably robust defenses against adversarial patches for image classifiers ensure correct prediction against any changes to a constrained neighborhood of pixels. PatchCleanser arXiv:2108.09135 [cs.CV], the state-of-th…

Robust classification

PatchDEMUX: A Certifiably Robust Framework for Multi-label Classifiers Against Adversarial Patches

2025-05-30 · CVPR 2025 1 · Dennis Jacob, Chong Xiang, Prateek Mittal

Deep learning techniques have enabled vast improvements in computer vision technologies. Nevertheless, these models are vulnerable to adversarial patch attacks which catastrophically impair performance. The physically re…

Binary ClassificationClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

CertMask: Certifiable Defense Against Adversarial Patches via Theoretically Optimal Mask Coverage

2025-11-13 · Xuntao Lyu, Ching-Chi Lin, Abdullah Al Arafat, Georg von der Brüggen 외 arxiv

Adversarial patch attacks inject localized perturbations into images to mislead deep vision models. These attacks can be physically deployed, posing serious risks to real-world applications. In this paper, we propose Cer…

SuperPure: Efficient Purification of Localized and Distributed Adversarial Patches via Super-Resolution GAN Models

2025-05-22 · Hossein Khalili, Seongbin Park, Venkat Bollapragada, Nader Sehatbakhsh

As vision-based machine learning models are increasingly integrated into autonomous and cyber-physical systems, concerns about (physical) adversarial patch attacks are growing. While state-of-the-art defenses can achieve…

Super-Resolution

Degradation Attacks on Certifiably Robust Neural Networks

2021-09-29 · Klas Leino, Chi Zhang, Ravi Mangal, Matt Fredrikson 외

Certifiably robust neural networks employ provable run-time defenses against adversarial examples by checking if the model is locally robust at the input under evaluation. We show through examples and experiments that th…

valid