DAMP Quantization Boosts LLM Recurrent State Efficiency

Tao Zhang, Jianchao Tan, Pingwei Sun, Yanqi Yu, Zixu Jiang, Yuchen Xie, Xunliang Cai, Ziqian Zeng· August 31, 2026 View original

Key takeaways

  • Recurrent states in LLMs are a major memory and latency bottleneck.
  • Uniform quantization degrades accuracy significantly for these states.
  • DAMP uses decay-aware mixed-precision to selectively quantize channels.
  • It achieves substantial memory reduction and speedup with minimal accuracy loss.

Who benefits

Cloud ComputingEdge AITelecommunicationsConsumer ElectronicsAutomotive

Summary

DAMP (Decay-Aware Mixed-Precision) is a new quantization method for recurrent states in Gated DeltaNet and Kimi Delta Attention language models, significantly reducing memory usage and accelerating inference while maintaining accuracy. It selectively quantizes channels based on error energy and decay strength, outperforming uniform quantization.

This paper introduces DAMP, a novel mixed-precision quantization technique specifically designed for the recurrent states found in modern language models like those using Gated DeltaNet (GDN) or Kimi Delta Attention (KDA). These models utilize fixed-size recurrent states to manage memory growth with sequence length, but these states often consume substantial GPU memory and contribute to decoding latency when stored in FP32. The research identifies that uniform quantization methods perform poorly, causing significant accuracy degradation even at INT8. DAMP addresses this by observing that most quantization error energy is concentrated in a small subset of channels and that the decay strength of these channels remains stable. DAMP leverages these insights to identify "high-risk" channels during calibration, storing them at higher precision while quantizing the rest to INT8. This approach allows DAMP to achieve near FP32 accuracy at 9.9 bits per state value, reducing recurrent-state storage by 69.1% and accelerating updates by up to 2.01x, leading to a 10.9% reduction in full-model TPOT (Tokens Per Second).

Why it matters

Professionals deploying large language models can significantly reduce inference costs, memory footprint, and latency, making advanced models more accessible and efficient for edge and resource-constrained environments.

How to implement this in your domain

  1. 1Evaluate DAMP for recurrent state quantization in existing GDN or KDA-based LLM deployments.
  2. 2Implement mixed-precision quantization strategies, prioritizing critical model components for higher precision.
  3. 3Benchmark the performance and accuracy trade-offs of DAMP against current FP32 or uniform quantization methods.
  4. 4Explore applying decay-aware principles to other memory-intensive components in neural networks.

Original post by Tao Zhang, Jianchao Tan, Pingwei Sun, Yanqi Yu, Zixu Jiang, Yuchen Xie, Xunliang Cai, Ziqian Zeng

"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 cos…"

View on X

Originally posted by Tao Zhang, Jianchao Tan, Pingwei Sun, Yanqi Yu, Zixu Jiang, Yuchen Xie, Xunliang Cai, Ziqian Zeng on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses