paper-with-me

홈 › Papers

SpectralDefense: Detecting Adversarial Attacks on CNNs in the Fourier Domain

2021-03-04 · Paula Harder, Franz-Josef Pfreundt, Margret Keuper, Janis Keuper

Despite the success of convolutional neural networks (CNNs) in many computer vision and image analysis tasks, they remain vulnerable against so-called adversarial attacks: Small, crafted perturbations in the input images can lead to false predictions. A possible defense is to detect adversarial examples. In this work, we show how analysis in the Fourier domain of input images and feature maps can be used to distinguish benign test samples from adversarial images. We propose two novel detection methods: Our first method employs the magnitude spectrum of the input images to detect an adversarial attack. This simple and robust classifier can successfully detect adversarial perturbations of three commonly used attack methods. The second method builds upon the first and additionally extracts the phase of Fourier coefficients of feature-maps at different layers of the network. With this extension, we are able to improve adversarial detection rates compared to state-of-the-art detectors on five different attack methods.

📄 PDF Abstract BibTeX arXiv:2103.03000

Code (3)

paulaharder/SpectralAdversarialDefense 공식 구현 pytorch
adverml/multilid pytorch
adverml/spectraldef_framework pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Absum: Simple Regularization Method for Reducing Structural Sensitivity of Convolutional Neural Networks

2019-09-19 · Sekitoshi Kanai, Yasutoshi Ida, Yasuhiro Fujiwara, Masanori Yamada 외

We propose Absum, which is a regularization method for improving adversarial robustness of convolutional neural networks (CNNs). Although CNNs can accurately recognize images, recent studies have shown that the convoluti…

Adversarial AttackAdversarial RobustnessSensitivity

Frequency maps reveal the correlation between Adversarial Attacks and Implicit Bias

2023-05-24 · Lorenzo Basile, Nikos Karantzas, Alberto D'Onofrio, Luca Manzoni 외

Despite their impressive performance in classification tasks, neural networks are known to be vulnerable to adversarial attacks, subtle perturbations of the input data designed to deceive the model. In this work, we inve…

Image Classification

Universal Litmus Patterns: Revealing Backdoor Attacks in CNNs

2019-06-26 · CVPR 2020 6 · Soheil Kolouri, Aniruddha Saha, Hamed Pirsiavash, Heiko Hoffmann

The unprecedented success of deep neural networks in many applications has made these networks a prime target for adversarial exploitation. In this paper, we introduce a benchmark technique for detecting backdoor attacks…

Traffic Sign Recognition

The Effect of Class Definitions on the Transferability of Adversarial Attacks Against Forensic CNNs

2021-01-26 · Xinwei Zhao, Matthew C. Stamm

In recent years, convolutional neural networks (CNNs) have been widely used by researchers to perform forensic tasks such as image tampering detection. At the same time, adversarial attacks have been developed that are c…

Image ManipulationObject Recognition

A Transferable Anti-Forensic Attack on Forensic CNNs Using A Generative Adversarial Network

2021-01-23 · Xinwei Zhao, Chen Chen, Matthew C. Stamm

With the development of deep learning, convolutional neural networks (CNNs) have become widely used in multimedia forensics for tasks such as detecting and identifying image forgeries. Meanwhile, anti-forensic attacks ha…

Generative Adversarial Network