Attacking Transformers with Feature Diversity Adversarial Perturbation
Chenxing Gao, Hang Zhou, Junqing Yu, YuTeng Ye, Jiale Cai, Junle Wang, Wei Yang
TL;DR
This work tackles ViT vulnerability to adversarial perturbations by introducing FDAP, a label-free white-box attack that accelerates feature-collapse by suppressing feature diversity—especially high-frequency content—across carefully selected middle ViT layers. FDAP defines a feature-diversity loss $J_{FD}$ using a diversity measure $r(z)$ and targets the norm-2 features in transformer blocks, supported by frequency analysis of MHSA, skip connections, and FFN. The authors demonstrate strong transferability to a broad set of models (ViTs, CNNs, MLPs) and across tasks (object detection, segmentation, pose, depth), with extensive ablations and analysis of attention eigenvalues and Grad-CAM behavior. These findings highlight the practical implications of feature-collapse dynamics for cross-model attacks and motivate future work on defense strategies against label-free, cross-domain adversarial perturbations.
Abstract
Understanding the mechanisms behind Vision Transformer (ViT), particularly its vulnerability to adversarial perturba tions, is crucial for addressing challenges in its real-world applications. Existing ViT adversarial attackers rely on la bels to calculate the gradient for perturbation, and exhibit low transferability to other structures and tasks. In this paper, we present a label-free white-box attack approach for ViT-based models that exhibits strong transferability to various black box models, including most ViT variants, CNNs, and MLPs, even for models developed for other modalities. Our inspira tion comes from the feature collapse phenomenon in ViTs, where the critical attention mechanism overly depends on the low-frequency component of features, causing the features in middle-to-end layers to become increasingly similar and eventually collapse. We propose the feature diversity attacker to naturally accelerate this process and achieve remarkable performance and transferability.
