AI Navigate

DreamReader: An Interpretability Toolkit for Text-to-Image Models

arXiv cs.LG / 3/17/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • DreamReader provides a unified, model-agnostic framework for diffusion interpretability across timesteps and modules, consolidating existing probing methods.
  • It introduces three novel intervention primitives: representation fine-tuning (LoReFT) for subspace-constrained internal adaptation, classifier-guided gradient steering with MLP probes, and component-level cross-model mapping to study transferability of representations.
  • The toolkit enables lightweight white-box interventions on text-to-image models by leveraging techniques from LLM interpretability, including activation stitching and targeted activation steering.
  • DreamReader is released as an open-source toolkit to advance research on diffusion model interpretability and cross-model analysis.

Abstract

Despite the rapid adoption of text-to-image (T2I) diffusion models, causal and representation-level analysis remains fragmented and largely limited to isolated probing techniques. To address this gap, we introduce DreamReader: a unified framework that formalizes diffusion interpretability as composable representation operators spanning activation extraction, causal patching, structured ablations, and activation steering across modules and timesteps. DreamReader provides a model-agnostic abstraction layer enabling systematic analysis and intervention across diffusion architectures. Beyond consolidating existing methods, DreamReader introduces three novel intervention primitives for diffusion models: (1) representation fine-tuning (LoReFT) for subspace-constrained internal adaptation; (2) classifier-guided gradient steering using MLP probes trained on activations; and (3) component-level cross-model mapping for systematic study of transferability of representations across modalities. These mechanisms allows us to do lightweight white-box interventions on T2I models by drawing inspiration from interpretability techniques on LLMs. We demonstrate DreamReader through controlled experiments that (i) perform activation stitching between two models, and (ii) apply LoReFT to steer multiple activation units, reliably injecting a target concept into the generated images. Experiments are specified declaratively and executed in controlled batched pipelines to enable reproducible large-scale analysis. Across multiple case studies, we show that techniques adapted from language model interpretability yield promising and controllable interventions in diffusion models. DreamReader is released as an open source toolkit for advancing research on T2I interpretability.