DeepSeek V4 is the line's efficiency overhaul: it removes dense attention entirely. The first two layers are pure sliding-window (window 128); the rest interleave CSA — which compresses KV every 4 tokens into two overlapping streams and then applies the lightning-indexer sparse attention from V3.2 — with HCA, a heavy-compression (m'=128) dense attention. MLA and QK-Clip are gone, replaced by RWKV-style RMSNorm on queries and compressed KV entries (qk_norm true). The residual stream uses mHC, Hyper-Connections whose connection matrix is constrained to the doubly-stochastic manifold via Sinkhorn-Knopp — a new depth-mixing mechanism for the atlas (v0.4.0). MoE keeps DeepSeekMoE's shared-expert structure (1 shared + 384 routed, top-6, Sqrt(Softplus) affinity) with FP4 QAT training. V4-Pro is 1.6T/49B active over 61 layers; V4-Flash is 284B/13B over 43. NOTE: the gallery's HF-hosted DeepSeek_V4.pdf URL is dead (404); the report lives on arXiv 2606.19348.
FP4 (MXFP4) quantization-aware training as a first-class training target [quantization section]
Full replacement of dense attention with compressed/sparse attention — no full-softmax layer remains [architecture section]
Atlas assessment: The most aggressive efficiency-first evolution of the DeepSeek line in the atlas: MLA (V3) and DSA (V3.2) are superseded by a compressed sparse-attention stack, and the residual stream gains the first Hyper-Connections mechanism in the atlas (triggered the v0.4.0 depth_mixing schema extension). Novelty is high relative to atlas peers; the architecture section is dense and specific.
Relation to the atlas
Lineage in
DeepSeekMoE (shared + routed experts) and MTP from DeepSeek-V3
Lightning-indexer sparse attention (DSA) from DeepSeek-V3.2
Influence out
No descendants recorded yet.
Notable omissions
The gallery-listed HF PDF URL (DeepSeek_V4.pdf) is a 404 — record uses the arXiv version
No tokenizer algorithm disclosed
No training precision/parallelism/hardware/compute disclosed
Data mixture not disclosed
SFT and RL details of post-training thin (OPD unnamed in detail)
ConvKV/CA (Lightning Indexer) attention detail deferred to figures