ReQuant Refines Post-Training Quantization for LLMs, Boosting Accuracy

Yongge Ma, Guoan Wang, Feiyu Wang, Yaoming Li, Qian Zhang, Zihan Yan, Yinjun Han, Tong Yang· August 10, 2026 View original

Key takeaways

  • ReQuant is a post-training quantization refinement method for LLMs.
  • It iteratively optimizes discrete weight assignments without backpropagation.
  • The method consistently improves quantized models, especially at lower bit-widths.
  • ReQuant acts as a plug-and-play stage for existing PTQ pipelines.

Who benefits

AI EngineeringEdge ComputingMobile AICloud ComputingAutomotive

Summary

ReQuant introduces a backpropagation-free, fixed-grid refinement procedure for post-training quantization (PTQ) of large language models. This plug-and-play stage iteratively optimizes discrete weight assignments, consistently improving quantized models from various initializers, especially at lower bit-widths.

Post-training quantization (PTQ) is a critical technique for reducing the memory and computational footprint of large language models. Current PTQ methods typically establish an initial quantized model using heuristics or greedy optimization, and these integer assignments are often considered final. This research identifies a gap: the potential for further optimization *after* the initial quantization.The paper introduces ReQuant, a novel fixed-grid discrete refinement procedure designed as a complementary optimization stage for PTQ. ReQuant operates without backpropagation, taking an existing quantized model as a starting point and iteratively adjusting its discrete weight assignments on the fixed quantization grid. Updates are accepted only if they strictly reduce the mean squared reconstruction error and remain within the original grid.This approach transforms the initially fixed PTQ output into an iteratively optimizable discrete solution, making ReQuant a versatile, plug-and-play post-processing stage for any existing PTQ pipeline. Experiments across diverse model families, bit-widths, and downstream tasks show that ReQuant consistently enhances quantized models, yielding significant gains, particularly with simpler initializers and lower bit-widths. Notably, it can refine a basic round-to-nearest initialization to match or exceed the performance of more complex methods like GPTAQ.

Why it matters

ReQuant offers a practical and effective way to further optimize quantized large language models, leading to smaller, faster, and more energy-efficient deployments without sacrificing accuracy, which is crucial for edge devices and cost-sensitive applications.

How to implement this in your domain

  1. 1Investigate the ReQuant algorithm and its integration points within existing PTQ pipelines.
  2. 2Implement ReQuant as a post-processing step for your current quantized LLMs.
  3. 3Evaluate the performance gains (accuracy, latency, memory) on your specific models and tasks.
  4. 4Experiment with ReQuant on models quantized to very low bit-widths to maximize efficiency.
  5. 5Consider how ReQuant can improve the viability of deploying LLMs on resource-constrained hardware.

Original post by Yongge Ma, Guoan Wang, Feiyu Wang, Yaoming Li, Qian Zhang, Zihan Yan, Yinjun Han, Tong Yang

"arXiv:2608.07019v1 Announce Type: new Abstract: Post-training quantization (PTQ) is widely used to reduce the memory and computational cost of large language models. Existing PTQ methods typically obtain an initial quantized model through heuristic rules or greedy optimization, a…"

View on X

Originally posted by Yongge Ma, Guoan Wang, Feiyu Wang, Yaoming Li, Qian Zhang, Zihan Yan, Yinjun Han, Tong Yang on X · view source

Want to go deeper?

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

Explore courses