CRAICVNov 22, 2021

Backdoor Attack through Frequency Domain

arXiv:2111.10991v243 citations
Originality Highly original
AI Analysis

This addresses a critical security vulnerability in applications like biometric authentication and autonomous driving by introducing a stealthier attack method that bypasses existing detection mechanisms.

The paper tackles the problem of backdoor attacks in deep learning systems by proposing FTROJAN, a method that injects triggers in the frequency domain instead of pixel space, achieving high attack success rates while making poisoned images nearly invisible and evading state-of-the-art defenses.

Backdoor attacks have been shown to be a serious threat against deep learning systems such as biometric authentication and autonomous driving. An effective backdoor attack could enforce the model misbehave under certain predefined conditions, i.e., triggers, but behave normally otherwise. However, the triggers of existing attacks are directly injected in the pixel space, which tend to be detectable by existing defenses and visually identifiable at both training and inference stages. In this paper, we propose a new backdoor attack FTROJAN through trojaning the frequency domain. The key intuition is that triggering perturbations in the frequency domain correspond to small pixel-wise perturbations dispersed across the entire image, breaking the underlying assumptions of existing defenses and making the poisoning images visually indistinguishable from clean ones. We evaluate FTROJAN in several datasets and tasks showing that it achieves a high attack success rate without significantly degrading the prediction accuracy on benign inputs. Moreover, the poisoning images are nearly invisible and retain high perceptual quality. We also evaluate FTROJAN against state-of-the-art defenses as well as several adaptive defenses that are designed on the frequency domain. The results show that FTROJAN can robustly elude or significantly degenerate the performance of these defenses.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes