English

Sprint: Sparse-Dense Residual Fusion for Efficient Diffusion Transformers

Computer Vision and Pattern Recognition 2026-01-12 v2

Abstract

Diffusion Transformers (DiTs) deliver state-of-the-art generative performance but their quadratic training cost with sequence length makes large-scale pretraining prohibitively expensive. Token dropping can reduce training cost, yet na\"ive strategies degrade representations, and existing methods are either parameter-heavy or fail at high drop ratios. We present SPRINT, Sparse--Dense Residual Fusion for Efficient Diffusion Transformers, a simple method that enables aggressive token dropping (up to 75%) while preserving quality. SPRINT leverages the complementary roles of shallow and deep layers: early layers process all tokens to capture local detail, deeper layers operate on a sparse subset to cut computation, and their outputs are fused through residual connections. Training follows a two-stage schedule: long masked pre-training for efficiency followed by short full-token fine-tuning to close the train--inference gap. On ImageNet-1K 256x256, SPRINT achieves 9.8x training savings with comparable FID/FDD, and at inference, its Path-Drop Guidance (PDG) nearly halves FLOPs while improving quality. These results establish SPRINT as a simple, effective, and general solution for efficient DiT training.

Keywords

Cite

@article{arxiv.2510.21986,
  title  = {Sprint: Sparse-Dense Residual Fusion for Efficient Diffusion Transformers},
  author = {Dogyun Park and Moayed Haji-Ali and Yanyu Li and Willi Menapace and Sergey Tulyakov and Hyunwoo J. Kim and Aliaksandr Siarohin and Anil Kag},
  journal= {arXiv preprint arXiv:2510.21986},
  year   = {2026}
}
R2 v1 2026-07-01T07:04:57.783Z