CVAILGDec 3, 2025

PSA: Pyramid Sparse Attention for Efficient Video Understanding and Generation

arXiv:2512.04025v13 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the computational scaling problem for video understanding and generation tasks, offering an incremental improvement over current sparse attention methods.

The paper tackles the quadratic complexity bottleneck of attention mechanisms in foundation models by introducing Pyramid Sparse Attention (PSA), which uses multi-level pooled key-value representations to reduce information loss under high sparsity, achieving comparable or better performance than existing sparse attention baselines with superior efficiency-quality trade-offs.

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, analogous to fixed-point quantization and classical feature pyramid networks in computer vision, effectively mitigates information loss while preserving computational efficiency under a low compute budget. It works with a native, hardware-friendly kernel that leverages decoupled block-tile design to ensure efficient execution. Across video understanding and generation benchmarks, PSA preserves contextual information and visual fidelity, consistently outperforming or achieving comparable performance over existing sparse attention baselines with superior efficiency-quality trade-offs. Our code and model weights are publicly available at: http://ziplab.co/PSA

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes