CVAICROct 30, 2024

Backdoor Attack Against Vision Transformers via Attention Gradient-Based Image Erosion

arXiv:2410.22678v15 citationsh-index: 9GLOBECOM
Originality Incremental advance
AI Analysis

This work addresses security vulnerabilities in ViTs for computer vision applications, representing an incremental improvement over existing backdoor attacks by optimizing stealthiness and effectiveness.

The paper tackles the problem of backdoor attacks on Vision Transformers (ViTs) by proposing AGEB, a method that selectively erodes pixels based on attention gradients to embed a covert trigger, achieving a high Attack Success Rate while maintaining Clean Data Accuracy and stealthiness.

Vision Transformers (ViTs) have outperformed traditional Convolutional Neural Networks (CNN) across various computer vision tasks. However, akin to CNN, ViTs are vulnerable to backdoor attacks, where the adversary embeds the backdoor into the victim model, causing it to make wrong predictions about testing samples containing a specific trigger. Existing backdoor attacks against ViTs have the limitation of failing to strike an optimal balance between attack stealthiness and attack effectiveness. In this work, we propose an Attention Gradient-based Erosion Backdoor (AGEB) targeted at ViTs. Considering the attention mechanism of ViTs, AGEB selectively erodes pixels in areas of maximal attention gradient, embedding a covert backdoor trigger. Unlike previous backdoor attacks against ViTs, AGEB achieves an optimal balance between attack stealthiness and attack effectiveness, ensuring the trigger remains invisible to human detection while preserving the model's accuracy on clean samples. Extensive experimental evaluations across various ViT architectures and datasets confirm the effectiveness of AGEB, achieving a remarkable Attack Success Rate (ASR) without diminishing Clean Data Accuracy (CDA). Furthermore, the stealthiness of AGEB is rigorously validated, demonstrating minimal visual discrepancies between the clean and the triggered images.

Foundations

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

Your Notes