中文

AB-Sparse: Sparse Attention with Adaptive Block Size for Accurate and Efficient Long-Context Inference

分布式、并行与集群计算 2026-05-13 v1

摘要

As large language models scale to longer contexts, loading the growing KV cache during attention computation becomes a critical bottleneck. Previous work has shown that attention computation is dominated by a small subset of tokens. This motivates block sparse attention methods that partition the KV cache into fixed-size blocks and selectively compute attention over those blocks exhibiting high importance. However, these methods assign a uniform block size across all attention heads, implicitly assuming homogeneous behavior throughout the model. Our analysis reveals that this assumption is flawed: attention heads exhibit widely varying sensitivity to block granularity, and uniformity leads to suboptimal accuracy. We present AB-Sparse, a training-free algorithm-system co-designed framework that improves accuracy while preserving throughput. AB-Sparse introduces lightweight adaptive block size allocation across attention heads to improve accuracy. To compensate for the additional memory overhead, it further employs lossless block centroid quantization. In addition, custom GPU kernels are developed to support efficient execution with variable block sizes. Evaluation results demonstrate that AB-Sparse achieves an accuracy improvement of up to 5.43% over existing block sparse attention baselines without throughput overhead.

关键词

引用

@article{arxiv.2605.12110,
  title  = {AB-Sparse: Sparse Attention with Adaptive Block Size for Accurate and Efficient Long-Context Inference},
  author = {Di Liu and Ruitian Wang and Chen Chen and Mingliang Gong and Yongjie Yuan and Han Zhao and Yu Feng and Quan Chen and Minyi Guo},
  journal= {arXiv preprint arXiv:2605.12110},
  year   = {2026}
}