Model techniques map
Techniquesmodel architecturetoken mixersparse attention

specific method · filed under model architecture

Compressed Sparse Attention

A sparse-attention method that selects blocks and computes attention using the corresponding real keys and values.

Also called CSA, Compressed Sparse Attention (CSA).

sources
6
models
3
lab adopt it
1
strongest
core

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 3core 2not used 1

Documented in

Further reading

Picked by hand, not extracted: where to read more, not evidence for anything on this page.

Evidence

6 spans quoted from the sources, strongest treatment first.

we design a hybrid attention mechanism combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA)

coremodel architecturein DeepSeek-V4DeepSeek

CSA/HCA cuts KV cache to 10% of V3.2 levels at 1M context

coremodel architecturein DeepSeek-V4DeepSeek

Hybrid Attention Architecture: combines Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA) to dramatically improve long-context efficiency.

usedmodel architecturein DeepSeek-V4DeepSeek

combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA)

usedmodel architecturein DeepSeek-V4-FlashDeepSeek

combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA)

usedmodel architecturein DeepSeek-V4DeepSeek

block-level selection like CSA but attention is computed on the real K/V.

not usedmodel architecturein MiniMax-M3MiniMax

Filed alongside

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