GRAICVLGJun 2, 2025

Image Generation from Contextually-Contradictory Prompts

arXiv:2506.01929v16 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses a specific failure mode in text-to-image generation for users needing accurate outputs from complex prompts, but it is incremental as it builds on existing diffusion models.

The paper tackles the problem of text-to-image diffusion models failing to generate semantically accurate images from prompts with contradictory concept combinations, proposing a stage-aware prompt decomposition framework that uses LLM-generated proxy prompts to guide denoising, resulting in substantial improvements in alignment to textual prompts.

Text-to-image diffusion models excel at generating high-quality, diverse images from natural language prompts. However, they often fail to produce semantically accurate results when the prompt contains concept combinations that contradict their learned priors. We define this failure mode as contextual contradiction, where one concept implicitly negates another due to entangled associations learned during training. To address this, we propose a stage-aware prompt decomposition framework that guides the denoising process using a sequence of proxy prompts. Each proxy prompt is constructed to match the semantic content expected to emerge at a specific stage of denoising, while ensuring contextual coherence. To construct these proxy prompts, we leverage a large language model (LLM) to analyze the target prompt, identify contradictions, and generate alternative expressions that preserve the original intent while resolving contextual conflicts. By aligning prompt information with the denoising progression, our method enables fine-grained semantic control and accurate image generation in the presence of contextual contradictions. Experiments across a variety of challenging prompts show substantial improvements in alignment to the textual prompt.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes