CVCLGRLGJan 31, 2023

Attend-and-Excite: Attention-Based Semantic Guidance for Text-to-Image Diffusion Models

Meta AI
arXiv:2301.13826v2822 citationsh-index: 117
Originality Incremental advance
AI Analysis

This addresses a critical limitation in text-to-image generation for users needing accurate visual representations from text prompts, though it is an incremental improvement on existing models.

The paper tackled the problem of catastrophic neglect and attribute binding failures in text-to-image diffusion models, where subjects or attributes from prompts are omitted or incorrectly assigned, by introducing Attend-and-Excite to guide cross-attention units during inference, resulting in more faithful image generation across a range of prompts.

Recent text-to-image generative models have demonstrated an unparalleled ability to generate diverse and creative imagery guided by a target text prompt. While revolutionary, current state-of-the-art diffusion models may still fail in generating images that fully convey the semantics in the given text prompt. We analyze the publicly available Stable Diffusion model and assess the existence of catastrophic neglect, where the model fails to generate one or more of the subjects from the input prompt. Moreover, we find that in some cases the model also fails to correctly bind attributes (e.g., colors) to their corresponding subjects. To help mitigate these failure cases, we introduce the concept of Generative Semantic Nursing (GSN), where we seek to intervene in the generative process on the fly during inference time to improve the faithfulness of the generated images. Using an attention-based formulation of GSN, dubbed Attend-and-Excite, we guide the model to refine the cross-attention units to attend to all subject tokens in the text prompt and strengthen - or excite - their activations, encouraging the model to generate all subjects described in the text prompt. We compare our approach to alternative approaches and demonstrate that it conveys the desired concepts more faithfully across a range of text prompts.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes