paper-with-me

Papers

Dual Attention Suppression Attack: Generate Adversarial Camouflage in Physical World

2021-03-01 · CVPR 2021 1 · Jiakai Wang, Aishan Liu, Zixin Yin, Shunchang Liu, Shiyu Tang, Xianglong Liu

Deep learning models are vulnerable to adversarial examples. As a more threatening type for practical deep learning systems, physical adversarial examples have received extensive research attention in recent years. However, without exploiting the intrinsic characteristics such as model-agnostic and human-specific patterns, existing works generate weak adversarial perturbations in the physical world, which fall short of attacking across different models and show visually suspicious appearance. Motivated by the viewpoint that attention reflects the intrinsic characteristics of the recognition process, this paper proposes the Dual Attention Suppression (DAS) attack to generate visually-natural physical adversarial camouflages with strong transferability by suppressing both model and human attention. As for attacking, we generate transferable adversarial camouflages by distracting the model-shared similar attention patterns from the target to non-target regions. Meanwhile, based on the fact that human visual attention always focuses on salient items (e.g., suspicious distortions), we evade the human-specific bottom-up attention to generate visually-natural camouflages which are correlated to the scenario context. We conduct extensive experiments in both the digital and physical world for classification and detection tasks on up-to-date models (e.g., Yolo-V5) and significantly demonstrate that our method outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2103.01050

Code (1)

nlsde-safety-team/DualAttentionAttack 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Phantom Sponges: Exploiting Non-Maximum Suppression to Attack Deep Object Detectors

2022-05-26 · Avishag Shapira, Alon Zolfi, Luca Demetrio, Battista Biggio 외

Adversarial attacks against deep learning-based object detectors have been studied extensively in the past few years. Most of the attacks proposed have targeted the model's integrity (i.e., caused the model to make incor…

Autonomous DrivingObjectobject-detectionObject Detection

Active Adversarial Noise Suppression for Image Forgery Localization

2025-06-15 · Rongxuan Peng, Shunquan Tan, Xianbo Mo, Alex C. Kot 외

Recent advances in deep learning have significantly propelled the development of image forgery localization. However, existing models remain highly vulnerable to adversarial attacks: imperceptible noise added to forged i…

Adversarial Defense

Whisper Smarter, not Harder: Adversarial Attack on Partial Suppression

2025-07-30 · Zheng Jie Wong, Bingquan Shen arxiv

Currently, Automatic Speech Recognition (ASR) models are deployed in an extensive range of applications. However, recent studies have demonstrated the possibility of adversarial attack on these models which could potenti…

Speech RecognitionAdversarial Attack

Robust Harmful Features Under Jailbreak Attacks: Mechanistic Evidence from Attention Head Specialization in Large Language Models

2026-06-26 · Yanchen Yin, Dongqi Han, Linghui Li arxiv

Jailbreak attacks bypass LLM safety alignment, yet their mechanisms remain poorly understood. We provide evidence that attacks do not comprehensively eliminate safety features, but instead selectively suppress specific a…

Adversarial Robustness

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…