ReQuant: Fixed-Grid Discrete Refinement for Post-Training Quantization
TL;DR - ReQuant is a backpropagation-free refinement stage that keeps post-training-quantized LLM weights improvable after quantization, iteratively revisiting discrete weight assignments on the fixed quantization grid. It matters because it plugs into any existing PTQ pipeline to recover accuracy without changing the deployed quantized format.
- Treats PTQ output as a feasible starting point rather than a final answer: it iteratively revisits integer weight assignments, accepting only updates that strictly reduce mean squared reconstruction error and stay on the original grid.
- Initializer-agnostic and plug-and-play — no backpropagation required, and the quantized format is preserved, so refined models remain directly executable.
- Reported gains hold across model families, bit-widths, and downstream tasks, with the largest improvements on simple initializers and lower bit-widths.
- Notably, repeated sweeps can lift plain round-to-nearest initialization to approach or surpass GPTAQ under the same quantization format.