cd /news/artificial-intelligence/damp-decay-aware-mixed-precision-rec… · home topics artificial-intelligence article
[ARTICLE · art-116179] src=arxiv.org ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

DAMP: Decay-Aware Mixed-Precision Recurrent-State Quantization

Researchers introduced DAMP (Decay-Aware Mixed-Precision Recurrent-State Quantization), a post-training quantization method for recurrent-state language models, which reduces recurrent-state storage by 69.1%, accelerates the recurrent-state update kernel by up to 2.01x, and lowers full-model time-per-output-token by up to 10.9% while maintaining accuracy close to the FP32 baseline. The method, evaluated on Qwen3.6-35B and Kimi-Linear-48B across six benchmarks, stores high-risk channels at higher precision and the remainder in INT8, achieving 9.9 bits per state value.

read1 min views2 publishedAug 31, 2026

arXiv:2608.27513v1 Announce Type: new Abstract: Softmax attention stores key and value vectors for every preceding token, causing inference memory to grow with sequence length. Recent language models incorporating Gated DeltaNet (GDN) or Kimi Delta Attention (KDA) reduce this cost by replacing the KV cache in most layers with fixed-size recurrent states. However, these recurrent states are commonly stored in FP32 and consume substantial GPU memory; their updates are memory-bandwidth bound and contribute significantly to decoding latency. To our knowledge, we are the first to study post-training quantization of recurrent states in GDN and KDA based language models. We find that uniform quantization provides a poor accuracy--storage trade-off: INT8 and FP8 already degrade accuracy on complex reasoning tasks, while INT4 and NVFP4 reduce it to near zero. We further find that most quantization-error energy is concentrated in a small subset of channels and that the relative decay strength of state channels remains stable across prompts and tasks. Motivated by these findings, DAMP uses both quantization-error energy and decay-based persistence to identify high-risk channels during offline calibration. It stores these channels at higher precision and the remainder in INT8. We evaluate DAMP on Qwen3.6-35B and Kimi-Linear-48B across six benchmarks covering mathematical reasoning, general reasoning, and code generation. At 9.9 bits per state value, DAMP maintains average accuracy close to the FP32 baseline. DAMP reduces recurrent-state storage by 69.1%, accelerates the recurrent-state update kernel by up to 2.01x, and lowers full-model TPOT by up to 10.9%.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @damp 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/damp-decay-aware-mix…] indexed:0 read:1min 2026-08-31 ·