NeFut Logo NeFut
Admin Login

[CS.AI] Cognitive Jailbreak: Dynamic Defense Profiling in Text-to-Image Models

Published at: 2026-07-22 22:00 Last updated: 2026-07-23 12:33
#AI #optimization #Open Source

Abstract

Text-to-Image (T2I) generative models have made remarkable progress in synthesizing high-quality visual content, yet they remain vulnerable to adversarial misuse, particularly in generating Not-Safe-For-Work (NSFW) images. Most existing jailbreak attacks primarily rely on heuristic prompt engineering or black-box optimization, treating model feedback as a binary signal (success or failure). This coarse-grained paradigm overlooks the rich information embedded in diverse failure modes, such as textual refusal, visual blocking, and semantic sanitization, resulting in inefficient exploration and severe semantic collapse.

In this paper, we propose MIND, a cognitive jailbreak framework that reframes adversarial prompt generation as a belief-state inference problem over latent defense mechanisms. Instead of blindly searching for bypass prompts, MIND actively models the target system's latent defense mechanisms by interpreting multi-modal feedback as high-density signals. Specifically, the framework integrates three core components: (1) a Multi-modal Judge for fine-grained feedback decomposition, (2) a Defense Profiler for iterative belief updating, and (3) a Meta-Memory module for retrieving historically effective attack strategies.

These components are unified within a reasoning-driven evolutionary optimization process, enabling adaptive and semantically consistent jailbreak generation. Extensive experiments on the I2P benchmark demonstrate the effectiveness of MIND. Under six representative pre-processing and post-processing defense settings applied to the Stable Diffusion v1.5 model, MIND achieves an Attack Success Rate (ASR) of 95.62%, significantly outperforming existing methods. Additionally, the effectiveness of the proposed framework is validated across four widely used commercial T2I systems, achieving the highest ASR of 91.58% on Wan-2.5.

Blogger's Review: The MIND framework proposed in this paper offers a fresh perspective on the security of text-to-image models through an in-depth analysis of adversarial prompt generation. Its innovation lies in transforming multi-modal feedback into high-density signals, pushing the boundaries of jailbreak techniques. I look forward to more similar research that can further enhance the security measures of these models.

Original Source: https://arxiv.org/abs/2607.17779

[h] Back to Home