Circuit Mechanisms for Spatial Relation Generation in Diffusion Transformers
Binxu Wang, Jingxuan Fan, Xu Pan
TL;DR
This work investigates how diffusion transformers generate spatial relations between multiple objects by applying mechanistic interpretability to models trained from scratch on a minimal two-object task. It reveals two distinct circuits governed by the text encoder: random embeddings rely on a two-stage modular circuit with a dedicated spatial relation head and an object-generation head, while a pretrained T5 encoder uses information fusion within text tokens so relations are decoded from a single token. The findings show similar end-task performance but different robustness to prompt perturbations, highlighting how embedding design shapes inductive bias and interpretability. These insights inform how to design more robust, controllable, and explainable T2I systems where spatial composition is crucial.
Abstract
Diffusion Transformers (DiTs) have greatly advanced text-to-image generation, but models still struggle to generate the correct spatial relations between objects as specified in the text prompt. In this study, we adopt a mechanistic interpretability approach to investigate how a DiT can generate correct spatial relations between objects. We train, from scratch, DiTs of different sizes with different text encoders to learn to generate images containing two objects whose attributes and spatial relations are specified in the text prompt. We find that, although all the models can learn this task to near-perfect accuracy, the underlying mechanisms differ drastically depending on the choice of text encoder. When using random text embeddings, we find that the spatial-relation information is passed to image tokens through a two-stage circuit, involving two cross-attention heads that separately read the spatial relation and single-object attributes in the text prompt. When using a pretrained text encoder (T5), we find that the DiT uses a different circuit that leverages information fusion in the text tokens, reading spatial-relation and single-object information together from a single text token. We further show that, although the in-domain performance is similar for the two settings, their robustness to out-of-domain perturbations differs, potentially suggesting the difficulty of generating correct relations in real-world scenarios.
