paper-with-me

Papers

TESSER: Transfer-Enhancing Adversarial Attacks from Vision Transformers via Spectral and Semantic Regularization

2025-05-26 · Amira Guesmi, Bassem Ouni, Muhammad Shafique

Adversarial transferability remains a critical challenge in evaluating the robustness of deep neural networks. In security-critical applications, transferability enables black-box attacks without access to model internals, making it a key concern for real-world adversarial threat assessment. While Vision Transformers (ViTs) have demonstrated strong adversarial performance, existing attacks often fail to transfer effectively across architectures, especially from ViTs to Convolutional Neural Networks (CNNs) or hybrid models. In this paper, we introduce \textbf{TESSER} -- a novel adversarial attack framework that enhances transferability via two key strategies: (1) \textit{Feature-Sensitive Gradient Scaling (FSGS)}, which modulates gradients based on token-wise importance derived from intermediate feature activations, and (2) \textit{Spectral Smoothness Regularization (SSR)}, which suppresses high-frequency noise in perturbations using a differentiable Gaussian prior. These components work in tandem to generate perturbations that are both semantically meaningful and spectrally smooth. Extensive experiments on ImageNet across 12 diverse architectures demonstrate that TESSER achieves +10.9\% higher attack succes rate (ASR) on CNNs and +7.2\% on ViTs compared to the state-of-the-art Adaptive Token Tuning (ATT) method. Moreover, TESSER significantly improves robustness against defended models, achieving 53.55\% ASR on adversarially trained CNNs. Qualitative analysis shows strong alignment between TESSER's perturbations and salient visual regions identified via Grad-CAM, while frequency-domain analysis reveals a 12\% reduction in high-frequency energy, confirming the effectiveness of spectral regularization.

📄 PDF Abstract BibTeX arXiv:2505.19613

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

ViT-EnsembleAttack: Augmenting Ensemble Models for Stronger Adversarial Transferability in Vision Transformers

2025-08-17 · Hanwen Cao, Haobo Lu, Xiaosen Wang, Kun He arxiv

Ensemble-based attacks have been proven to be effective in enhancing adversarial transferability by aggregating the outputs of models with various architectures. However, existing research primarily focuses on refining e…

Enabling Heterogeneous Adversarial Transferability via Feature Permutation Attacks

2025-03-26 · Tao Wu, Tie Luo

Adversarial attacks in black-box settings are highly practical, with transfer-based attacks being the most effective at generating adversarial examples (AEs) that transfer from surrogate models to unseen target models. H…

Enhancing Cross-task Transferability of Adversarial Examples with Dispersion Reduction

2019-05-08 · Yunhan Jia, Yantao Lu, Senem Velipasalar, Zhenyu Zhong 외

Neural networks are known to be vulnerable to carefully crafted adversarial examples, and these malicious samples often transfer, i.e., they maintain their effectiveness even against other models. With great efforts delv…

image-classificationImage Classificationobject-detectionObject Detection+2

Enhancing Cross-task Black-Box Transferability of Adversarial Examples with Dispersion Reduction

2019-11-22 · CVPR 2020 6 · Yantao Lu, Yunhan Jia, Jian-Yu Wang, Bai Li 외

Neural networks are known to be vulnerable to carefully crafted adversarial examples, and these malicious samples often transfer, i.e., they remain adversarial even against other models. Although great efforts have been …

Adversarial Attackimage-classificationImage Classificationobject-detection+4

Enhancing Adversarial Transferability via Information Bottleneck Constraints

2024-06-08 · Biqing Qi, Junqi Gao, Jianxing Liu, Ligang Wu 외

From the perspective of information bottleneck (IB) theory, we propose a novel framework for performing black-box transferable adversarial attacks named IBTA, which leverages advancements in invariant features. Intuitive…