REVIEW 4 major objections 7 minor 7 references
An open-source LVLM's attention map can schedule black-box adversarial updates that beat random cropping across ten vision-language models.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 04:37 UTC pith:NND4ZIPS
load-bearing objection A plausible attention-guided attack with real but often small gains over random-crop baselines; the headline 'state-of-the-art' needs error bars and a direct test of the fixed-map sequencing assumption. the 4 major comments →
Stage-wise Attention-Guided Region Sequencing for Adversarial Attacks on Large Vision-Language Models
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Central claim: regional attention values in an LVLM's cross-modal attention map predict adversarial loss sensitivity, and perturbing a high-attention hotspot suppresses its attention while redirecting mass to the next-salient regions; therefore an L∞-bounded attack should be scheduled as a stage-wise expansion from dominant hotspots outward. SAGA instantiates this with one attention map extracted once from an open-source LVLM, ten stages of top-k hotspot crops constrained by IoU, and surrogate image-text contrastive cosine-similarity optimization inside each crop under a global 16/255 bound, never touching target parameters, gradients, or attention. Reported results: best attack success rate
What carries the argument
The load-bearing object is a cross-modal attention map M extracted once from an open-source LVLM by prompting it to caption the source image; from that map the attack precomputes a stage-wise set of hotspots. At each of N=10 stages, the top-k=3 attention regions at an expanding area ratio are selected with an IoU threshold of 0.3 to remove redundancy, giving k×N crop regions that span from the most concentrated attention areas to the full image. Optimization then runs 300 iterations of a surrogate cosine-similarity attack, evenly split across those regions; at each iteration a random sub-crop within the current hotspot is updated under the global L∞ bound. The paper's own analysis uses Pears
Load-bearing premise
The load-bearing premise is that one attention map extracted once from an open-source LVLM—as the paper's own limitation section acknowledges, the method needs such a model—remains a valid guide to which regions become influential over the full 300-epoch attack; if early perturbation reshuffles saliency away from that precomputed order, the stage-wise schedule's rationale fails.
What would settle it
Run SAGA while recomputing the attention map from the same open extractor every stage, and compare attack success and attention-order statistics against the fixed-map version. If attack success does not improve and the rank correlation between precomputed hotspots and recomputed loss-sensitivity hotspots stays high, the fixed map is sufficient; if the correlation drops sharply during early stages or the adaptive version gains substantially, the static-map assumption, and with it the proposed scheduling mechanism, is falsified.
If this is right
- A single attention map from one open-source model is enough to attack closed-source targets with no access to their parameters, gradients, or attention maps.
- The ordering of region updates matters: targeting coldspots instead of hotspots lowers attack success even though the same crop-level optimization is used.
- Budget is used structurally, not by magnitude: SAGA ends with a lower pixel-saturation ratio yet higher attack success, implying imperceptibility and effectiveness do not trade off in the same way as in random-crop attacks.
- Attention shifts under a successful SAGA attack are systematic rather than stochastic, scaling with similarity score, which distinguishes it from random cropping.
- Attention extractors from the same model family as the target give slight extra gains, but cross-family attention still beats the baselines, implying the vulnerability signal transfers across architectures.
Where Pith is reading between the lines
- If the correlation result is causal rather than merely correlational, any saliency signal that predicts gradient sensitivity—not just cross-modal attention—could be substituted into the same scheduling framework; a cheaper saliency predictor might replicate SAGA's gains.
- Because SAGA never recomputes attention during the 300-epoch run, a natural adaptive extension would recompute or re-rank hotspots when attention redistribution saturates; the paper's success with a static map suggests such an adaptive version might do even better, but the paper does not test this.
- The attention-redistribution observation also suggests a defensive angle left implicit: a monitor that detects attention mass flowing from attacked hotspots to subsequent regions could flag images under active stage-wise attack, and training that regularizes attention dynamics could blunt this class of attacks.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes SAGA, a black-box targeted attack on large vision-language models (LVLMs) under the L-infinity perturbation budget. SAGA extracts a single cross-modal attention map from an open-source LVLM (Qwen3-VL-8B), precomputes 30 stage-wise hotspots of increasing area, and runs surrogate-based PGD inside the current hotspot for a fixed number of iterations, never recomputing attention during the attack. The paper claims state-of-the-art attack success rates and best imperceptibility across ten closed- and open-source LVLMs. The central mechanistic claims are (i) regional attention scores positively correlate with adversarial loss sensitivity, and (ii) attacking high-attention regions redistributes attention toward subsequently salient regions, motivating the fixed stage-wise schedule.
Significance. The core idea — using cross-modal attention as a scheduling signal for localized perturbations — is original and practically relevant. The paper ships source code, includes several ablations (hotspot vs. coldspot, attention-extractor choice), and makes falsifiable predictions about attention redistribution. If the central claims hold, the method would be a strong alternative to stochastic cropping-based attacks. However, the main SOTA claim is currently underpowered: the primary tables report single-run numbers without error bars, the attention extractor/layer are selected on the same loss and data distribution used in the final evaluation, and the stage-wise sequencing mechanism lacks a direct ablation. These issues are fixable within the manuscript's scope, but they currently make the headline conclusion conditional.
major comments (4)
- [§4.2, Tables 1–2] The main comparison tables report only single-run ASR and AvgSim values with no error bars or repeated-seed statistics. Several margins over the strongest baseline are small — e.g., LLaVA-1.5-7B: 0.67 vs. 0.65; Qwen3-VL-30B: 0.55 vs. 0.53 — and with n=1000 images the standard error of a proportion is about 0.015, so these differences are within roughly 1–2 standard errors. The claim that SAGA "consistently achieves the best performance" requires confidence intervals, multiple random-seed runs (especially for the random crop in Algorithm 1), or a paired bootstrap. This is load-bearing for the SOTA claim.
- [Appendix C.2] The attention extractor (Qwen3-VL-8B) and the layer (e.g., layer 29 for Qwen3-VL-8B) are selected as the ones with the highest attention–loss correlation measured on the same CLIP-based cosine loss and the same data distribution (NIPS 2017 images, MSCOCO-generated captions) used in the final attack evaluation. The selection set is very small (10 images × 5 texts = 50 pairs), and no correction is made for the multiple layers tested. This constitutes a form of selection on the evaluation distribution; the reported advantage over random-crop baselines may be partly inflated by this selection. The analysis should use a held-out validation set for extractor/layer choice or report results averaged over plausible layers/extractors.
- [§3, Algorithm 1] Algorithm 1 computes the attention map once (line 2) and never recomputes it during the 300-epoch attack. The method's rationale is that attacking a hotspot redirects attention to the next precomputed hotspot, so the fixed schedule tracks the evolving saliency. The presented evidence is indirect: Figure 3 is a 5-epoch local analysis on a small set; Figure 8 measures only total JS divergence, not whether attention moves into the specific precomputed next hotspots; Figure 9 is a single qualitative example. No ablation compares the proposed order with, e.g., a shuffled/reversed ordering of the same 30 hotspots or a variant that periodically recomputes attention. Without such a control, the superiority of the stage-wise sequencing over simply concentrating on the top hotspots is not established; the current gains could be attributable to hotspot selection alone.
- [§4.1] The target captions are generated with Qwen3-VL-8B-Instruct, the default attention extractor is Qwen3-VL-8B, and two of the five open-source targets are Qwen3-VL-30B and Qwen3-VL-235B. The same-family overlap between extractor and two target models is a potential confound for the transferability claim. The observed gains on the Qwen targets are small (e.g., Qwen3-VL-30B: 0.55 vs. 0.53; Qwen3-VL-235B: 0.65 vs. 0.62). The paper should either provide a cross-family analysis for all reported targets (e.g., using LLaVA-7B as extractor on Qwen targets and vice versa in the main tables) or discuss explicitly how the family overlap affects the conclusions.
minor comments (7)
- [Throughout] Inconsistent model naming: "Qwen3-VL-245B" in Figure 15 vs. "Qwen3-VL-235B" in Tables 1–2; "LLaVA-4 Maverick" vs. "Llama 4 Maverick" in Table 2; "Qwen-3-VL-30B" vs. "Qwen3-VL-30B" in the text. Please unify.
- [§2.2] The correlation analysis says "a single gradient optimization step" is applied to each crop, but the step size and the number of CLIP surrogate models used are not specified. This detail is needed for reproducibility.
- [Appendix C.2] The evaluation set of 10 source images and 5 target texts (50 pairs) is very small for selecting a layer across dozens of layers; the paper should state this as a limitation or provide a more extensive analysis.
- [§2.3, Figure 3] Figure 3 appears to be a qualitative illustration; the quantitative evidence is in Appendix C.3. The main text should make this explicit and cross-reference the appendix to avoid overstating the strength of the observation.
- [Algorithm 1, line 9] The operation "RandomCrop(R_{n,j})" is undefined. Does it sample a sub-region inside the hotspot or treat the entire hotspot as the crop? Please clarify.
- [§1 and §4.1] The term "black-box" should be qualified: the method is black-box with respect to the target models, but it uses white-box surrogate CLIP models for gradient computation. This is standard in transfer attacks, but the text should be explicit.
- [Eq. (2)] The expression min(|δ_p|/ε, 1) is not a norm; consider renaming the quantity "per-pixel saturation fraction" or "budget saturation ratio" with a clear definition.
Circularity Check
No load-bearing circularity; SAGA's core results are measured against external benchmarks and independent baselines.
full rationale
The paper's derivation chain is not circular. SAGA's two motivating observations (attention–loss correlation and attention redistribution) are empirical measurements on evaluation sets, and the algorithm instantiates them by precomputing stage-wise hotspot regions from a single attention map. The central SOTA claim is validated on ten target LVLMs against external baselines (M-Attack, FOA-Attack, etc.), not derived from the same data used to fit the attention extractor. Although the attention extractor (Qwen3-VL-8B) and its layer are selected after the correlation analysis in Section 2.2/Appendix C.2, this is a hyperparameter choice based on a proxy, and the reported ASR/imperceptibility numbers are independent measurements; the 'Attention Extractor Model Ablation' only confirms the correlation ranking, and it is not load-bearing for the main comparison. Target texts are generated with Qwen3-VL-8B-Instruct, but attention maps are extracted by captioning the source image, not by using target texts, so no definitional loop exists. The limitation in Appendix A (dependence on an open-source LVLM for attention) is an explicit assumption, not a circular justification. The fixed attention map's possible invalidity after attention redistribution is a correctness/robustness concern, not circularity: the paper provides direct (Fig. 9) and correlational (Fig. 8) evidence for redistribution, and even if that evidence is weak, the reported gains are empirical rather than implied by construction. No self-citations are load-bearing; the reference list contains no prior work by the present authors. Consequently, no specific circular step can be exhibited under the required standard.
Axiom & Free-Parameter Ledger
free parameters (7)
- Number of stages N =
10
- Hotspots per stage k =
3
- IoU threshold τ =
0.3
- Attention layer per extractor =
17 (LLaVA-7B), 6 (LLaVA-13B), 29 (Qwen3-VL-8B)
- Default attention extractor =
Qwen3-VL-8B
- Perturbation budget ε and step size =
16/255, 1/255
- Total iterations E =
300
axioms (5)
- domain assumption Cross-modal attention maps extracted from a single open-source LVLM transfer across target models, including closed-source LVLMs.
- domain assumption The static, precomputed hotspot sequence remains valid for the entire attack trajectory; attention redistribution follows the initial saliency ordering.
- domain assumption Average attention over all heads at the selected layer is a meaningful proxy for adversarial loss sensitivity.
- domain assumption The gpt-oss-20b judge scores are valid semantic similarity measurements, and the 0.5 threshold defines attack success correctly.
- domain assumption Random cropping inside each hotspot with a global L∞ projection is sufficient to optimize the local cosine-similarity objective.
read the original abstract
Targeted adversarial attacks on Large Vision-Language Models (LVLMs) test whether small image perturbations can steer model responses toward attacker-specified content. Under the standard L-infinity constraint, targeted attacks become a regional perturbation budget allocation problem: attack success depends not only on the perturbation objective, but also on which regions receive updates and in what order. Existing localized attacks improve over global perturbations but rely on stochastic spatial sampling, often updating weakly influential regions. We address this limitation through an attention-based analysis showing that cross-modal attention identifies adversarially sensitive regions and that perturbing high-attention hotspots induces predictable redistribution toward subsequent salient regions. These findings motivate attention-guided region sequencing, which begins from dominant hotspots and progressively moves the update support toward next-salient regions. Based on these principles, we propose Stage-wise Attention-Guided Attack (SAGA), a black-box region-sequencing framework that uses a fixed attention map from an open-source LVLM to guide perturbation updates without accessing target-model parameters, gradients, or attention maps. Across ten closed-source and open-source LVLMs, SAGA achieves state-of-the-art attack success rates and the best overall imperceptibility. The source code is available at https://github.com/jaehyun-kwak/SAGA.
Figures
Reference graph
Works this paper leans on
-
[1]
**Main Subject Consistency:** If both descriptions refer to the same key subject or object (e.g., a person, food, an event), they should receive a higher similarity score
-
[2]
URL https://openreview.net/forum? id=chanJGoa7f. Niu, Z., Ren, H., Gao, X., Hua, G., and Jin, R. Jail- breaking Attack against Multimodal Large Language Model, February 2024. URL http://arxiv.org/ abs/2402.02309. arXiv:2402.02309 [cs]. Pathade, C. Invisible Injections: Exploiting Vision- Language Models Through Steganographic Prompt Em- bedding, July 2025...
Pith/arXiv arXiv 2024
-
[3]
Focus on **whether both descriptions fundamentally describe the same thing.**
**Ignore Fine-Grained Details:** Do not penalize differences in **phrasing, sentence structure, or minor variations in detail**. Focus on **whether both descriptions fundamentally describe the same thing.**
-
[4]
**Relevant Description**: If the descriptions are related to the same context or topic, they should also contribute to a higher similarity score
-
[5]
Susan's Sweets,
**Similarity Score Range:** - **1.0**: Nearly identical in meaning. - **0.8-0.9**: Same subject, with highly related descriptions. - **0.7-0.8**: Same subject, core meaning aligned, even if some details differ. - **0.5-0.7**: Same subject but different perspectives or missing details. - **0.3-0.5**: Related but not highly similar (same general theme but d...
-
[6]
**Partial Matches:** If one description contains extra information but does not contradict the other, they should still have a high similarity score
-
[2025]
URL https://openreview.net/forum? id=9xXjWwAoUF. Lin, J. Divergence measures based on the shannon entropy. IEEE Transactions on Information Theory, 37(1):145– 151, 1991. doi: 10.1109/18.61115. Liu, H., Li, C., Wu, Q., and Lee, Y . J. Visual instruction tuning. In Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., and Levine, S. (eds.),Advances in ...
doi:10.1109/18.61115 1991
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.