Rethinking Cross-Layer Information Routing in Diffusion Transformers
Abstract
Diffusion Transformers suffer from inefficient cross-layer information flow that traditional residual connections cannot address, prompting the introduction of a learnable, timestep-adaptive routing mechanism that improves training efficiency and model quality.
Diffusion Transformers (DiTs) have become a de facto backbone of modern visual generation, and nearly every major axis of their design -- tokenization, attention, conditioning, objectives, and latent autoencoders -- has been extensively revisited. The residual stream that governs how information accumulates across layers, however, has been directly inherited from the original Transformer. In this paper, we present a systematic empirical analysis of cross-layer information flow in DiTs, jointly along depth and denoising timestep, and identify three concrete symptoms of traditional residual addition, namely monotonic forward magnitude inflation, sharp backward gradient decay, and pronounced block-wise redundancy. Motivated by this diagnosis, we propose Diffusion-Adaptive Routing (DAR), a drop-in residual replacement that performs learnable, timestep-adaptive, and non-incremental aggregation over the history of sublayer outputs. Moreover, the proposed DAR is compatible with many modern Transformer enhancement methods, such as REPA. On ImageNet 256times256, DAR improves SiT-XL/2 by 2.11 FID (7.56 vs.\ 9.67) and matches the baseline's converged quality with 8.75times fewer training iterations. Stacked on top of REPA, it yields a 2times training acceleration in the early stage, suggesting cross-layer information routing as an underexplored design axis in diffusion modeling, one that operates orthogonally to existing representation-alignment objectives. Beyond pretraining, DAR can also be applied during the fine-tuning stage of large-scale T2I models and preserves high-frequency details during Distribution Matching Distillation.
Community
Hi everyone! We’re excited to share our work “Rethinking Cross-Layer Information Routing in Diffusion Transformers.”
While DiTs have been extensively improved in tokenization, attention, conditioning, objectives, and autoencoders, their residual stream is still largely inherited from the original Transformer. We revisit this overlooked design axis and analyze cross-layer information flow in DiTs across both depth and denoising timestep.
Our diagnosis reveals three symptoms of standard residual routing: forward magnitude inflation, backward gradient decay, and block-wise redundancy. Based on this, we propose Diffusion-Adaptive Routing (DAR), a drop-in residual replacement that performs learnable, timestep-adaptive, and non-incremental aggregation over previous sublayer outputs.
On ImageNet 256×256, DAR improves SiT-XL/2 from 9.67 to 7.56 FID and reaches the baseline’s converged quality with 8.75× fewer iterations. DAR is also complementary to REPA, bringing a 2× early-stage speedup, and helps preserve high-frequency details during DMD for large-scale T2I models.
We hope this work highlights cross-layer routing as an underexplored but promising direction for Diffusion Transformers. Feedback is very welcome!
Thanks for this interesting paper. Are you planning to release the code ?
Get this paper in your agent:
hf papers read 2605.20708 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper