Improving Text-to-Image Consistency via Automatic Prompt Optimization
Oscar Mañas, Pietro Astolfi, Melissa Hall, Candace Ross, Jack Urbanek, Adina Williams, Aishwarya Agrawal, Adriana Romero-Soriano, Michal Drozdzal
TL;DR
This paper tackles the problem of prompt-image mismatch in text-to-image generation by introducing OPT2I, a training-free, optimization-by-prompting framework that uses an LLM to iteratively rewrite user prompts to maximize a prompt-image consistency score. OPT2I operates without fine-tuning the T2I models, leveraging in-context learning and a history of prompt-score pairs to refine prompts and improve consistency across multiple seeds. The approach demonstrates substantial gains on MSCOCO and PartiPrompts datasets (up to 12.2% and 24.9% DSG/dCS improvements, respectively) while preserving or enhancing image quality metrics like FID and recall, and it shows robustness to different LLMs, T2I models, and scoring metrics. The work highlights the potential of LLM-driven, inference-time prompt optimization as a practical path toward more reliable and controllable T2I systems, while acknowledging limitations in scorer reliability and computational cost.
Abstract
Impressive advances in text-to-image (T2I) generative models have yielded a plethora of high performing models which are able to generate aesthetically appealing, photorealistic images. Despite the progress, these models still struggle to produce images that are consistent with the input prompt, oftentimes failing to capture object quantities, relations and attributes properly. Existing solutions to improve prompt-image consistency suffer from the following challenges: (1) they oftentimes require model fine-tuning, (2) they only focus on nearby prompt samples, and (3) they are affected by unfavorable trade-offs among image quality, representation diversity, and prompt-image consistency. In this paper, we address these challenges and introduce a T2I optimization-by-prompting framework, OPT2I, which leverages a large language model (LLM) to improve prompt-image consistency in T2I models. Our framework starts from a user prompt and iteratively generates revised prompts with the goal of maximizing a consistency score. Our extensive validation on two datasets, MSCOCO and PartiPrompts, shows that OPT2I can boost the initial consistency score by up to 24.9% in terms of DSG score while preserving the FID and increasing the recall between generated and real data. Our work paves the way toward building more reliable and robust T2I systems by harnessing the power of LLMs.
