TreeWY: Speculative Verification for Gated DeltaNet Hybrids

📅 2026-08-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文通过树结构WY变换和单次三角求解方法,解决了Gated DeltaNet混合模型在推测解码时内存效率低的问题。
📝 Abstract
Modern open models are hybrids: most layers are linear-attention (Gated DeltaNet, GDN) layers carrying a small fixed-size recurrent state instead of a growing key-value (KV) cache. This makes ordinary decoding memory-efficient, but hurts speculative decoding. To verify a batch of draft tokens and then roll back the rejected ones, today's systems snapshot the full recurrent state at every draft position for GDN layers, and those snapshots cannot be shared across branches of a draft tree, so a wide, high-acceptance tree becomes memory-infeasible. We remove the snapshots. Using a tree-structured WY transform of the gated delta rule, we compute every draft node's output with a single triangular solve and reconstruct only the one accepted state on commit, storing a small pseudo-value matrix instead of per-node states; the derivation depends only on the gated delta rule, not on any other architectural detail. In serving benchmarks on two scales of one hybrid model family (Qwen3.5 35B and 397B) this cuts speculative recurrent-state memory and KV-cache pressure at identical acceptance length, turning the freed HBM into higher throughput and much lower time-to-first-token (TTFT) wherever memory binds, and costing a few percent where it does not. For tree width the same memory buys affordability: a wider, higher-acceptance draft becomes possible, though not yet a throughput win.
Problem

Research questions and friction points this paper is trying to address.

Gated DeltaNet
speculative decoding
recurrent state
memory-efficient
draft tree
Innovation

Methods, ideas, or system contributions that make the work stand out.

Speculative Verification
Gated DeltaNet
Tree-Structured WY Transform
Memory Efficiency
🔎 Similar Papers
No similar papers found.
💼 Related Jobs
No related jobs found.
S
Sneha Murthy Ghantasala
Thomson Reuters