When and Where to Attack? Stage-wise Attention-Guided Adversarial Attack on Large Vision Language Models
Jaehyun Kwak, Nam Cao, Boryeong Cho, Segyu Lee, Sumyeong Ahn, Se-Young Yun
TL;DR
This work tackles the vulnerability of Large Vision-Language Models to adversarial perturbations by exploiting cross-modal attention signals. It reveals that regions with higher attention are more sensitive to adversarial changes and that attacking these hotspots induces a structured redistribution of attention toward subsequent salient areas. The authors propose Stage-wise Attention-Guided Attack (SAGA), which precomputes an attention map from an open-source LVLM and executes a stage-wise, hotspot-focused perturbation strategy under an $L_ty$ budget to maximize target-aligned outputs. Across ten LVLM targets, SAGA achieves state-of-the-art attack success and superior imperceptibility, with transferable insights suggesting attention patterns as a model-agnostic vulnerability signal. The work highlights potential defense directions and the role of attention signals in understanding and mitigating multimodal safety risks.
Abstract
Adversarial attacks against Large Vision-Language Models (LVLMs) are crucial for exposing safety vulnerabilities in modern multimodal systems. Recent attacks based on input transformations, such as random cropping, suggest that spatially localized perturbations can be more effective than global image manipulation. However, randomly cropping the entire image is inherently stochastic and fails to use the limited per-pixel perturbation budget efficiently. We make two key observations: (i) regional attention scores are positively correlated with adversarial loss sensitivity, and (ii) attacking high-attention regions induces a structured redistribution of attention toward subsequent salient regions. Based on these findings, we propose Stage-wise Attention-Guided Attack (SAGA), an attention-guided framework that progressively concentrates perturbations on high-attention regions. SAGA enables more efficient use of constrained perturbation budgets, producing highly imperceptible adversarial examples while consistently achieving state-of-the-art attack success rates across ten LVLMs. The source code is available at https://github.com/jackwaky/SAGA.
