REVIEW 4 major objections 5 minor 14 references
A black-box attack called MAPA defeats safety-aligned vision-language models by alternating text and image prompts and steering with a semantic-correlation score.
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-02 23:11 UTC pith:EKNLBNEM
load-bearing objection A useful multimodal multi-turn attack with a plausible design and solid baseline comparisons, but the judge-based evaluation needs human validation before the headline ASR margins can be trusted. the 4 major comments →
Multi-Turn Adaptive Prompting Attack 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
This paper claims that multi-turn jailbreaks can be made substantially more effective against vision-language models by, at each turn, trying three attack actions—text-only, text plus a generated image, and 'connected' text plus image—and keeping the one whose response is most semantically aligned with the malicious goal; then, across turns, using that alignment signal to decide whether to advance, regenerate, or backtrack. The central empirical finding is that naively injecting malicious images into a text jailbreak can trigger defenses and make models more conservative, so modality coordination and trajectory control matter.
What carries the argument
The load-bearing mechanism is the semantic-correlation score between the victim model's response and the attack objective, computed as cosine similarity of sentence embeddings. It is used twice: greedily to select the best of three candidate attack actions at each turn (text-only, text plus generated image, or 'connected' text plus image), and across turns to choose between advancing, regenerating the current prompt, or backtracking to an earlier turn. A red-teaming model drafts the attack chain, and a connector module extracts harmful keywords and routes some of them into an image-generation prompt, so the text and image channels reinforce rather than duplicate each other.
Load-bearing premise
The paper assumes the automated judge it uses to label responses is a valid measure of real jailbreak success for vision-language models, with no human validation or per-model calibration; if that judge is gameable, the reported success-rate advantages could overstate genuine safety violations.
What would settle it
Human-annotate a random sample of responses the automated judge labeled successful for MAPA and for baselines across the tested models; if most are safe, generic, or only topically related to the attack goal, the headline success-rate gaps are largely judge artifacts. A stricter judge or human rating would then settle whether MAPA's mechanism actually produces harmful content.
If this is right
- Safety-aligned vision-language models are jailbreakable in multi-turn dialogue with the reported method, so current alignment does not eliminate adaptive cross-modal attacks.
- Naively adding malicious images to a text jailbreak can hurt, not help: the image must be coordinated with the text prompt; the paper finds text-only prompts can outperform image-augmented ones on some models.
- The semantic-correlation signal between the model's response and the attack goal is a usable guide for escalating an attack across turns; successful runs show its value rising as the dialogue progresses.
- Under a fixed query budget, the method still outperforms the multi-turn baselines it is compared with, so the gains are not simply a cost of extra queries.
Where Pith is reading between the lines
- Editorial inference: if the automated judge used to label responses is gameable—for example, rewarding long but non-actionable text—the reported success rates may overstate real safety violations; a human-validated subset would clarify this.
- Editorial inference: the same two-level structure, modality alternation plus trajectory control, could transfer to other modality pairs such as audio or video with text, where aligned models may have even less mature defenses.
- Editorial inference: the semantic-correlation monitor could be inverted into a defense—flagging dialogues whose response relevance to a known harmful task rises turn over turn—though the paper does not explore this.
- Editorial inference: because the method relies on an attacker LLM and an image generator, its effectiveness likely depends on those components' quality; testing with different generators and red-teaming models would establish how much of the gain is structural versus tool-dependent.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MAPA, a multi-turn jailbreak attack for large vision-language models (LVLMs). At each turn, MAPA generates three attack actions (text-only, unconnected-text-plus-image, connected-text-plus-image) and greedily selects the one maximizing a semantic correlation score between the response and the malicious target. Across turns, it adjusts the attack trajectory using three policies (Advance, Regen, Back) driven by the same semantic correlation score, and it adds a reflection mechanism that regenerates the attack chain after failure. The authors claim that MAPA outperforms existing multi-turn LLM jailbreaks (CoA, ActorAttack, FootInTheDoor) and single-turn LVLM attacks (VRP, MML) by 11–35% ASR on HarmBench, JailbreakBench, AdvBench, and RedTeam-2K against LLaVA-V1.6-Mistral-7B, Qwen2.5-VL-7B-Instruct, Llama-3.2-Vision-11B-Instruct, and GPT-4o-mini. They also provide ablations, an efficiency analysis, and a study against two defenses.
Significance. If the reported results hold, MAPA demonstrates a practical black-box method for breaking safety-aligned LVLMs through alternating text–vision prompts, and the semantic-correlation signal is an inexpensive alternative to LLM-based progress monitoring. The paper ships code, uses open-source victim and red-teaming models, and evaluates on standard benchmarks, which supports reproducibility. The core design idea — alternating attack actions and back-and-forth trajectory adjustment — is coherent and technically grounded in prior multi-turn attack work. The main threat to significance is the evaluation: the same HarmBench judge is used both as the attack's internal stopping criterion and as the final ASR metric, so the reported margins may reflect optimization to that judge rather than genuine safety violations.
major comments (4)
- [Section 3.1 / Section 4.1, Algorithm 1] The HarmBench judge J is the same function used as the attack's internal success signal (Algorithm 1: isSuccess ← evaluate(J, r, t) and the attack terminates on J=1) and as the final ASR metric (Section 4.1). MAPA is therefore explicitly optimized to satisfy J's decision boundary, while the baselines are not. If J has false positives for LVLM outputs that are topic-related but not actionable, MAPA will stop early and inflate its ASR. No human agreement study or per-victim-model calibration of J is reported. This is load-bearing for the headline 11–35% improvement. Please provide a human-annotated subset of successful/failed responses, or re-evaluate with an independent judge (not the attack's internal judge) and show the margins persist.
- [Table 3] The 'Advanced Judge' experiment uses GPT-4o-mini to judge attacks against GPT-4o-mini. This is not an independent validation — the model may be systematically biased toward itself. The paper should use a different strong judge (e.g., GPT-4o, Claude, or a second open-source judge) and ideally report agreement with the default judge.
- [Abstract vs. Introduction / Experimental results] The abstract states 'improving attack success rates by 15-30%', while the body (full-text abstract and Section 1) states '11-35%'. This is an inconsistency in the central quantitative claim. The reported margins in Tables 1–2 vary widely across benchmarks and models (e.g., 11.55% average on HarmBench vs. 26.97% on RedTeam-2K), so the headline number must be internally consistent. Please reconcile, and also report confidence intervals or per-task variability for the margins.
- [Section 1 / Section 4.2] The motivating 'naive vision makes multi-turn jailbreaks easier to defend' claim is supported only by anecdotal examples (Figure 1 and Appendix A), not by a systematic measurement. This claim underpins the rationale for the alternating attack actions. Please add a quantitative comparison (e.g., CoA with and without naive image insertion on a sample of tasks) or soften the claim accordingly.
minor comments (5)
- [Figure 3 / Section 3.1] The legend in Figure 3 says 'Uncorrected Text' and 'Corrected Text', while Section 3.1 uses 'unconnected' and 'connected'. Please unify the terminology.
- [Section 3.2] The policy condition display has inconsistent notation: e.g., 'SEM(rs|i,t)' appears without the star superscript in the Back condition, while the surrounding text uses r*_{s|i}. Please standardize.
- [Section 4.1] The semantic correlation measure is only described as cosine similarity of SimCSE representations. Please specify which encoder is used and how the task t is encoded (e.g., template, maximum length). This is needed for reproducibility.
- [Section 4.3 / Table 4] The ablation uses only 30 tasks (5 per category from HarmBench), and no variance or seeds are reported. A multi-seed run would strengthen the claims about Attack Action contributions.
- [Impact Statement / Reproducibility Statement] The Impact Statement says 'We have taken steps to ensure our method is fair' — likely a typo for 'This study is conducted responsibly' or similar. Also, the Reproducibility Statement gives a URL but the paper does not state the exact random seeds or the version of the victim models used; please add.
Circularity Check
No significant circularity: MAPA's headline ASR gains are measured by an external HarmBench judge, while the attack's internal steering signal (SEM) is computed independently via embedding similarity.
full rationale
The paper's claimed derivation chain is the attack procedure (Section 3) and its empirical evaluation (Section 4). The internal selection signal SEM(r,t) is a cosine similarity between SimCSE representations of the response and task, and is structurally independent of the HarmBench judge J used for the final ASR metric; hence selecting high-SEM actions does not by construction force J=1. The only place J enters the method is as a termination oracle in Algorithm 1 (isSuccess←evaluate(J,r,t)), and the same external judge (Mazeika et al., 2024) is the standard evaluation metric for all baselines, so MAPA's reported ASR is not equal to its fitted inputs. Appendix C's validation of SEM on MAPA's own successes/failures is weak evidence but is a sanity check, not a reduction of the central claim. Concerns that MAPA may exploit judge false positives are benchmark-validity risks, not circularity. No load-bearing self-citation or uniqueness import is present.
Axiom & Free-Parameter Ledger
free parameters (7)
- max_turns =
5
- max_iterations_per_turn =
10
- max_reflection_attempts =
3
- red_team_temperature =
0.3
- red_team_top_p =
0.7
- num_proposed_adversarial_queries =
5
- sd_hyperparameters =
steps=20, guidance=5.5, 512x512
axioms (4)
- domain assumption HarmBench judge (fine-tuned Llama-2-13B) gives valid labels of harmfulness and relevance for LVLM responses.
- domain assumption Cosine similarity in SimCSE embedding space between a response and the target task correlates with response maliciousness and attack progress.
- domain assumption Stable Diffusion can generate images that sufficiently convey harmful keywords to target LVLMs while text prompts stay bland.
- domain assumption The open-source Mistral-Small-3-24B red-teaming LLM follows the adversarial system prompts despite its own safety alignment.
read the original abstract
Multi-turn jailbreak attacks have proven effective against text-only large language models (LLMs), where malicious content is gradually introduced to bypass safety alignment. However, effectively extending such attacks to large vision-language models (LVLMs) remains underexplored. In this paper, we find that naively incorporating visual inputs can make multi-turn jailbreaks easier to defend against; for example, overly malicious visual content will easily trigger the defense mechanism in safety-aligned LVLMs, resulting in more conservative responses. Based on this finding, we propose multi-turn adaptive prompting attack (MAPA) that 1) at each turn, alternates text-vision attack actions to elicit the most malicious response; and 2) across turns, adjusts the attack trajectory through iterative back-and-forth refinement to gradually amplify response maliciousness. This two-level design enables MAPA to consistently outperform state-of-the-art methods, improving attack success rates by 15-30% on recent benchmarks against LLaVA-v1.6-Mistral-7B, Qwen2.5-VL-7B-Instruct, Llama-3.2-Vision-11B-Instruct and GPT-4o-mini. Our code is available at: https://github.com/thomaschoi143/MAPA.
Figures
Reference graph
Works this paper leans on
-
[1]
L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al
Achiam, J., Adler, S., Agarwal, S., Ahmad, L., Akkaya, I., Aleman, F. L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al. Gpt-4 technical report.arXiv preprint arXiv:2303.08774,
-
[4]
The llama 3 herd of models.arXiv preprint arXiv:2407.21783,
Grattafiori, A., Dubey, A., Jauhri, A., Pandey, A., Kadian, A., Al-Dahle, A., Letman, A., Mathur, A., Schelten, A., Vaughan, A., et al. The llama 3 herd of models.arXiv preprint arXiv:2407.21783,
-
[6]
Luo, W., Ma, S., Liu, X., Guo, X., and Xiao, C. Jailbreakv: A benchmark for assessing the robustness of multimodal large language models against jailbreak attacks.arXiv preprint arXiv:2404.03027,
-
[7]
Ma, S., Luo, W., Wang, Y ., and Liu, X. Visual-roleplay: Universal jailbreak attack on multimodal large language models via role-playing image character.arXiv preprint arXiv:2405.20773,
-
[8]
Ren, Q., Li, H., Liu, D., Xie, Z., Lu, X., Qiao, Y ., Sha, L., Yan, J., Ma, L., and Shao, J. Derail yourself: Multi-turn llm jailbreak attack through self-discovered clues.arXiv preprint arXiv:2410.10700,
-
[9]
Llama 2: Open foundation and fine- tuned chat models.arXiv preprint arXiv:2307.09288,
Touvron, H., Martin, L., Stone, K., Albert, P., Almahairi, A., Babaei, Y ., Bashlykov, N., Batra, S., Bhargava, P., Bhosale, S., et al. Llama 2: Open foundation and fine- tuned chat models.arXiv preprint arXiv:2307.09288,
-
[10]
White-box multimodal jailbreaks against large vision- language models
Wang, R., Ma, X., Zhou, H., Ji, C., Ye, G., and Jiang, Y .-G. White-box multimodal jailbreaks against large vision- language models. InACM-MM, 2024a. Wang, Y ., Liu, X., Li, Y ., Chen, M., and Xiao, C. Adashield: Safeguarding multimodal large language models from structure-based attack via adaptive shield prompting. In European Conference on Computer Visi...
-
[12]
Yang, C., Wang, X., Lu, Y ., Liu, H., Le, Q. V ., Zhou, D., and Chen, X. Large language models as optimizers. In ICLR, 2024a. Yang, X., Tang, X., Hu, S., and Han, J. Chain of attack: a semantic-driven contextual multi-turn attacker for llm. arXiv preprint arXiv:2405.05610, 2024b. Yang, Y ., Wang, L., Yang, X., Hong, L., and Zhu, J. Effective black-box mul...
-
[13]
Zhou, A. and Arel, R. Tempest: Autonomous multi-turn jailbreaking of large language models with tree search. arXiv preprint arXiv:2503.10619,
-
[14]
Zou, A., Wang, Z., Carlini, N., Nasr, M., Kolter, J. Z., and Fredrikson, M. Universal and transferable adversar- ial attacks on aligned language models.arXiv preprint arXiv:2307.15043,
-
[2022]
Foot-in-the- door: A multi-turn jailbreak for llms.arXiv preprint arXiv:2502.19820,
Weng, Z., Jin, X., Jia, J., and Zhang, X. Foot-in-the- door: A multi-turn jailbreak for llms.arXiv preprint arXiv:2502.19820,
-
[2023]
Bai, S., Chen, K., Liu, X., Wang, J., Ge, W., Song, S., Dang, K., Wang, P., Wang, S., Tang, J., et al. Qwen2. 5-vl technical report.arXiv preprint arXiv:2502.13923,
-
[2024]
Jindal, M. and Deshpande, S. Reveal: Multi-turn evalua- tion of image-input harms for vision llm.arXiv preprint arXiv:2505.04673,
-
[2025]
D., Upasani, K., and Pa- supuleti, M
Chi, J., Karn, U., Zhan, H., Smith, E., Rando, J., Zhang, Y ., Plawiak, K., Coudert, Z. D., Upasani, K., and Pa- supuleti, M. Llama guard 3 vision: Safeguarding human- ai image understanding conversations.arXiv preprint arXiv:2411.10414,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.