Get What You Want, Not What You Don't: Image Content Suppression for Text-to-Image Diffusion Models
Senmao Li, Joost van de Weijer, Taihang Hu, Fahad Shahbaz Khan, Qibin Hou, Yaxing Wang, Jian Yang
TL;DR
The paper tackles the challenge of suppressing undesired content in text-to-image diffusion by manipulating text embeddings rather than fine-tuning generators. It introduces soft-weighted regularization to weaken negative information embedded in [EOT] tokens and a subsequent inference-time embedding optimization that preserves the positive target while further suppressing the negative content through attention-based losses. The approach demonstrates improved suppression performance across generated and real images, generalizes to both Stable Diffusion and DeepFloyd-IF, and remains model-agnostic without requiring paired data. A notable limitation is the runtime cost of the inference-time optimization, which the authors acknowledge and suggest could be reduced with engineering efforts.
Abstract
The success of recent text-to-image diffusion models is largely due to their capacity to be guided by a complex text prompt, which enables users to precisely describe the desired content. However, these models struggle to effectively suppress the generation of undesired content, which is explicitly requested to be omitted from the generated image in the prompt. In this paper, we analyze how to manipulate the text embeddings and remove unwanted content from them. We introduce two contributions, which we refer to as $\textit{soft-weighted regularization}$ and $\textit{inference-time text embedding optimization}$. The first regularizes the text embedding matrix and effectively suppresses the undesired content. The second method aims to further suppress the unwanted content generation of the prompt, and encourages the generation of desired content. We evaluate our method quantitatively and qualitatively on extensive experiments, validating its effectiveness. Furthermore, our method is generalizability to both the pixel-space diffusion models (i.e. DeepFloyd-IF) and the latent-space diffusion models (i.e. Stable Diffusion).
