Model techniques map
Techniquesmodel architecturetoken mixersparse attention

implementation detail · filed under model architecture

Fixed-budget sparse-attention selection

A sparse-attention selection scheme with a fixed budget of blocks or tokens, after which attention cost stops growing with context length.

Also called fixed budget of 512 blocks or 2048 tokens.

source
1
model
1
lab adopt it
1
strongest
core

How sources treat it

One count per evidence span, weakest treatment to strongest.

core 1

Documented in

Evidence

1 span quoted from the sources, strongest treatment first.

Attention cost stops growing with context length once the budget binds

coremodel architecturein Qwen3.8-Flash-NextQwen

Filed alongside

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