Dominating vs. Dominated: Generative Collapse in Diffusion Models
Hayeon Jeong, Jong-Seok Lee
TL;DR
This work identifies Dominant-vs-Dominated (DvD) as a core failure mode in multi-concept text-to-image diffusion, where limited visual diversity in training data biases generation toward a dominant concept and suppresses others. It introduces DominanceBench, a dataset and protocol for systematic analysis of DvD, and provides a data-driven causal account showing that reduced visual diversity induces rigid priors that dominate compositional prompts. Through cross-attention and temporal analyses, the study reveals that dominance arises from early, layer-wise attention concentration on the dominant token and is distributed across multiple heads rather than localized to a few heads, complicating mitigation. The paper also proposes a real-time detection method using Focus Score and demonstrates that moderate architectural interventions, informed by these insights, are needed to address generative collapse without altering user prompts. Overall, the findings offer a principled pathway to more reliable, controllable diffusion-based generation in the presence of complex, multi-concept prompts.
Abstract
Text-to-image diffusion models have drawn significant attention for their ability to generate diverse and high-fidelity images. However, when generating from multi-concept prompts, one concept token often dominates the generation, suppressing the others-a phenomenon we term the Dominant-vs-Dominated (DvD) imbalance. To systematically analyze this imbalance, we introduce DominanceBench and examine its causes from both data and architectural perspectives. Through various experiments, we show that the limited instance diversity in training data exacerbates the inter-concept interference. Analysis of cross-attention dynamics further reveals that dominant tokens rapidly saturate attention, progressively suppressing others across diffusion timesteps. In addition, head ablation studies show that the DvD behavior arises from distributed attention mechanisms across multiple heads. Our findings provide key insights into generative collapse, advancing toward more reliable and controllable text-to-image generation.
