English

A Unified Sparse Attention via Multi-Granularity Compression

Computation and Language 2025-12-17 v1

Abstract

Efficient long-context understanding and reasoning are increasingly vital for large language model (LLM) applications such as multi-turn dialogue and program analysis. However, the core self-attention mechanism scales quadratically with sequence length, creating a fundamental computational bottleneck. Existing sparse attention methods alleviate this issue but face trade-offs: training-based methods are costly and cannot be directly applied as acceleration plugins for other models, while inference-time methods often compromise efficiency or cross-modal generality. To address these limitations, we present UniSparse, a unified mechanism that introduces the notion of composite tokens--compact representations that aggregate multi-granularity contextual information. Building on this abstraction, UniSparse dynamically constructs sparse attention through multi-granularity compression and block-level selection, enabling efficient and hardware-friendly execution on GPU. Across multiple modalities and tasks ranging from synthetic benchmarks to real-world applications, UniSparse consistently surpasses state-of-the-art sparse attention methods (e.g., MInference, XAttention, FlexPrefill) in both accuracy and efficiency, achieving \ge 99% of full-attention accuracy and up to 2.61×\times faster attention computation than FlashAttention.

Keywords

Cite

@article{arxiv.2512.14082,
  title  = {A Unified Sparse Attention via Multi-Granularity Compression},
  author = {Siran Liu and Zane Cao and Yongchao He},
  journal= {arXiv preprint arXiv:2512.14082},
  year   = {2025}
}
R2 v1 2026-07-01T08:26:45.180Z