Mind the Gap: Zero-Query Jailbreaks via Filter-Generator Discrepancy in Text-to-Image Systems

📅 2026-08-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Despite the deployment of prompt-based safety filters, current text-to-image (T2I) systems remain vulnerable to zero-query jailbreak attacks and struggle to balance harmful intent preservation with filter evasion. This work introduces the novel concept of Filter-Generator Discrepancy (FGD), which captures inconsistencies between the safety filter and the generative model in both objective and representational spaces for the same prompt. Leveraging FGD, we propose a zero-query attack framework that identifies high-potential perturbations through token-level and semantic-stage discrepancy rules, combined with an evolutionary search guided by an ensemble of proxy models for efficient black-box optimization. Experiments across six mainstream T2I systems and one commercial platform demonstrate attack success rates of 29.2% (MHSC) and 33.3% (Q16), outperforming the strongest baseline by 8–12 percentage points.
📝 Abstract
Text-to-image (T2I) systems typically have prompt-level safety filters before the generator to block unsafe requests, yet such systems remain vulnerable to malicious jailbreak prompts. Transfer-based attacks construct adversarial prompts offline without querying the target, but they tend to overfit to a single surrogate. Moreover, they explore a large search space in which semantic or perceptual similarity alone cannot guarantee both filter evasion and preservation of the unsafe generation intent, wasting effort on low-potential candidates. We observe that the filter and the generator process the same prompt under different objectives and representations, and term this gap the Filter-Generator Discrepancy (FGD), which allows a perturbation to reduce a prompt's perceived risk to the filter while preserving the visual concept needed by the generator. Building on FGD, we propose a zero-query jailbreak framework that screens perturbations into a high-potential candidate set via observable discrepancy rules at the tokenization and semantic stages, and then performs a surrogate-ensemble evolutionary search that requires no access to the target. Experiments on six black-box pipelines and a commercial online service show that our method consistently outperforms representative baselines, raising the average attack success rate to 29.2\% (MHSC) and 33.3\% (Q16) across the six pipelines and improving over the strongest baseline by about 8 and 12 percentage points, respectively.
Problem

Research questions and friction points this paper is trying to address.

text-to-image
safety filter
jailbreak
adversarial prompt
zero-query attack
Innovation

Methods, ideas, or system contributions that make the work stand out.

Filter-Generator Discrepancy
zero-query jailbreak
text-to-image safety
adversarial prompt generation
surrogate-ensemble search
🔎 Similar Papers