PROBLEM
What it had to solve.
Cross-attention maps are the go-to interpretability signal for diffusion models — but they are noisy, timestep-dependent, and rarely sharp enough to explain where a concept was painted.
A post-hoc interpretability framework that maps image regions back to prompt tokens in text-to-image diffusion models. Introduces the Word–BBox Alignment Score for comparing how faithfully different models paint what they are told.

Cross-attention maps are the go-to interpretability signal for diffusion models — but they are noisy, timestep-dependent, and rarely sharp enough to explain where a concept was painted.
reverseDAAM aggregates cross-attention across denoising timesteps with an importance-weighted schedule, then inverts the map to attribute image regions to prompt tokens. The Word–BBox Alignment Score lets us compare models by measuring overlap with ground-truth object boxes.
SDXL aligned objects to prompts 22% better than Stable Diffusion 1.5 on a 400-prompt held-out set — with the gap widening for multi-object compositions.