Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

VecAttention: Vector-wise Sparse Attention for Accelerating Long Context Inference

About

Long-context video understanding and generation pose a significant computational challenge for Transformer-based video models due to the quadratic complexity of self-attention. While existing sparse attention methods employ coarse-grained patterns to improve efficiency, they typically incur redundant computation and suboptimal performance. To address this issue, in this paper, we propose \textbf{VecAttention}, a novel framework of vector-wise sparse attention that achieves superior accuracy-efficiency trade-offs for video models. We observe that video attention maps exhibit a strong vertical-vector sparse pattern, and further demonstrate that this vertical-vector pattern offers consistently better accuracy-sparsity trade-offs compared with existing coarse-grained sparse patterns. Based on this observation, VecAttention dynamically selects and processes only informative vertical vectors through a lightweight important-vector selection that minimizes memory access overhead and an optimized kernel of vector sparse attention. Comprehensive evaluations on video understanding (VideoMME, LongVideoBench, and VCRBench) and generation (VBench) tasks show that VecAttention delivers a 2.65$\times$ speedup over full attention and a 1.83$\times$ speedup over state-of-the-art sparse attention methods, with comparable accuracy to full attention. Our code is available at https://github.com/anminliu/VecAttention.

Anmin Liu, Ruixuan Yang, Huiqiang Jiang, Bin Lin, Minmin Sun, Yong Li, Chen Zhang, Tao Xie• 2026

Related benchmarks

TaskDatasetResultRank
Video UnderstandingVideoMME--
222
Video UnderstandingLongVideoBench
Accuracy59.4
56
Video Understandingvcrbench
Accuracy33.8
10
Video GenerationVBench Wan2.1-14B Text-to-Video 720P
SSIM66.8
6
Video GenerationVBench HunyuanVideo-T2V-13B
Sparsity (%)62.1
3
Showing 5 of 5 rows

Other info

Follow for update