paper-with-me

Papers

Transferable Adversarial Attack for Both Vision Transformers and Convolutional Networks via Momentum Integrated Gradients

2023-01-01 · ICCV 2023 1 · Wenshuo Ma, Yidong Li, Xiaofeng Jia, Wei Xu

Visual Transformers (ViTs) and Convolutional Neural Networks (CNNs) are the two primary backbone structures extensively used in various vision tasks. Generating transferable adversarial examples for ViTs is difficult due to ViTs' superior robustness, while transferring adversarial examples across ViTs and CNNs is even harder, since their structures and mechanisms for processing images are fundamentally distinct. In this work, we propose a novel attack method named Momentum Integrated Gradients (MIG), which not only attacks ViTs with high success rate, but also exhibits impressive transferability across ViTs and CNNs. Specifically, we use integrated gradients rather than gradients to steer the generation of adversarial perturbations, inspired by the observation that integrated gradients of images demonstrate higher similarity across models in comparison to regular gradients. Then we acquire the accumulated gradients by combining the integrated gradients from previous iterations with the current ones in a momentum manner and use their sign to modify the perturbations iteratively. We conduct extensive experiments to demonstrate that adversarial examples obtained using MIG show stronger transferability, resulting in significant improvements over state-of-the-art methods for both CNN and ViT models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Towards Transferable Adversarial Attacks on Vision Transformers

2021-09-09 · Zhipeng Wei, Jingjing Chen, Micah Goldblum, Zuxuan Wu 외

Vision transformers (ViTs) have demonstrated impressive performance on a series of computer vision tasks, yet they still suffer from adversarial examples. % crafted in a similar fashion as CNNs. In this paper, we posit t…

Transferable Adversarial Attacks on Vision Transformers with Token Gradient Regularization

2023-03-28 · CVPR 2023 1 · Jianping Zhang, Yizhan Huang, Weibin Wu, Michael R. Lyu

Vision transformers (ViTs) have been successfully deployed in a variety of computer vision tasks, but they are still vulnerable to adversarial samples. Transfer-based attacks use a local model to generate adversarial sam…

Downstream Transfer Attack: Adversarial Attacks on Downstream Models with Pre-trained Vision Transformers

2024-08-03 · Weijie Zheng, Xingjun Ma, Hanxun Huang, Zuxuan Wu 외

With the advancement of vision transformers (ViTs) and self-supervised learning (SSL) techniques, pre-trained large ViTs have become the new foundation models for computer vision applications. However, studies have shown…

Self-Supervised Learning

Adversarial Pixel Restoration as a Pretext Task for Transferable Perturbations

2022-07-18 · Hashmat Shadab Malik, Shahina K Kunhimon, Muzammal Naseer, Salman Khan 외

Transferable adversarial attacks optimize adversaries from a pretrained surrogate model and known label space to fool the unknown black-box models. Therefore, these attacks are restricted by the availability of an effect…

object-detectionObject DetectionVideo SegmentationVideo Semantic Segmentation

A Little Robustness Goes a Long Way: Leveraging Robust Features for Targeted Transfer Attacks

2021-06-03 · NeurIPS 2021 12 · Jacob M. Springer, Melanie Mitchell, Garrett T. Kenyon

Adversarial examples for neural network image classifiers are known to be transferable: examples optimized to be misclassified by a source classifier are often misclassified as well by classifiers with different architec…