MiniMax稀疏注意力:1M token注意力计算减少28.4倍
Quite incredible, MiniMax Sparse Attention cuts attention compute by 28.4X at 1M…
Quite incredible, MiniMax Sparse Attention cuts attention compute by 28.4X at 1M tokens, with 14.2X faster prefill and 7.6X faster decoding on H800 GPUs.
While mostly matching the full version’s benchmark performance.
This can happen when attention stops treating every token as equally worth revisiting.
The trick is not to abandon softmax attention, but to make it selective before it becomes expensive.
MSA adds a small routing branch beside ordinary Grouped Query Attention, letting each query group choose the key-value blocks it should inspect while the main branch performs exact attention only inside that chosen set.
The model is no longer paying to compare every new thought with the entire past, only with the parts its learned indexer predicts are worth comparing.
Long context is not a memory feature by itself; it is a retrieval problem under brutal latency constraints, where the model must decide what deserves bandwidth at the moment of use.
MiniMax Sparse Attention is compelling because it moves that decision into the architecture, trains the selector against the model’s own attention patterns.
----
Link – arxiv. org/abs/2606.13392
Title: "MiniMax Sparse Attention"
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力