paper-with-me

Papers

Perceptual Adversarial Robustness: Generalizable Defenses Against Unforeseen Threat Models

2021-01-01 · ICLR 2021 1 · Cassidy Laidlaw, Sahil Singla, Soheil Feizi

A key challenge in adversarial robustness is the lack of a precise mathematical characterization of human perception, used in the definition of adversarial attacks that are imperceptible to human eyes. Most current attacks and defenses try to get around this issue by considering restrictive adversarial threat models such as those bounded by $L_2$ or $L_\infty$ distance, spatial perturbations, etc. However, models that are robust against any of these restrictive threat models are still fragile against other threat models, i.e. they have poor generalization to unforeseen attacks. Moreover, even if a model is robust against the union of several restrictive threat models, it is still susceptible to other imperceptible adversarial examples that are not contained in any of the constituent threat models. To resolve these issues, we propose adversarial training against the set of all imperceptible adversarial examples. Since this set is intractable to compute without a human in the loop, we approximate it using deep neural networks. We call this threat model the neural perceptual threat model (NPTM); it includes adversarial examples with a bounded neural perceptual distance (a neural network-based approximation of the true perceptual distance) to natural images. Through an extensive perceptual study, we show that the neural perceptual distance correlates well with human judgements of perceptibility of adversarial examples, validating our threat model. Under the NPTM, we develop novel perceptual adversarial attacks and defenses. Because the NPTM is very broad, we find that Perceptual Adversarial Training (PAT) against a perceptual attack gives robustness against many other types of adversarial attacks. We test PAT on CIFAR-10 and ImageNet-100 against five diverse adversarial attacks: $L_2$, $L_\infty$, spatial, recoloring, and JPEG. We find that PAT achieves state-of-the-art robustness against the union of these five attacks—more than doubling the accuracy over the next best model—without training against any of them. That is, PAT generalizes well to unforeseen perturbation types. This is vital in sensitive applications where a particular threat model cannot be assumed, and to the best of our knowledge, PAT is the first adversarial defense with this property.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial DefenseAdversarial RobustnessPerceptual Distance

Similar Papers 제목 키워드 기반

Perceptual Adversarial Robustness: Defense Against Unseen Threat Models

2020-06-22 · Cassidy Laidlaw, Sahil Singla, Soheil Feizi

A key challenge in adversarial robustness is the lack of a precise mathematical characterization of human perception, used in the very definition of adversarial attacks that are imperceptible to human eyes. Most current …

Adversarial DefenseAdversarial RobustnessPerceptual Distance

Interpolated Joint Space Adversarial Training for Robust and Generalizable Defenses

2021-12-12 · Chun Pong Lau, Jiang Liu, Hossein Souri, Wei-An Lin 외

Adversarial training (AT) is considered to be one of the most reliable defenses against adversarial attacks. However, models trained with AT sacrifice standard accuracy and do not generalize well to novel attacks. Recent…

Data Augmentation

A Self-supervised Approach for Adversarial Robustness

2020-06-08 · CVPR 2020 6 · Muzammal Naseer, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan 외

Adversarial examples can cause catastrophic mistakes in Deep Neural Network (DNNs) based vision systems e.g., for classification, segmentation and object detection. The vulnerability of DNNs against such attacks can prov…

Adversarial RobustnessGeneral Classificationobject-detectionObject Detection+1

MaskPure: Improving Defense Against Text Adversaries with Stochastic Purification

2024-06-18 · Harrison Gietz, Jugal Kalita

The improvement of language model robustness, including successful defense against adversarial attacks, remains an open problem. In computer vision settings, the stochastic noising and de-noising process provided by diff…

Adversarial DefenseDenoisingLanguage Modelling

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