TensorX
返回文献探索

Paper · arXiv 2505.11254

Delta Attention: Fast and Accurate Sparse Attention Inference by Delta Correction

Jeffrey Willette, Heejun Lee, Sung Ju Hwang

49 upvotesMay 16, 2025arXiv 预印本
AI 摘要

A novel procedure corrects distributional shifts in sparse attention, enhancing performance and reducing computational cost compared to full quadratic attention.

attention mechanismtransformerquadratic complexityinference costslatencysparse attentiondistributional shiftdecoding-time querieskeysprefill stagesliding window attentionsink tokensFlash Attention 2

Abstract

The attention mechanism of a transformer has a quadratic complexity, leading to high inference costs and latency for long sequences. However, attention matrices are mostly sparse, which implies that many entries may be omitted from computation for efficient inference. Sparse attention inference methods aim to reduce this computational burden; however, they also come with a troublesome performance degradation. We discover that one reason for this degradation is that the sparse calculation induces a distributional shift in the attention outputs. The distributional shift causes decoding-time queries to fail to align well with the appropriate keys from the prefill stage, leading to a drop in performance. We propose a simple, novel, and effective procedure for correcting this distributional shift, bringing the distribution of sparse attention outputs closer to that of quadratic attention. Our method can be applied on top of any sparse attention method, and results in an average 36%pt performance increase, recovering 88% of quadratic attention accuracy on the 131K RULER benchmark when applied on top of sliding window attention with sink tokens while only adding a small overhead. Our method can maintain approximately 98.5% sparsity over full quadratic attention, making our model 32 times faster than Flash Attention 2 when processing 1M token prefills.

北京市昌平区探索星信息技术及软件开发工作室

京ICP备2026059466号
Delta Attention: Fast and Accurate Sparse Attention Inference by Delta Correction | TensorX