FreeInpaint: Tuning-free Prompt Alignment and Visual Rationality Enhancement in Image Inpainting
Chao Gong, Dong Li, Yingwei Pan, Jingjing Chen, Ting Yao, Tao Mei
TL;DR
<1> FreeInpaint tackles the twin challenges of prompt alignment and visual rationality in text-guided image inpainting by introducing a tuning-free, inference-time framework that directly optimizes diffusion latents. <2> It combines PriNo, which steers the initial noise to align attention with the masked region, and DeGu, a decomposed, reward-driven guidance that balances text alignment, visual coherence, and human preference without retraining. <3> Across multiple diffusion backbones and benchmarks (EditBench and MSCOCO), FreeInpaint consistently improves both prompt adherence and image quality, outperforming training-based and training-free baselines. <4> The approach enables practical, robust inpainting with high fidelity to prompts, while acknowledging limitations for extremely small masks and potential biases from reward models.
Abstract
Text-guided image inpainting endeavors to generate new content within specified regions of images using textual prompts from users. The primary challenge is to accurately align the inpainted areas with the user-provided prompts while maintaining a high degree of visual fidelity. While existing inpainting methods have produced visually convincing results by leveraging the pre-trained text-to-image diffusion models, they still struggle to uphold both prompt alignment and visual rationality simultaneously. In this work, we introduce FreeInpaint, a plug-and-play tuning-free approach that directly optimizes the diffusion latents on the fly during inference to improve the faithfulness of the generated images. Technically, we introduce a prior-guided noise optimization method that steers model attention towards valid inpainting regions by optimizing the initial noise. Furthermore, we meticulously design a composite guidance objective tailored specifically for the inpainting task. This objective efficiently directs the denoising process, enhancing prompt alignment and visual rationality by optimizing intermediate latents at each step. Through extensive experiments involving various inpainting diffusion models and evaluation metrics, we demonstrate the effectiveness and robustness of our proposed FreeInpaint.
