English

Transform Trained Transformer: Accelerating Naive 4K Video Generation Over 10$\times$

Computer Vision and Pattern Recognition 2025-12-16 v1

Abstract

Native 4K (2160×\times3840) video generation remains a critical challenge due to the quadratic computational explosion of full-attention as spatiotemporal resolution increases, making it difficult for models to strike a balance between efficiency and quality. This paper proposes a novel Transformer retrofit strategy termed T3\textbf{T3} (T\textbf{T}ransform T\textbf{T}rained T\textbf{T}ransformer) that, without altering the core architecture of full-attention pretrained models, significantly reduces compute requirements by optimizing their forward logic. Specifically, T3-Video\textbf{T3-Video} introduces a multi-scale weight-sharing window attention mechanism and, via hierarchical blocking together with an axis-preserving full-attention design, can effect an "attention pattern" transformation of a pretrained model using only modest compute and data. Results on 4K-VBench show that T3-Video\textbf{T3-Video} substantially outperforms existing approaches: while delivering performance improvements (+4.29\uparrow VQA and +0.08\uparrow VTC), it accelerates native 4K video generation by more than 10×\times. Project page at https://zhangzjn.github.io/projects/T3-Video

Keywords

Cite

@article{arxiv.2512.13492,
  title  = {Transform Trained Transformer: Accelerating Naive 4K Video Generation Over 10$\times$},
  author = {Jiangning Zhang and Junwei Zhu and Teng Hu and Yabiao Wang and Donghao Luo and Weijian Cao and Zhenye Gan and Xiaobin Hu and Zhucun Xue and Chengjie Wang},
  journal= {arXiv preprint arXiv:2512.13492},
  year   = {2025}
}

Comments

Project page: https://zhangzjn.github.io/projects/T3-Video

R2 v1 2026-07-01T08:25:34.108Z