RDQ Quantization Boosts LLM Performance Below 4-Bit Precision

Prateek Singh· July 14, 2026 View original

Summary

RDQ (Residual Distribution Quantization) is a new post-training quantization framework that significantly improves the performance of large language models at low bit-widths (below 4-bit precision). It addresses residual stream distributional drift by using Cascaded Error Compensation (CEC) to fit per-channel scales against drifted activations, achieving state-of-the-art results with zero inference overhead.

Quantizing large language models (LLMs) after training often leads to a sharp drop in performance when precision falls below 4-bit. This research identifies the primary cause as "residual stream distributional drift," where quantization noise accumulates across transformer layers, causing the residual representation to diverge significantly from its full-precision baseline. The study found that a large percentage of LLaMA-3-8B layers exhibit non-Gaussian residual distributions, with variance growing exponentially with depth. To combat this, the paper introduces RDQ (Residual Distribution Quantization), a post-training quantization (PTQ) framework centered on Cascaded Error Compensation (CEC). CEC is a sequential calibration process that accurately captures the drifted activations each layer receives by running calibration data through already-quantized upstream layers. It then fits per-channel AWQ-style scales against these drifted inputs. These scales are mathematically folded into the preceding RMSNorm weights, ensuring exact equivalence without any additional inference overhead. RDQ achieves state-of-the-art perplexity scores across LLaMA-3-8B, Qwen-2.5-7B, and Mistral-7B models at 3-bit and 4-bit weights, outperforming existing baselines by substantial margins. The output is standard group-128 asymmetric quantization, compatible with common inference stacks.

Why it matters

Professionals can deploy large language models more efficiently on resource-constrained hardware (e.g., edge devices, mobile, or cost-sensitive cloud environments) by achieving high performance at significantly lower bit-widths, reducing memory footprint and computational costs without sacrificing accuracy.

How to implement this in your domain

  1. 1Evaluate RDQ for quantizing your organization's LLMs to enable deployment on edge devices or reduce cloud inference costs.
  2. 2Investigate the impact of residual stream distributional drift on your current quantization strategies.
  3. 3Explore integrating Cascaded Error Compensation (CEC) into your post-training quantization pipelines.
  4. 4Benchmark RDQ against existing PTQ methods to assess performance and efficiency gains for your specific models.

Who benefits

Edge AIMobile ComputingCloud ComputingAutomotiveConsumer Electronics

Key takeaways

  • RDQ is a new PTQ framework for LLMs, excelling below 4-bit precision.
  • It addresses residual stream distributional drift, a key cause of performance degradation.
  • Cascaded Error Compensation (CEC) fits scales to drifted activations, improving accuracy.
  • RDQ achieves state-of-the-art results with zero inference overhead and broad compatibility.

Original post by Prateek Singh

"arXiv:2607.10137v1 Announce Type: new Abstract: Post-training quantization (PTQ) of large language models degrades sharply below 4-bit precision. We identify the root cause as residual stream distributional drift: quantization noise injected at each transformer layer accumulates…"

View on X

Originally posted by Prateek Singh on X · view source

Want to go deeper?

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

Explore courses