QUASAR Lowers QAT Loss Floor for Low-Bit LLMs

Vincent Counathe, Ben Athiwaratkun, Christopher De Sa, Tianyi Zhang· August 17, 2026 View original

Key takeaways

  • QUASAR is a QAT method that lowers the loss floor for low-bit LLMs.
  • It continuously performs lightweight, loss-aware reconstruction during training.
  • The method addresses the mismatch between loss computation and weight updates in QAT.
  • QUASAR significantly improves accuracy and reduces KL divergence for 2, 3, and 4-bit models.

Who benefits

AI EngineeringCloud ComputingEdge AISoftware DevelopmentTelecommunications

Summary

This paper introduces QUASAR, a quantization-aware training (QAT) method that continuously performs lightweight, loss-aware reconstruction to lower the loss floor and improve low-bit large language models. It addresses the mismatch between loss computation and weight updates in QAT, achieving significant accuracy gains at 2, 3, and 4 bits.

Researchers have developed QUASAR, a novel quantization-aware training (QAT) method designed to improve the quality of low-precision large language models (LLMs). As LLM inference increasingly relies on lower precision, traditional post-training quantization (PTQ) becomes brittle, making QAT essential. However, existing QAT methods suffer from a mismatch: they compute loss and surrogate gradients using a lossy reconstruction of full-precision weights, but apply updates to the latent full-precision weights themselves, leading to suboptimal training and a higher loss floor. QUASAR addresses this by continuously performing lightweight, loss-aware reconstruction within the training loop. At each step, it uses exponential moving averages of squared gradients for online saliency estimates, searches for optimal clipping ranges, and fits affine dequantizers via saliency-weighted least squares. This approach directly minimizes the loss-aware reconstruction error, which is shown to be a critical factor in the QAT convergence bound. QUASAR modifies only the training procedure, supports standard deployment formats, and achieves significant reductions in KL divergence and improvements in average accuracy across various LLMs and tasks at 2, 3, and 4 bits.

Why it matters

For professionals deploying large language models, QUASAR offers a crucial advancement in achieving high-quality, low-bit quantization. This translates to significantly reduced inference costs, faster execution, and the ability to deploy powerful LLMs on resource-constrained hardware, broadening their applicability.

How to implement this in your domain

  1. 1Evaluate current QAT pipelines for LLMs to identify potential for loss floor reduction.
  2. 2Investigate QUASAR's methodology for continuous, loss-aware reconstruction during training.
  3. 3Integrate QUASAR's techniques, such as online saliency estimates and affine dequantizers, into existing QAT frameworks.
  4. 4Benchmark the performance of QUASAR-trained low-bit LLMs against current QAT and PTQ baselines.

Original post by Vincent Counathe, Ben Athiwaratkun, Christopher De Sa, Tianyi Zhang

"arXiv:2608.13966v1 Announce Type: new Abstract: As large language model inference shifts toward lower precision, post-training quantization (PTQ) becomes increasingly brittle, making quantization-aware training (QAT) essential for preserving model quality. However, QAT computes t…"

View on X

Originally posted by Vincent Counathe, Ben Athiwaratkun, Christopher De Sa, Tianyi Zhang on X · view source

Want to go deeper?

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

Explore courses