paper-with-me

홈 › Papers

Detecting AutoAttack Perturbations in the Frequency Domain

2021-11-16 · ICML Workshop AML 2021 7 · Peter Lorenz, Paula Harder, Dominik Strassel, Margret Keuper, Janis Keuper

Recently, adversarial attacks on image classification networks by the AutoAttack (Croce and Hein, 2020b) framework have drawn a lot of attention. While AutoAttack has shown a very high attack success rate, most defense approaches are focusing on network hardening and robustness enhancements, like adversarial training. This way, the currently best-reported method can withstand about 66% of adversarial examples on CIFAR10. In this paper, we investigate the spatial and frequency domain properties of AutoAttack and propose an alternative defense. Instead of hardening a network, we detect adversarial attacks during inference, rejecting manipulated inputs. Based on a rather simple and fast analysis in the frequency domain, we introduce two different detection algorithms. First, a black box detector that only operates on the input images and achieves a detection accuracy of 100% on the AutoAttack CIFAR10 benchmark and 99.3% on ImageNet, for epsilon = 8/255 in both cases. Second, a whitebox detector using an analysis of CNN feature maps, leading to a detection rate of also 100% and 98.7% on the same benchmarks.

📄 PDF Abstract BibTeX arXiv:2111.08785

Code (2)

adverml/multilid pytorch
adverml/spectraldef_framework pytorch

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Frequency Regularization for Improving Adversarial Robustness

2022-12-24 · Binxiao Huang, Chaofan Tao, Rui Lin, Ngai Wong

Deep neural networks are incredibly vulnerable to crafted, human-imperceptible adversarial perturbations. Although adversarial training (AT) has proven to be an effective defense approach, we find that the AT-trained mod…

Adversarial Robustness

Mitigating Object Hallucinations in MLLMs via Multi-Frequency Perturbations

2025-03-19 · Shuo Li, Jiajun Sun, Guodong Zheng, Xiaoran Fan 외

Recently, multimodal large language models (MLLMs) have demonstrated remarkable performance in visual-language tasks. However, the authenticity of the responses generated by MLLMs is often compromised by object hallucina…

Exploring Frequency Adversarial Attacks for Face Forgery Detection

2022-03-29 · CVPR 2022 1 · Shuai Jia, Chao Ma, Taiping Yao, Bangjie Yin 외

Various facial manipulation techniques have drawn serious public concerns in morality, security, and privacy. Although existing face forgery classifiers achieve promising performance on detecting fake images, these metho…

Adversarial AttackMeta-Learning

Is RobustBench/AutoAttack a suitable Benchmark for Adversarial Robustness?

2021-12-02 · AAAI Workshop AdvML 2022 2 · Peter Lorenz, Dominik Strassel, Margret Keuper, Janis Keuper

Recently, RobustBench (Croce et al. 2020) has become a widely recognized benchmark for the adversarial robustness of image classification networks. In its most commonly reported sub-task, RobustBench evaluates and ranks …

Adversarial Attack DetectionAdversarial Robustnessimage-classificationImage Classification

A Spectral Perspective towards Understanding and Improving Adversarial Robustness

2023-06-25 · Binxiao Huang, Rui Lin, Chaofan Tao, Ngai Wong

Deep neural networks (DNNs) are incredibly vulnerable to crafted, imperceptible adversarial perturbations. While adversarial training (AT) has proven to be an effective defense approach, the AT mechanism for robustness i…

Adversarial Robustness