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.
Documented in
Further reading
Picked by hand, not extracted: where to read more, not evidence for anything on this page.
- CSA / HCA: Compressed & Heavily Compressed Attention explainer sebastianraschka.com
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)
CSA/HCA cuts KV cache to 10% of V3.2 levels at 1M context
Hybrid Attention Architecture: combines Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA) to dramatically improve long-context efficiency.
combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA)
combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA)
block-level selection like CSA but attention is computed on the real K/V.
Filed alongside
Other methods under model architecture :: token mixer :: sparse attention.