English

RT-Lynx: Putting the GEMM Sparsity In a Right Way for Diffusion Models

Machine Learning 2026-05-27 v1

Abstract

Diffusion Transformers (DiT) achieve strong performance in image generation but incur substantial inference costs. While prior work has reduced this cost via quantization and distillation, semi-structured sparsity, which can nearly halve FLOPs, remains underexplored. A key reason is that most existing approaches focus on weight sparsification, and pruning 50% of the weights can remove critical model capacity and degrade generation quality. Our study, however, shows that DiT activations are intrinsically sparse and significantly more robust to N:M semi-structured sparsification than weights. Motivated by this observation, we advocate a paradigm shift from weight sparsification to activation sparsification. We propose RT-Lynx, which applies N:M sparsification to activations and incorporates error-compensation techniques to mitigate accuracy loss. We further implement highly optimized CUDA kernels tailored to this setting, achieving up to a 1.55x speedup on average in linear layers. Extensive experiments across multiple diffusion models demonstrate that our method preserves the generation quality of the original models while substantially accelerating inference.

Keywords

Cite

@article{arxiv.2605.26632,
  title  = {RT-Lynx: Putting the GEMM Sparsity In a Right Way for Diffusion Models},
  author = {Xing Cong and Hanlin Tang and Kan Liu and Lan Tao and Lin Qu and Chenhao Xie},
  journal= {arXiv preprint arXiv:2605.26632},
  year   = {2026}
}

Comments

33 pages, 18 figures, Accepted by ICML 2026

R2 v1 2026-07-22T07:33:57.486Z