Protego: Detecting Adversarial Examples for Vision Transformers via Intrinsic Capabilities
Jialin Wu, Kaikai Pan, Yanjiao Chen, Jiangyi Deng, Shengyuan Pang, Wenyuan Xu
TL;DR
This work targets adversarial vulnerabilities in Vision Transformers (ViTs) by introducing Protego, a plug-in detector that exploits transformer intrinsic capabilities to detect adversarial inputs without modifying the ViT backbone. By extracting high-level features from transformer layers and comparing the distributions of clean versus adversarial representations through a lightweight, one-layer detector, Protego achieves robust detection (AUC > $0.95$ across six attack types) on ImageNet with three pre-trained ViTs. Interpretability is addressed via Attention Rollout and Gradient Attention Rollout to understand how adversarial inputs shift attention patterns, while the detector is trained with SGDM and cross-entropy loss to distinguish adversarial from normal samples. The approach demonstrates superior performance over baselines like LID and feature squeezing, highlighting practical implications for metaverse security where resilient visual perception is critical. Overall, Protego offers a practical, plug-in defense that enhances ViT robustness against a range of white-box and black-box attacks, with potential for extension to cross-modal and larger-scale multimodal models.
Abstract
Transformer models have excelled in natural language tasks, prompting the vision community to explore their implementation in computer vision problems. However, these models are still influenced by adversarial examples. In this paper, we investigate the attack capabilities of six common adversarial attacks on three pretrained ViT models to reveal the vulnerability of ViT models. To understand and analyse the bias in neural network decisions when the input is adversarial, we use two visualisation techniques that are attention rollout and grad attention rollout. To prevent ViT models from adversarial attack, we propose Protego, a detection framework that leverages the transformer intrinsic capabilities to detection adversarial examples of ViT models. Nonetheless, this is challenging due to a diversity of attack strategies that may be adopted by adversaries. Inspired by the attention mechanism, we know that the token of prediction contains all the information from the input sample. Additionally, the attention region for adversarial examples differs from that of normal examples. Given these points, we can train a detector that achieves superior performance than existing detection methods to identify adversarial examples. Our experiments have demonstrated the high effectiveness of our detection method. For these six adversarial attack methods, our detector's AUC scores all exceed 0.95. Protego may advance investigations in metaverse security.
