QuaSAR Improves Low-Bit Quantization Accuracy with Stable Compensation

Lin-Fa Lee, Yi-Yu Chang, Kuo-Hei Yeh· August 17, 2026 View original

Key takeaways

  • Existing quantization compensation methods can fail due to numerical instability from rank-deficient activations.
  • QuaSAR introduces a stable, parameter-free truncated pseudoinverse solver for compensation.
  • It significantly improves accuracy in low-bit (W4A4) quantization settings, outperforming prior methods.
  • QuaSAR enables a strong trade-off between model size and accuracy for deployable models.

Who benefits

Edge AIMobile ComputingIoTAutomotiveConsumer Electronics

Summary

QuaSAR proposes a training-free post-training quantization method that uses a parameter-free truncated pseudoinverse solver to stably compensate for quantization errors, especially in low-bit settings, by addressing numerical instabilities caused by rank-deficient input activations.

Recent advancements in training-free post-training quantization (PTQ) aim to restore model accuracy by applying closed-form residual compensation. To manage the additional storage overhead, many existing methods selectively apply compensation only to layers where it yields a positive "fit score," discarding others. This paper reveals a critical flaw in this gating mechanism, particularly in low-bit settings like W4A4 (4-bit weights, 4-bit activations). It demonstrates that rank-deficient input activations can lead to severely ill-conditioned or numerically singular Gram matrices. This instability causes the closed-form solver to fail, producing spuriously negative fit scores. Consequently, layers that could benefit from compensation are incorrectly classified as uncompensable and discarded. To overcome this, QuaSAR introduces a parameter-free truncated pseudoinverse solver. This solver effectively removes collapsed directions before inversion, ensuring numerical stability. When applied to ViT-B with W4A4 quantization, QuaSAR achieves 81.42% top-1 accuracy, surpassing previous PTQ methods and even fine-tuning-based baselines. Furthermore, when combined with joint low-rank and quantization compression, it reaches a deployable operating point of 80.26% accuracy at a compact 54.7 MB, offering an excellent balance between model size and accuracy.

Why it matters

For professionals deploying AI models on edge devices or in resource-constrained environments, achieving high accuracy with low-bit quantization is crucial for efficiency and performance. QuaSAR offers a significant step forward in this area.

How to implement this in your domain

  1. 1Evaluate existing post-training quantization pipelines for potential numerical instabilities, especially in low-bit settings.
  2. 2Investigate integrating a truncated pseudoinverse solver into your quantization compensation strategy.
  3. 3Benchmark QuaSAR's approach against current quantization methods on your specific models and hardware targets.
  4. 4Consider combining QuaSAR with other compression techniques like low-rank approximation for further model size reduction.
  5. 5Prioritize models for deployment that can benefit most from aggressive quantization without significant accuracy drops.

Original post by Lin-Fa Lee, Yi-Yu Chang, Kuo-Hei Yeh

"arXiv:2608.14149v1 Announce Type: new Abstract: Recent training-free post-training quantization methods restore model accuracy through closed-form residual compensation. To constrain additional model storage overhead, several existing methods gate layer selection by goodness-of-f…"

View on X

Originally posted by Lin-Fa Lee, Yi-Yu Chang, Kuo-Hei Yeh on X · view source

Want to go deeper?

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

Explore courses