paper-with-me

Papers

Defending Backdoor Attacks on Vision Transformer via Patch Processing

2022-06-24 · Khoa D. Doan, Yingjie Lao, Peng Yang, Ping Li

Vision Transformers (ViTs) have a radically different architecture with significantly less inductive bias than Convolutional Neural Networks. Along with the improvement in performance, security and robustness of ViTs are also of great importance to study. In contrast to many recent works that exploit the robustness of ViTs against adversarial examples, this paper investigates a representative causative attack, i.e., backdoor. We first examine the vulnerability of ViTs against various backdoor attacks and find that ViTs are also quite vulnerable to existing attacks. However, we observe that the clean-data accuracy and backdoor attack success rate of ViTs respond distinctively to patch transformations before the positional encoding. Then, based on this finding, we propose an effective method for ViTs to defend both patch-based and blending-based trigger backdoor attacks via patch processing. The performances are evaluated on several benchmark datasets, including CIFAR10, GTSRB, and TinyImageNet, which show the proposed novel defense is very successful in mitigating backdoor attacks for ViTs. To the best of our knowledge, this paper presents the first defensive strategy that utilizes a unique characteristic of ViTs against backdoor attacks. The paper will appear in the Proceedings of the AAAI'23 Conference. This work was initially submitted in November 2021 to CVPR'22, then it was re-submitted to ECCV'22. The paper was made public in June 2022. The authors sincerely thank all the referees from the Program Committees of CVPR'22, ECCV'22, and AAAI'23.

📄 PDF Abstract BibTeX arXiv:2206.12381

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackInductive Bias

Similar Papers 제목 키워드 기반

Defending Against Patch-based Backdoor Attacks on Self-Supervised Learning

2023-04-04 · CVPR 2023 1 · Ajinkya Tejankar, Maziar Sanjabi, Qifan Wang, Sinong Wang 외

Recently, self-supervised learning (SSL) was shown to be vulnerable to patch-based data poisoning backdoor attacks. It was shown that an adversary can poison a small part of the unlabeled data so that when a victim train…

Data PoisoningSelf-Supervised Learning

You Are Catching My Attention: Are Vision Transformers Bad Learners Under Backdoor Attacks?

2023-01-01 · CVPR 2023 1 · Zenghui Yuan, Pan Zhou, Kai Zou, Yu Cheng

Vision Transformers (ViTs), which made a splash in the field of computer vision (CV), have shaken the dominance of convolutional neural networks (CNNs). However, in the process of industrializing ViTs, backdoor attac…

Backdoor Attack

PASTA: A Patch-Agnostic Twofold-Stealthy Backdoor Attack on Vision Transformers

2026-04-21 · Dazhuang Liu, Yanqi Qiao, Rui Wang, Kaitai Liang 외 arxiv

Vision Transformers (ViTs) have achieved remarkable success across vision tasks, yet recent studies show they remain vulnerable to backdoor attacks. Existing patch-wise attacks typically assume a single fixed trigger loc…

Backdoor Attacks on Vision Transformers

2022-06-16 · Akshayvarun Subramanya, Aniruddha Saha, Soroush Abbasi Koohpayegani, Ajinkya Tejankar 외

Vision Transformers (ViT) have recently demonstrated exemplary performance on a variety of vision tasks and are being used as an alternative to CNNs. Their design is based on a self-attention mechanism that processes ima…

Blocking

TrojViT: Trojan Insertion in Vision Transformers

2022-08-27 · CVPR 2023 1 · Mengxin Zheng, Qian Lou, Lei Jiang

Vision Transformers (ViTs) have demonstrated the state-of-the-art performance in various vision-related tasks. The success of ViTs motivates adversaries to perform backdoor attacks on ViTs. Although the vulnerability of …

Backdoor Attack