Diffusion Lens: Interpreting Text Encoders in Text-to-Image Pipelines
Michael Toker, Hadas Orgad, Mor Ventura, Dana Arad, Yonatan Belinkov
TL;DR
This paper introduces the Diffusion Lens, a novel, weight-free method to interpret text encoders in text-to-image diffusion pipelines by visualizing intermediate representations through the diffusion process. By conditioning the diffusion model on layer-wise outputs of the text encoder after final-layer normalization, the authors reveal how complex concepts and relations are constructed across layers, and how memory retrieval unfolds from common to uncommon concepts. Applying the method to Stable Diffusion and Deep Floyd, they show that simple prompts form representations early while complex prompts and syntactic dependencies emerge later, with model-specific differences likely influenced by architecture and training objectives. These insights advance understanding of text-to-image generation and offer a tool for diagnosing failures and guiding improvements in text encoders and prompting strategies.
Abstract
Text-to-image diffusion models (T2I) use a latent representation of a text prompt to guide the image generation process. However, the process by which the encoder produces the text representation is unknown. We propose the Diffusion Lens, a method for analyzing the text encoder of T2I models by generating images from its intermediate representations. Using the Diffusion Lens, we perform an extensive analysis of two recent T2I models. Exploring compound prompts, we find that complex scenes describing multiple objects are composed progressively and more slowly compared to simple scenes; Exploring knowledge retrieval, we find that representation of uncommon concepts requires further computation compared to common concepts, and that knowledge retrieval is gradual across layers. Overall, our findings provide valuable insights into the text encoder component in T2I pipelines.
