PSA: Pyramid Sparse Attention for Efficient Video Understanding and Generation
Xiaolong Li, Youping Gu, Xi Lin, Weijie Wang, Bohan Zhuang

TL;DR
The paper introduces Pyramid Sparse Attention (PSA), a novel efficient attention mechanism for video tasks that reduces information loss and improves computational efficiency through multi-level pooled key-value representations.
Contribution
PSA employs multi-level pooled KV representations with dynamic allocation, enhancing efficiency and information retention in sparse attention for video understanding and generation.
Findings
PSA outperforms existing sparse attention methods on benchmarks.
PSA maintains high visual fidelity with lower computational cost.
PSA demonstrates versatility across video understanding and generation tasks.
Abstract
Attention mechanisms are the core of foundation models, but their quadratic complexity remains a critical bottleneck for scaling. This challenge has driven the development of efficient attention mechanisms, with sparsity emerging as the dominant paradigm. Current methods typically retain or discard entire key-value blocks with binary masks, resulting in substantial information loss under high sparsity. To mitigate this gap, we present Pyramid Sparse Attention (PSA), a versatile module applicable to both video understanding and generation tasks. Instead of binary masking, PSA introduces multi-level pooled KV representations, enabling finer mask granularity. Specifically, each query block dynamically allocates lower pooling levels to critical KV blocks and higher levels to less important ones, creating an informative interpolation between full retention and complete pruning. This design,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis · Multimodal Machine Learning Applications
