כתבה
arXiv cs.CL ·
PIVOT: Efficient Query-Group Indexing for Token-Level Sparse Attention
תקציר מקורי באנגליתarXiv:2607.24593v1 Announce Type: new Abstract: Token-level sparse attention, as implemented by DeepSeek Sparse Attention (DSA) in production systems, makes the downstream attention efficient but shifts the bottleneck to the indexer that feeds it. To select the top-k tokens for each query, the indexer must still score every preceding token, incurring a cost of O(L^2) per layer for a sequence of length L. We observe that this per-query scan is largely redundant: nearby queries select highly overlapping top-k tokens, and the indexer scores are long-tailed along the key axis. We exploit these properties in PIVOT, Proxy Indexing Via One full-prefix Traversal, a training-free, drop-in replacement for the DSA indexer that shares one prefix scan across a group of nearby queries. PIVOT aggregates
קרא במקור המקורי
arxiv.org
פתח כתבה מקורית