Backdoor Attack Against Vision Transformers via Attention Gradient-Based Image Erosion
Ji Guo, Hongwei Li, Wenbo Jiang, Guoming Lu

TL;DR
This paper introduces AGEB, a novel backdoor attack on Vision Transformers that balances stealthiness and effectiveness by eroding pixels in high-attention areas, maintaining model accuracy and invisibility of triggers.
Contribution
The paper proposes AGEB, a new backdoor attack method for ViTs that leverages attention gradients to embed covert triggers without compromising clean accuracy.
Findings
Achieves high attack success rate across ViT architectures
Maintains model accuracy on clean samples
Ensures minimal visual differences between clean and triggered images
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
MethodsSoftmax · Attention Is All You Need
