详细信息
- 来源站点
- ArXiv CS.CL
- 作者
- Yutao Sun, Yanqi Zhang, Li Dong, Jianyong Wang, Furu Wei
- 文章类型
- NEWS
- 语言
- en
- 发布日期
- 2026-06-05
摘要
arXiv:2606.06467v1 Announce Type: new Abstract: Long-context inference in modern LLMs is increasingly constrained by decoding efficiency, especially in reasoning-heavy settings where models generate long intermediate chains of thought. Existing sparse attention methods often face a practical efficiency-quality trade-off. Structured block sparse methods typically provide stronger acceleration but incur noticeable quality loss, while token sparse methods are usually more accurate yet deliver limited end-to-end speedup because top-k routing over the full cache remains expensive. In this work, we propose cross-layer sparse attention (CLSA), which is built on top of KV-sharing architectures such as YOCO. The core idea is to share not only the KV cache across cross-decoder layers, but also the routing index.