Data◆Article
DeepSeek V4-Pro's combined CSA/HCA compressed attention, which shortens the KV cache along the sequence dimension rather than per-token, cuts single-token inference FLOPs to 27% and KV cache size to 10% of DeepSeek V3.2 at a 1M-token context.
DeepSeek V4 alternates a milder sparse compression (CSA) with a much heavier dense compression (HCA) that shrink the KV cache by summarizing groups of tokens, delivering dramatic reported efficiency gains over DeepSeek V3.2 at million-token context lengths. ✦ AI generated
Sebastian Raschka · Ahead of AI · 2026-05-16 · original ↗
The DeepSeek V4 paper reports that, at a 1M-token context length, DeepSeek V4-Pro uses only 27% of the single-token inference FLOPs and 10% of the KV cache size compared with DeepSeek V3.2, which uses MLA and DeepSeek Sparse Attention (DSA).
Read full article ↗excerpt · fair-use quotation
- ·Combines milder CSA with heavier HCA compression
- ·Shrinks KV cache along sequence, not per-token
- ·At 1M-token context vs DeepSeek V3.2 (MLA+DSA)
- ·Only 27% FLOPs, 10% KV cache size of V3.2
- ·CSA: milder sparse-style compression
- ·HCA: much heavier, dense compression
- ·Both summarize groups of tokens
- ·Alternated across DeepSeek V4 layers
Around this claim