Region-Aware Text-to-Image Generation via Hard Binding and Soft Refinement
Zhennan Chen, Yajie Li, Haofan Wang, Zhibo Chen, Zhengkai Jiang, Jun Li, Qian Wang, Jian Yang, Ying Tai
TL;DR
Region-Aware generation (RAG) tackles the challenge of fine-grained spatial control in text-to-image synthesis without model-specific training. It introduces a two-stage, tuning-free framework: Regional Hard Binding ensures accurate regional content early in denoising, and Regional Soft Refinement promotes harmonious interactions between adjacent regions through cross-attention-based fusion. A novel image repainting capability allows editing of specific regions in a prior generation without extra inpainting. Empirical results show that RAG surpasses tuning-free baselines in attributes, object relationships, and complex layout adherence, with strong qualitative and user-study support, albeit with higher inference time that can be mitigated with acceleration.
Abstract
Regional prompting, or compositional generation, which enables fine-grained spatial control, has gained increasing attention for its practicality in real-world applications. However, previous methods either introduce additional trainable modules, thus only applicable to specific models, or manipulate on score maps within cross-attention layers using attention masks, resulting in limited control strength when the number of regions increases. To handle these limitations, we present RAG, a Regional-Aware text-to-image Generation method conditioned on regional descriptions for precise layout composition. RAG decouple the multi-region generation into two sub-tasks, the construction of individual region (Regional Hard Binding) that ensures the regional prompt is properly executed, and the overall detail refinement (Regional Soft Refinement) over regions that dismiss the visual boundaries and enhance adjacent interactions. Furthermore, RAG novelly makes repainting feasible, where users can modify specific unsatisfied regions in the last generation while keeping all other regions unchanged, without relying on additional inpainting models. Our approach is tuning-free and applicable to other frameworks as an enhancement to the prompt following property. Quantitative and qualitative experiments demonstrate that RAG achieves superior performance over attribute binding and object relationship than previous tuning-free methods.
