Dynamic Prompt Optimizing for Text-to-Image Generation
Wenyi Mo, Tianyu Zhang, Yalong Bai, Bing Su, Ji-Rong Wen, Qing Yang
TL;DR
This work tackles prompt sensitivity in diffusion-based text-to-image generation by introducing Prompt Auto-Editing (PAE), a two-stage framework that converts plain prompts into Dynamic Fine-Control Prompts (DF-Prompts) to modulate per-word influence over denoising steps. In Stage 1, a plain-prompt refinement model $\mathcal{E}_{\mathrm{ReP}}$ is trained via autoregressive learning on automatically filtered prompt–image data, producing refined prompts $\mathbf{s}^{\mathrm{ReP}}$. In Stage 2, a policy model $\mathcal{E}_{\mathrm{DFP}}$ initialized from $\mathcal{E}_{\mathrm{ReP}}$ optimizes DF-prompts through online PPO, predicting triples $\langle x_i, \tau_i, w_i\rangle$ that form $A^{\mathrm{DFP}}$ and yield $s^{\mathrm{DFP}} = s \oplus A^{\mathrm{DFP}}$, guided by a reward combining CLIP alignment, aesthetic quality, and human preferences with KL regularization. Across Lexica.art, DiffusionDB, and COCO, PAE demonstrates quantitative improvements in human-preference metrics and aesthetic scores, and qualitative results show richer textures and styles without sacrificing semantic fidelity. This approach enables automated, fine-grained control over image generation, offering practical benefits for creators and researchers seeking high-quality, semantically faithful outputs from diffusion models.
Abstract
Text-to-image generative models, specifically those based on diffusion models like Imagen and Stable Diffusion, have made substantial advancements. Recently, there has been a surge of interest in the delicate refinement of text prompts. Users assign weights or alter the injection time steps of certain words in the text prompts to improve the quality of generated images. However, the success of fine-control prompts depends on the accuracy of the text prompts and the careful selection of weights and time steps, which requires significant manual intervention. To address this, we introduce the \textbf{P}rompt \textbf{A}uto-\textbf{E}diting (PAE) method. Besides refining the original prompts for image generation, we further employ an online reinforcement learning strategy to explore the weights and injection time steps of each word, leading to the dynamic fine-control prompts. The reward function during training encourages the model to consider aesthetic score, semantic consistency, and user preferences. Experimental results demonstrate that our proposed method effectively improves the original prompts, generating visually more appealing images while maintaining semantic alignment. Code is available at https://github.com/Mowenyii/PAE.
