paper-with-me

홈 › Papers

Metaphor-based Jailbreak Attacks on Text-to-Image Models

2025-12-06 · Chenyu Zhang, Lanjun Wang, Yiwen Ma, Wenhui Li, Yi Tu, An-An Liu arxiv

Text-to-image (T2I) models commonly incorporate defense mechanisms to prevent the generation of sensitive images. Unfortunately, recent jailbreak attacks have shown that adversarial prompts can effectively bypass these mechanisms and induce T2I models to produce sensitive content, revealing critical safety vulnerabilities. However, existing attack methods implicitly assume that the attacker knows the type of deployed defenses, which limits their effectiveness against unknown or diverse defense mechanisms. In this work, we reveal an underexplored vulnerability of T2I models to metaphor-based jailbreak attacks (MJA), which aims to attack diverse defense mechanisms without prior knowledge of their type by generating metaphor-based adversarial prompts. Specifically, MJA consists of two modules: an LLM-based multi-agent generation module (LMAG) and an adversarial prompt optimization module (APO). LMAG decomposes the generation of metaphor-based adversarial prompts into three subtasks: metaphor retrieval, context matching, and adversarial prompt generation. Subsequently, LMAG coordinates three LLM-based agents to generate diverse adversarial prompts by exploring various metaphors and contexts. To enhance attack efficiency, APO first trains a surrogate model to predict the attack results of adversarial prompts and then designs an acquisition strategy to adaptively identify optimal adversarial prompts. Extensive experiments on T2I models with various external and internal defense mechanisms demonstrate that MJA achieves stronger attack performance while using fewer queries, compared with six baseline methods. Additionally, we provide an in-depth vulnerability analysis suggesting that metaphor-based adversarial prompts evade safety mechanisms by inducing semantic ambiguity, while sensitive images arise from the model's probabilistic interpretation of concealed semantics.

📄 PDF Abstract BibTeX arXiv:2512.10766

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

from Benign import Toxic: Jailbreaking the Language Model via Adversarial Metaphors

2025-02-25 · Yu Yan, Sheng Sun, Zenghao Duan, Teli Liu 외

Current studies have exposed the risk of Large Language Models (LLMs) generating harmful content by jailbreak attacks. However, they overlook that the direct generation of harmful content from scratch is more difficult t…

Language ModelingLanguage Modelling

Obscure but Effective: Classical Chinese Jailbreak Prompt Optimization via Bio-Inspired Search

2026-02-26 · Xun Huang, Simeng Qin, Xiaoshuang Jia, Ranjie Duan 외 arxiv

As Large Language Models (LLMs) are increasingly used, their security risks have drawn increasing attention. Existing research reveals that LLMs are highly susceptible to jailbreak attacks, with effectiveness varying acr…

Na'vi or Knave: Jailbreaking Language Models via Metaphorical Avatars

2024-12-10 · Yu Yan, Sheng Sun, Junqi Tong, Min Liu 외

Metaphor serves as an implicit approach to convey information, while enabling the generalized comprehension of complex subjects. However, metaphor can potentially be exploited to bypass the safety alignment mechanisms of…

Safety Alignment

Gradient-based Jailbreak Images for Multimodal Fusion Models

2024-10-04 · Javier Rando, Hannah Korevaar, Erik Brinkman, Ivan Evtimov 외

Augmenting language models with image inputs may enable more effective jailbreak attacks through continuous optimization, unlike text inputs that require discrete optimization. However, new multimodal fusion models token…

JailBreakV: A Benchmark for Assessing the Robustness of MultiModal Large Language Models against Jailbreak Attacks

2024-04-03 · Weidi Luo, Siyuan Ma, Xiaogeng Liu, XIAOYU GUO 외

With the rapid advancements in Multimodal Large Language Models (MLLMs), securing these models against malicious inputs while aligning them with human values has emerged as a critical challenge. In this paper, we investi…

LLM Jailbreak