paper-with-me

홈 › Papers

Boosting Adversarial Transferability by Block Shuffle and Rotation

2023-08-20 · CVPR 2024 1 · Kunyu Wang, Xuanran He, Wenxuan Wang, Xiaosen Wang

Adversarial examples mislead deep neural networks with imperceptible perturbations and have brought significant threats to deep learning. An important aspect is their transferability, which refers to their ability to deceive other models, thus enabling attacks in the black-box setting. Though various methods have been proposed to boost transferability, the performance still falls short compared with white-box attacks. In this work, we observe that existing input transformation based attacks, one of the mainstream transfer-based attacks, result in different attention heatmaps on various models, which might limit the transferability. We also find that breaking the intrinsic relation of the image can disrupt the attention heatmap of the original image. Based on this finding, we propose a novel input transformation based attack called block shuffle and rotation (BSR). Specifically, BSR splits the input image into several blocks, then randomly shuffles and rotates these blocks to construct a set of new images for gradient calculation. Empirical evaluations on the ImageNet dataset demonstrate that BSR could achieve significantly better transferability than the existing input transformation based methods under single-model and ensemble-model settings. Combining BSR with the current input transformation method can further improve the transferability, which significantly outperforms the state-of-the-art methods. Code is available at https://github.com/Trustworthy-AI-Group/BSR

📄 PDF Abstract BibTeX arXiv:2308.10299

Code (2)

trustworthy-ai-group/bsr 공식 구현 tf
Trustworthy-AI-Group/TransferAttack pytorch

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Adversarial Transferability in Visual-Language Pre-training Models via Local Shuffle and Sample-based Attack

2025-11-02 · Xin Liu, Aoyang Zhou, Aoyang Zhou arxiv

Visual-Language Pre-training (VLP) models have achieved significant performance across various downstream tasks. However, they remain vulnerable to adversarial examples. While prior efforts focus on improving the adversa…

A Two-Stage Globally-Diverse Adversarial Attack for Vision-Language Pre-training Models

2026-01-18 · Wutao Chen, Huaqin Zou, Chen Wan, Lifeng Huang arxiv

Vision-language pre-training (VLP) models are vulnerable to adversarial examples, particularly in black-box scenarios. Existing multimodal attacks often suffer from limited perturbation diversity and unstable multi-stage…

Adversarial Attack

Structure Invariant Transformation for better Adversarial Transferability

2023-09-26 · ICCV 2023 1 · Xiaosen Wang, Zeliang Zhang, Jianping Zhang

Given the severe vulnerability of Deep Neural Networks (DNNs) against adversarial examples, there is an urgent need for an effective adversarial attack to identify the deficiencies of DNNs in security-sensitive applicati…

Adversarial AttackDiversity

Proving Common Mechanisms Shared by Twelve Methods of Boosting Adversarial Transferability

2022-07-24 · Quanshi Zhang, Xin Wang, Jie Ren, Xu Cheng 외

Although many methods have been proposed to enhance the transferability of adversarial perturbations, these methods are designed in a heuristic manner, and the essential mechanism for improving adversarial transferabilit…

A Unified Approach to Interpreting and Boosting Adversarial Transferability

2020-10-08 · Xin Wang, Jie Ren, Shuyun Lin, Xiangming Zhu 외

In this paper, we use the interaction inside adversarial perturbations to explain and boost the adversarial transferability. We discover and prove the negative correlation between the adversarial transferability and the …