Evaluating Adversarial Robustness in the Spatial Frequency Domain
Keng-Hsin Liao, Chin-Yuan Yeh, Hsi-Wen Chen, Ming-Syan Chen

TL;DR
This paper investigates the robustness of CNNs in the frequency domain, showing that models incorporating spatial frequency analysis via DCT are more resistant to adversarial attacks, guiding future robust model design.
Contribution
It introduces the Spatial Frequency CNN (SF-CNN) by replacing initial layers with a DCT-based SF layer, demonstrating improved adversarial robustness over traditional CNNs.
Findings
SF-CNNs are more robust under white-box and black-box attacks.
Lower frequency components significantly contribute to robustness.
Replacing initial layers with SF layers enhances model resilience.
Abstract
Convolutional Neural Networks (CNNs) have dominated the majority of computer vision tasks. However, CNNs' vulnerability to adversarial attacks has raised concerns about deploying these models to safety-critical applications. In contrast, the Human Visual System (HVS), which utilizes spatial frequency channels to process visual signals, is immune to adversarial attacks. As such, this paper presents an empirical study exploring the vulnerability of CNN models in the frequency domain. Specifically, we utilize the discrete cosine transform (DCT) to construct the Spatial-Frequency (SF) layer to produce a block-wise frequency spectrum of an input image and formulate Spatial Frequency CNNs (SF-CNNs) by replacing the initial feature extraction layers of widely-used CNN backbones with the SF layer. Through extensive experiments, we observe that SF-CNN models are more robust than their CNN…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFault Detection and Control Systems · Adversarial Robustness in Machine Learning
MethodsDiscrete Cosine Transform
