paper-with-me

홈 › Papers

RSTR: Reducing SpatioTemporal Redundancy in Diffusion Transformers

2025-12-16 · Ruitong Sun, Tianze Yang, Wei Niu, Jin Sun arxiv

Diffusion Transformers (DiTs) have achieved remarkable success in image generation, yet their deployment is hindered by high computational costs. We identify two sources of redundancy. First, temporal redundancy: Classifier-Free Guidance (CFG) applies costly dual forward passes at every timestep, yet guidance matters only at specific steps, and variable scales at critical steps can compensate for skipping others. Second, spatial redundancy: under variable guidance, different transformer blocks exhibit heterogeneous sensitivity, yet uniform calibration across all blocks wastes computation while failing to address their varying requirements. We present RSTR, the first framework to jointly reduce spatiotemporal redundancy in diffusion transformers. Stage-1 addresses temporal redundancy through evolutionary search, discovering sparse guidance schedules with variable scales. Stage-2 addresses spatial redundancy through adaptive rank allocation, assigning calibration capacities to transformer regions based on their sensitivity. Experiments on DiT-XL/2, PixArt-$α$, FLUX, and state-of-the-art Qwen-Image demonstrate 50%-70% compute savings while maintaining or improving quality. On DiT-XL/2, RSTR achieves 57% savings with 15% FID improvement; on Qwen-Image, 3.43$\times$ speedup with preserved quality.

📄 PDF Abstract BibTeX arXiv:2512.14096

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

UniFormer: Unified Transformer for Efficient Spatiotemporal Representation Learning

2022-01-12 · Kunchang Li, Yali Wang, Peng Gao, Guanglu Song 외

It is a challenging task to learn rich and multi-scale spatiotemporal semantics from high-dimensional videos, due to large local redundancy and complex global dependency between video frames. The recent advances in this …

Representation Learning

Unveiling Redundancy in Diffusion Transformers (DiTs): A Systematic Study

2024-11-18 · Xibo Sun, Jiarui Fang, Aoyu Li, Jinzhe Pan

The increased model capacity of Diffusion Transformers (DiTs) and the demand for generating higher resolutions of images and videos have led to a significant rise in inference latency, impacting real-time performance adv…

Scheduling

AViTS: Adaptive Spatiotemporal Token Selection for Efficient Dynamic-Resolution Generation

2026-08-18 · Haoran Qin, Zhengan Yan, Shikang Zheng, Xiaobing Tu 외 arxiv

Diffusion Transformers (DiTs) achieve high-quality generation but are costly due to iterative sampling. Dynamic-resolution sampling reduces early-stage cost by denoising at low resolution; however, uniformly upsampling a…

FullDiT2: Efficient In-Context Conditioning for Video Diffusion Transformers

2025-06-04 · Xuanhua He, Quande Liu, Zixuan Ye, Weicai Ye 외

Fine-grained and efficient controllability on video diffusion transformers has raised increasing desires for the applicability. Recently, In-context Conditioning emerged as a powerful paradigm for unified conditional vid…

Video EditingVideo Generation

CardioDiT: Latent Diffusion Transformers for 4D Cardiac MRI Synthesis

2026-03-26 · Marvin Seyfarth, Sarah Kaye Müller, Arman Ghanaat, Isabelle Ayx 외 arxiv

Latent diffusion models (LDMs) have recently achieved strong performance in 3D medical image synthesis. However, modalities like cine cardiac MRI (CMR), representing a temporally synchronized 3D volume across the cardiac…