LGJul 22, 2025

Test-time Prompt Refinement for Text-to-Image Models

arXiv:2507.22076v19 citationsh-index: 342025 IEEE/CVF International Conference on Computer Vision Workshops (ICCVW)
Originality Incremental advance
AI Analysis

This addresses prompt sensitivity issues for users of text-to-image models, offering a plug-and-play solution, though it is incremental as it builds on existing models without altering their core architecture.

The paper tackled the problem of prompt sensitivity in text-to-image models, where minor wording changes cause inconsistent outputs, by introducing a test-time prompt refinement framework that iteratively uses a multimodal large language model to detect misalignments and refine prompts, improving alignment and visual coherence across benchmark datasets without additional training.

Text-to-image (T2I) generation models have made significant strides but still struggle with prompt sensitivity: even minor changes in prompt wording can yield inconsistent or inaccurate outputs. To address this challenge, we introduce a closed-loop, test-time prompt refinement framework that requires no additional training of the underlying T2I model, termed TIR. In our approach, each generation step is followed by a refinement step, where a pretrained multimodal large language model (MLLM) analyzes the output image and the user's prompt. The MLLM detects misalignments (e.g., missing objects, incorrect attributes) and produces a refined and physically grounded prompt for the next round of image generation. By iteratively refining the prompt and verifying alignment between the prompt and the image, TIR corrects errors, mirroring the iterative refinement process of human artists. We demonstrate that this closed-loop strategy improves alignment and visual coherence across multiple benchmark datasets, all while maintaining plug-and-play integration with black-box T2I models.

Foundations

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

Your Notes