AI RESEARCH
Sparser Block-Sparse Attention via Token Permutation
arXiv CS.AI
•
ArXi:2510.21270v2 Announce Type: replace-cross Scaling the context length of large language models (LLMs) offers significant benefits but is computationally expensive. This expense stems primarily from the self-attention mechanism, whose $O(N^2)$ complexity with respect to sequence length presents a major bottleneck for both memory and latency. Fortunately, the attention matrix is often sparse, particularly for long sequences, suggesting an opportunity for optimization.