Padding Tone: A Mechanistic Analysis of Padding Tokens in T2I Models
Michael Toker, Ido Galil, Hadas Orgad, Rinon Gal, Yoad Tewel, Gal Chechik, Yonatan Belinkov
TL;DR
Padding tokens in text-to-image diffusion models can influence generation when encoded alongside prompts. The authors develop two causal techniques, ITE and IDP, to causally intervene on text-encoder and diffusion representations and quantify pad-token contributions. They find that in frozen-text-encoder models padding tokens are largely ignored, but in trained-text-encoder models, pads can carry semantic information and can act as memory-like registers during diffusion in multi-modal self-attention architectures. The work has practical implications for training and deploying T2I systems, suggesting padding-aware design, training, and data preprocessing may be warranted.
Abstract
Text-to-image (T2I) diffusion models rely on encoded prompts to guide the image generation process. Typically, these prompts are extended to a fixed length by adding padding tokens before text encoding. Despite being a default practice, the influence of padding tokens on the image generation process has not been investigated. In this work, we conduct the first in-depth analysis of the role padding tokens play in T2I models. We develop two causal techniques to analyze how information is encoded in the representation of tokens across different components of the T2I pipeline. Using these techniques, we investigate when and how padding tokens impact the image generation process. Our findings reveal three distinct scenarios: padding tokens may affect the model's output during text encoding, during the diffusion process, or be effectively ignored. Moreover, we identify key relationships between these scenarios and the model's architecture (cross or self-attention) and its training process (frozen or trained text encoder). These insights contribute to a deeper understanding of the mechanisms of padding tokens, potentially informing future model design and training practices in T2I systems.
