specific method · filed under model architecture
Qwen Sparse Attention
A sparse-attention method that aggregates tokens into micro-blocks, estimates their importance, and selects relevant regions for attention.
Also called Qwen Sparse Attention (QSA).
- sources
- 6
- model
- 1
- lab adopt it
- 1
- strongest
- core
How sources treat it
One count per evidence span, weakest treatment to strongest.
Documented in
Evidence
6 spans quoted from the sources, strongest treatment first.
it aggregates the sequence into micro-blocks, estimates importance at the block level, and then selects the most relevant regions
QSA replaces the Gated Attention layers of Qwen3.5's hybrid with a sparse mechanism that "operates at the micro-block level" rather than per token
Qwen3.8-Flash-Next adopts Qwen Sparse Attention (QSA).
the fourth uses Qwen Sparse Attention for precise long-range retrieval.
QSA operates at the micro-block level.
Qwen Sparse Attention (QSA) uses a compressed lightweight indexer to select the important context at micro-block granularity
Filed alongside
Other methods under model architecture :: token mixer :: sparse attention.