paper-with-me

Papers

Adversarial Attention Perturbations for Large Object Detection Transformers

2025-08-05 · Zachary Yahn, Selim Furkan Tekin, Fatih Ilhan, Sihao Hu, Tiansheng Huang, Yichang Xu, Margaret Loper, Ling Liu arxiv

Adversarial perturbations are useful tools for exposing vulnerabilities in neural networks. Existing adversarial perturbation methods for object detection are either limited to attacking CNN-based detectors or weak against transformer-based detectors. This paper presents an Attention-Focused Offensive Gradient (AFOG) attack against object detection transformers. By design, AFOG is neural-architecture agnostic and effective for attacking both large transformer-based object detectors and conventional CNN-based detectors with a unified adversarial attention framework. This paper makes three original contributions. First, AFOG utilizes a learnable attention mechanism that focuses perturbations on vulnerable image regions in multi-box detection tasks, increasing performance over non-attention baselines by up to 30.6%. Second, AFOG's attack loss is formulated by integrating two types of feature loss through learnable attention updates with iterative injection of adversarial perturbations. Finally, AFOG is an efficient and stealthy adversarial perturbation method. It probes the weak spots of detection transformers by adding strategically generated and visually imperceptible perturbations which can cause well-trained object detection models to fail. Extensive experiments conducted with twelve large detection transformers on COCO demonstrate the efficacy of AFOG. Our empirical results also show that AFOG outperforms existing attacks on transformer-based and CNN-based object detectors by up to 83% with superior speed and imperceptibility. Code is available at https://github.com/zacharyyahn/AFOG.

📄 PDF Abstract BibTeX arXiv:2508.02987

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

Object-Attentional Untargeted Adversarial Attack

2022-10-16 · Chao Zhou, Yuan-Gen Wang, Guopu Zhu

Deep neural networks are facing severe threats from adversarial attacks. Most existing black-box attacks fool target model by generating either global perturbations or local patches. However, both global perturbations an…

Adversarial AttackObjectobject-detectionObject Detection+1

Robust Superpixel-Guided Attentional Adversarial Attack

2020-06-01 · CVPR 2020 6 · Xiaoyi Dong, Jiangfan Han, Dongdong Chen, Jiayang Liu 외

Deep Neural Networks are vulnerable to adversarial samples, which can fool classifiers by adding small perturbations onto the original image. Since the pioneering optimization-based adversarial attack method, many follow…

Adversarial AttackSteganalysis

Adversarial Examples for Semantic Segmentation and Object Detection

2017-03-24 · ICCV 2017 10 · Cihang Xie, Jian-Yu Wang, Zhishuai Zhang, Yuyin Zhou 외

It has been well demonstrated that adversarial examples, i.e., natural images with visually imperceptible perturbations added, generally exist for deep networks to fail on image classification. In this paper, we extend a…

Adversarial Attackimage-classificationObjectobject-detection+3

Generate More Imperceptible Adversarial Examples for Object Detection

2021-06-18 · ICML Workshop AML 2021 7 · Siyuan Liang, Xingxing Wei, Xiaochun Cao

Object detection methods based on deep neural networks are vulnerable to adversarial examples. The existing attack methods have the following problems: 1) the training generator takes a long time and is difficult to exten…

Objectobject-detectionObject Detection

ADA: A Game-Theoretic Perspective on Data Augmentation for Object Detection

2017-10-21 · Sima Behpour, Kris M. Kitani, Brian D. Ziebart

The use of random perturbations of ground truth data, such as random translation or scaling of bounding boxes, is a common heuristic used for data augmentation that has been shown to prevent overfitting and improve gener…

Data AugmentationObjectobject-detectionObject Detection+1