CVLGJan 13, 2025

Protego: Detecting Adversarial Examples for Vision Transformers via Intrinsic Capabilities

arXiv:2501.07044v11 citationsh-index: 72024 IEEE International Conference on Metaverse Computing, Networking, and Applications (MetaCom)
Originality Incremental advance
AI Analysis

This work addresses security risks for ViT models in applications like metaverse security, but it is incremental as it builds on existing detection methods with a novel approach.

The paper tackled the vulnerability of Vision Transformer (ViT) models to adversarial examples by proposing Protego, a detection framework that leverages transformer intrinsic capabilities, achieving AUC scores exceeding 0.95 across six adversarial attacks.

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.

Foundations

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

Your Notes