paper-with-me

Papers

Formulating Robustness Against Unforeseen Attacks

2022-04-28 · Sihui Dai, Saeed Mahloujifar, Prateek Mittal

Existing defenses against adversarial examples such as adversarial training typically assume that the adversary will conform to a specific or known threat model, such as $\ell_p$ perturbations within a fixed budget. In this paper, we focus on the scenario where there is a mismatch in the threat model assumed by the defense during training, and the actual capabilities of the adversary at test time. We ask the question: if the learner trains against a specific "source" threat model, when can we expect robustness to generalize to a stronger unknown "target" threat model during test-time? Our key contribution is to formally define the problem of learning and generalization with an unforeseen adversary, which helps us reason about the increase in adversarial risk from the conventional perspective of a known adversary. Applying our framework, we derive a generalization bound which relates the generalization gap between source and target threat models to variation of the feature extractor, which measures the expected maximum difference between extracted features across a given threat model. Based on our generalization bound, we propose variation regularization (VR) which reduces variation of the feature extractor across the source threat model during training. We empirically demonstrate that using VR can lead to improved generalization to unforeseen attacks during test-time, and combining VR with perceptual adversarial training (Laidlaw et al., 2021) achieves state-of-the-art robustness on unforeseen attacks. Our code is publicly available at https://github.com/inspire-group/variation-regularization.

📄 PDF Abstract BibTeX arXiv:2204.13779

Code (1)

inspire-group/variation-regularization 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Testing Robustness Against Unforeseen Adversaries

2019-08-21 · Max Kaufmann, Daniel Kang, Yi Sun, Steven Basart 외

Adversarial robustness research primarily focuses on L_p perturbations, and most defenses are developed with identical training-time and test-time adversaries. However, in real-world applications developers are unlikely …

Adversarial DefenseAdversarial Robustness

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 attac…

Adversarial DefenseAdversarial RobustnessPerceptual Distance

MultiRobustBench: Benchmarking Robustness Against Multiple Attacks

2023-02-21 · Sihui Dai, Saeed Mahloujifar, Chong Xiang, Vikash Sehwag 외

The bulk of existing research in defending against adversarial examples focuses on defending against a single (typically bounded Lp-norm) attack, but for a practical setting, machine learning (ML) models should be robust…

Benchmarking

Fourier-Based Augmentations for Improved Robustness and Uncertainty Calibration

2022-02-24 · Ryan Soklaski, Michael Yee, Theodoros Tsiligkaridis

Diverse data augmentation strategies are a natural approach to improving robustness in computer vision models against unforeseen shifts in data distribution. However, the ability to tailor such strategies to inoculate a …

Data AugmentationImage Augmentation

Defending Against Multiple and Unforeseen Adversarial Videos

2020-09-11 · Shao-Yuan Lo, Vishal M. Patel

Adversarial robustness of deep neural networks has been actively investigated. However, most existing defense approaches are limited to a specific type of adversarial perturbations. Specifically, they often fail to offer…

Adversarial RobustnessGeneral ClassificationVideo ClassificationVideo Recognition