Be Yourself: Bounded Attention for Multi-Subject Text-to-Image Generation
Omer Dahary, Or Patashnik, Kfir Aberman, Daniel Cohen-Or
TL;DR
This work targets the challenge of faithfully generating images containing multiple similar subjects by identifying semantic leakage in attention mechanisms as a key bottleneck. It introduces Bounded Attention, a training-free method that bounds information flow in cross- and self-attention during both guidance and denoising, guided by input bounding boxes and refined via mask clustering. Across SD and SDXL, the approach yields improved layout fidelity and subject individuality, with quantitative gains on DrawBench and supportive user studies. The method enables complex, multi-subject prompts to be realized more faithfully, offering a practical tool for layout-controlled diffusion without additional training.
Abstract
Text-to-image diffusion models have an unprecedented ability to generate diverse and high-quality images. However, they often struggle to faithfully capture the intended semantics of complex input prompts that include multiple subjects. Recently, numerous layout-to-image extensions have been introduced to improve user control, aiming to localize subjects represented by specific tokens. Yet, these methods often produce semantically inaccurate images, especially when dealing with multiple semantically or visually similar subjects. In this work, we study and analyze the causes of these limitations. Our exploration reveals that the primary issue stems from inadvertent semantic leakage between subjects in the denoising process. This leakage is attributed to the diffusion model's attention layers, which tend to blend the visual features of different subjects. To address these issues, we introduce Bounded Attention, a training-free method for bounding the information flow in the sampling process. Bounded Attention prevents detrimental leakage among subjects and enables guiding the generation to promote each subject's individuality, even with complex multi-subject conditioning. Through extensive experimentation, we demonstrate that our method empowers the generation of multiple subjects that better align with given prompts and layouts.
