paper-with-me

Papers

Reason2Attack: Jailbreaking Text-to-Image Models via LLM Reasoning

2025-03-23 · Chenyu Zhang, Lanjun Wang, Yiwen Ma, Wenhui Li, An-An Liu

Text-to-Image(T2I) models typically deploy safety filters to prevent the generation of sensitive images. Unfortunately, recent jailbreaking attack methods manually design prompts for the LLM to generate adversarial prompts, which effectively bypass safety filters while producing sensitive images, exposing safety vulnerabilities of T2I models. However, due to the LLM's limited understanding of the T2I model and its safety filters, existing methods require numerous queries to achieve a successful attack, limiting their practical applicability. To address this issue, we propose Reason2Attack(R2A), which aims to enhance the LLM's reasoning capabilities in generating adversarial prompts by incorporating the jailbreaking attack into the post-training process of the LLM. Specifically, we first propose a CoT example synthesis pipeline based on Frame Semantics, which generates adversarial prompts by identifying related terms and corresponding context illustrations. Using CoT examples generated by the pipeline, we fine-tune the LLM to understand the reasoning path and format the output structure. Subsequently, we incorporate the jailbreaking attack task into the reinforcement learning process of the LLM and design an attack process reward that considers prompt length, prompt stealthiness, and prompt effectiveness, aiming to further enhance reasoning accuracy. Extensive experiments on various T2I models show that R2A achieves a better attack success ratio while requiring fewer queries than baselines. Moreover, our adversarial prompts demonstrate strong attack transferability across both open-source and commercial T2I models.

📄 PDF Abstract BibTeX arXiv:2503.17987

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Jailbreaking Large Vision Language Models in Intelligent Transportation Systems

2025-11-17 · Badhan Chandra Das, Md Tasnim Jawad, Md Jueal Mia, M. Hadi Amini 외 arxiv

Large Vision Language Models (LVLMs) demonstrate strong capabilities in multimodal reasoning and many real-world applications, such as visual question answering. However, LVLMs are highly vulnerable to jailbreaking attac…

Visual Question AnsweringMultimodal Reasoning

VRSA: Jailbreaking Multimodal Large Language Models through Visual Reasoning Sequential Attack

2025-12-05 · Shiji Zhao, Shukun Xiong, Yao Huang, Yan Jin 외 arxiv

Multimodal Large Language Models (MLLMs) are widely used in various fields due to their powerful cross-modal comprehension and generation capabilities. However, more modalities bring more vulnerabilities to being utilize…

Visual Reasoning

Red-teaming the Multimodal Reasoning: Jailbreaking Vision-Language Models via Cross-modal Entanglement Attacks

2026-02-09 · Yu Yan, Sheng Sun, Shengjia Cheng, Teli Liu 외 arxiv

Vision-Language Models (VLMs) with multimodal reasoning capabilities are high-value attack targets, given their potential for handling complex multimodal harmful tasks. Mainstream black-box jailbreak attacks on VLMs work…

Multimodal Reasoning

JaiLIP: Jailbreaking Vision-Language Models via Loss Guided Image Perturbation

2025-09-24 · Md Jueal Mia, M. Hadi Amini arxiv

Vision-Language Models (VLMs) have remarkable abilities in generating multimodal reasoning tasks. However, potential misuse or safety alignment concerns of VLMs have increased significantly due to different categories of…

Multimodal ReasoningText Generation

DMN: A Compositional Framework for Jailbreaking Multimodal LLMs with Multi-Image Inputs

2026-05-18 · Wenzhuo Xu, Zhipeng Wei, Zonghao Ying, Deyue Zhang 외 arxiv

Multimodal Large Language Models (MLLMs) are vulnerable to jailbreak attacks, which can elicit harmful responses from MLLMs. Many MLLMs support multi-image inputs, inadvertently introducing new vulnerabilities due to les…

Visual Reasoning