Rethinking The Training And Evaluation of Rich-Context Layout-to-Image Generation
Jiaxin Cheng, Zixu Zhao, Tong He, Tianjun Xiao, Yicong Zhou, Zheng Zhang
TL;DR
The paper tackles open-set, rich-context layout-to-image (L2I) generation by introducing a regional cross-attention module that processes per-object descriptions within regionally reorganized layout regions. It enhances locality, completeness, and collectiveness by cross-attending object text to corresponding visual regions and encoding descriptions with bounding box indicators (Sequenced Grounding Encoding). To evaluate open-set L2I, the authors propose CropCLIP for object-label alignment and SAMIoU for layout fidelity, validated through a human-user study that confirms reliability. Experiments using SDXL/SD1.5 backbones on synthetic Rich-Context CC3M/RC COCO data show improved generation quality and reduced computation in layout-conditioning layers, especially for complex/descriptive prompts. The work provides a practical framework for richer, more precise L2I generation and offers open-set evaluation benchmarks that align with human judgments.
Abstract
Recent advancements in generative models have significantly enhanced their capacity for image generation, enabling a wide range of applications such as image editing, completion and video editing. A specialized area within generative modeling is layout-to-image (L2I) generation, where predefined layouts of objects guide the generative process. In this study, we introduce a novel regional cross-attention module tailored to enrich layout-to-image generation. This module notably improves the representation of layout regions, particularly in scenarios where existing methods struggle with highly complex and detailed textual descriptions. Moreover, while current open-vocabulary L2I methods are trained in an open-set setting, their evaluations often occur in closed-set environments. To bridge this gap, we propose two metrics to assess L2I performance in open-vocabulary scenarios. Additionally, we conduct a comprehensive user study to validate the consistency of these metrics with human preferences.
