paper-with-me

홈 › Papers

On the Robustness of Vision Transformers to Adversarial Examples

2021-03-31 · ICCV 2021 10 · Kaleel Mahmood, Rigel Mahmood, Marten van Dijk

Recent advances in attention-based networks have shown that Vision Transformers can achieve state-of-the-art or near state-of-the-art results on many image classification tasks. This puts transformers in the unique position of being a promising alternative to traditional convolutional neural networks (CNNs). While CNNs have been carefully studied with respect to adversarial attacks, the same cannot be said of Vision Transformers. In this paper, we study the robustness of Vision Transformers to adversarial examples. Our analyses of transformer security is divided into three parts. First, we test the transformer under standard white-box and black-box attacks. Second, we study the transferability of adversarial examples between CNNs and transformers. We show that adversarial examples do not readily transfer between CNNs and transformers. Based on this finding, we analyze the security of a simple ensemble defense of CNNs and transformers. By creating a new attack, the self-attention blended gradient attack, we show that such an ensemble is not secure under a white-box adversary. However, under a black-box adversary, we show that an ensemble can achieve unprecedented robustness without sacrificing clean accuracy. Our analysis for this work is done using six types of white-box attacks and two types of black-box attacks. Our study encompasses multiple Vision Transformers, Big Transfer Models and CNN architectures trained on CIFAR-10, CIFAR-100 and ImageNet.

📄 PDF Abstract BibTeX arXiv:2104.02610

Code (1)

MetaMain/ViTRobust 공식 구현 pytorch

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Mechanistic Understandings of Representation Vulnerabilities and Engineering Robust Vision Transformers

2025-02-07 · Chashi Mahiul Islam, Samuel Jacob Chacko, Mao Nishino, Xiuwen Liu

While transformer-based models dominate NLP and vision applications, their underlying mechanisms to map the input space to the label space semantically are not well understood. In this paper, we study the sources of know…

Zero-shot Generalization

Towards Robust Vision Transformer via Masked Adaptive Ensemble

2024-07-22 · Fudong Lin, Jiadong Lou, Xu Yuan, Nian-Feng Tzeng

Adversarial training (AT) can help improve the robustness of Vision Transformers (ViT) against adversarial attacks by intentionally injecting adversarial examples into the training data. However, this way of adversarial …

Adversarial Robustness

Attention-based Adversarial Robust Distillation in Radio Signal Classifications for Low-Power IoT Devices

2025-06-13 · Lu Zhang, Sangarapillai Lambotharan, Gan Zheng, Guisheng Liao 외

Due to great success of transformers in many applications such as natural language processing and computer vision, transformers have been successfully applied in automatic modulation classification. We have shown that tr…

Enhancing 3D Robotic Vision Robustness by Minimizing Adversarial Mutual Information through a Curriculum Training Approach

2024-09-19 · Nastaran Darabi, Dinithi Jayasuriya, Devashri Naik, Theja Tulabandhula 외

Adversarial attacks exploit vulnerabilities in a model's decision boundaries through small, carefully crafted perturbations that lead to significant mispredictions. In 3D vision, the high dimensionality and sparsity of d…

Adversarial Robustnessobject-detectionObject Detection

Benign Overfitting in Adversarial Training for Vision Transformers

2026-04-21 · Jiaming Zhang, Meng Ding, Shaopeng Fu, Jingfeng Zhang 외 arxiv

Despite the remarkable success of Vision Transformers (ViTs) across a wide range of vision tasks, recent studies have revealed that they remain vulnerable to adversarial examples, much like Convolutional Neural Networks …