A Task is Worth One Word: Learning with Task Prompts for High-Quality Versatile Image Inpainting
Junhao Zhuang, Yanhong Zeng, Wenran Liu, Chun Yuan, Kai Chen
TL;DR
PowerPaint introduces a diffusion-based inpainting framework that unifies context-aware filling and text-guided object synthesis through learnable task prompts. By training two prompts, P_obj and P_ctxt, alongside a P_shape for shape-guided inpainting and employing prompt interpolation and classifier-free guidance, the model achieves state-of-the-art results across object inpainting, object removal, and shape-constrained editing within a single system. Extensive experiments on OpenImages, MSCOCO, Places2, and Flickr-Scenery demonstrate robust performance, with ablations confirming the value of task-specific prompts and unified training. The work enables versatile image editing workflows and highlights practical applications, including controllable shape fitting and compatibility with ControlNet, with code and models released for public use.
Abstract
Advancing image inpainting is challenging as it requires filling user-specified regions for various intents, such as background filling and object synthesis. Existing approaches focus on either context-aware filling or object synthesis using text descriptions. However, achieving both tasks simultaneously is challenging due to differing training strategies. To overcome this challenge, we introduce PowerPaint, the first high-quality and versatile inpainting model that excels in multiple inpainting tasks. First, we introduce learnable task prompts along with tailored fine-tuning strategies to guide the model's focus on different inpainting targets explicitly. This enables PowerPaint to accomplish various inpainting tasks by utilizing different task prompts, resulting in state-of-the-art performance. Second, we demonstrate the versatility of the task prompt in PowerPaint by showcasing its effectiveness as a negative prompt for object removal. Moreover, we leverage prompt interpolation techniques to enable controllable shape-guided object inpainting, enhancing the model's applicability in shape-guided applications. Finally, we conduct extensive experiments and applications to verify the effectiveness of PowerPaint. We release our codes and models on our project page: https://powerpaint.github.io/.
