Model techniques map
Techniquesmodel architecturetoken mixersparse attention

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.

core 6

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

coreunclearin Qwen3.8-Flash-NextQwen

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

coremodel architecturein Qwen3.8-Flash-NextQwen

Qwen3.8-Flash-Next adopts Qwen Sparse Attention (QSA).

coreunclearin Qwen3.8-Flash-NextQwen

the fourth uses Qwen Sparse Attention for precise long-range retrieval.

coremodel architecturein Qwen3.8-Flash-NextQwen

QSA operates at the micro-block level.

coreunclearin Qwen3.8-Flash-NextQwen

Qwen Sparse Attention (QSA) uses a compressed lightweight indexer to select the important context at micro-block granularity

coremodel architecturein Qwen3.8-Flash-NextQwen

Filed alongside

Other methods under model architecture :: token mixer :: sparse attention.