Interpreting the Synchronization Gap: The Hidden Mechanism Inside Diffusion Transformers

arXiv cs.LG / 2026/3/24

💬 オピニオンIdeas & Deep AnalysisModels & Research

要点

  • The paper explains the “synchronization gap” in diffusion models by linking it to coupled Ornstein–Uhlenbeck-style interaction timescales and investigating how this appears inside Diffusion Transformers (DiTs) in practice.
  • It introduces an explicit architectural mechanism for replica coupling by embedding two generative trajectories into a shared token sequence and using a symmetric cross-attention gating parameter g.
  • A linearized analysis shows how the interaction between replicas decomposes mechanistically inside attention layers, providing a theoretical bridge from continuous-time theory to discrete transformer architectures.
  • Experiments on a pretrained DiT-XL/2 track commitment behavior and per-layer internal mode energies, finding that the synchronization gap is intrinsic to DiTs, collapses under strong coupling, and is localized to the final transformer layers.
  • The results also show a frequency-driven commitment order: global low-frequency structure commits earlier than local high-frequency details, suggesting a depth-local “speciation” process near the output layers.

Abstract

Recent theoretical models of diffusion processes, conceptualized as coupled Ornstein-Uhlenbeck systems, predict a hierarchy of interaction timescales, and consequently, the existence of a synchronization gap between modes that commit at different stages of the reverse process. However, because these predictions rely on continuous time and analytically tractable score functions, it remains unclear how this phenomenology manifests in the deep, discrete architectures deployed in practice. In this work, we investigate how the synchronization gap is mechanistically realized within pretrained Diffusion Transformers (DiTs). We construct an explicit architectural realization of replica coupling by embedding two generative trajectories into a joint token sequence, modulated by a symmetric cross attention gate with variable coupling strength g. Through a linearized analysis of the attention difference, we show that the replica interaction decomposes mechanistically. We empirically validate our theoretical framework on a pretrained DiT-XL/2 model by tracking commitment and per layer internal mode energies. Our results reveal that: (1) the synchronization gap is an intrinsic architectural property of DiTs that persists even when external coupling is turned off; (2) as predicted by our spatial routing bounds, the gap completely collapses under strong coupling; (3) the gap is strictly depth localized, emerging sharply only within the final layers of the Transformer; and (4) global, low frequency structures consistently commit before local, high frequency details. Ultimately, our findings provide a mechanistic interpretation of how Diffusion Transformers resolve generative ambiguity, isolating speciation transitions to the terminal layers of the network.