English

Re-ttention: Ultra Sparse Visual Generation via Attention Statistical Reshape

Computer Vision and Pattern Recognition 2025-10-30 v4

Abstract

Diffusion Transformers (DiT) have become the de-facto model for generating high-quality visual content like videos and images. A huge bottleneck is the attention mechanism where complexity scales quadratically with resolution and video length. One logical way to lessen this burden is sparse attention, where only a subset of tokens or patches are included in the calculation. However, existing techniques fail to preserve visual quality at extremely high sparsity levels and might even incur non-negligible compute overheads. To address this concern, we propose Re-ttention, which implements very high sparse attention for visual generation models by leveraging the temporal redundancy of Diffusion Models to overcome the probabilistic normalization shift within the attention mechanism. Specifically, Re-ttention reshapes attention scores based on the prior softmax distribution history in order to preserve the visual quality of the full quadratic attention at very high sparsity levels. Experimental results on T2V/T2I models such as CogVideoX and the PixArt DiTs demonstrate that Re-ttention requires as few as 3.1% of the tokens during inference, outperforming contemporary methods like FastDiTAttn, Sparse VideoGen and MInference.

Keywords

Cite

@article{arxiv.2505.22918,
  title  = {Re-ttention: Ultra Sparse Visual Generation via Attention Statistical Reshape},
  author = {Ruichen Chen and Keith G. Mills and Liyao Jiang and Chao Gao and Di Niu},
  journal= {arXiv preprint arXiv:2505.22918},
  year   = {2025}
}

Comments

author comment: This version was previously removed by arXiv administrators as the submitter did not have the rights to agree to the license at the time of submission. The authors have now obtained the necessary permissions, and the paper is resubmitted accordingly

R2 v1 2026-07-01T02:47:29.549Z