English

Double-P: Hierarchical Top-P Sparse Attention for Long-Context LLMs

Machine Learning 2026-02-06 v1 Artificial Intelligence

Abstract

As long-context inference becomes central to large language models (LLMs), attention over growing key-value caches emerges as a dominant decoding bottleneck, motivating sparse attention for scalable inference. Fixed-budget top-k sparse attention cannot adapt to heterogeneous attention distributions across heads and layers, whereas top-p sparse attention directly preserves attention mass and provides stronger accuracy guarantees. Existing top-p methods, however, fail to jointly optimize top-p accuracy, selection overhead, and sparse attention cost, which limits their overall efficiency. We present Double-P, a hierarchical sparse attention framework that optimizes all three stages. Double-P first performs coarse-grained top-p estimation at the cluster level using size-weighted centroids, then adaptively refines computation through a second top-p stage that allocates token-level attention only when needed. Across long-context benchmarks, Double-P consistently achieves near-zero accuracy drop, reducing attention computation overhead by up to 1.8x and delivers up to 1.3x end-to-end decoding speedup over state-of-the-art fixed-budget sparse attention methods.

Keywords

Cite

@article{arxiv.2602.05191,
  title  = {Double-P: Hierarchical Top-P Sparse Attention for Long-Context LLMs},
  author = {Wentao Ni and Kangqi Zhang and Zhongming Yu and Oren Nelson and Mingu Lee and Hong Cai and Fatih Porikli and Jongryool Kim and Zhijian Liu and Jishen Zhao},
  journal= {arXiv preprint arXiv:2602.05191},
  year   = {2026}
}
R2 v1 2026-07-01T09:37:03.735Z