🛰️ Daily AI Frontier
‹ back to 2026-09-11

Why Does Post-Training Quantization Work?

arXiv cs.LG Efficiency & Systems Yuxiang Chen, Michael Beyer, Jun Zhu, Jianfei Chen 2026-09-10

TL;DR - This paper explains why post-training quantization preserves LLM performance despite introducing weight errors at every layer. Pretraining creates error-canceling residual interactions, while LM-head geometry protects the probabilities of highly ranked tokens.

  • Newly introduced layer errors tend to oppose inherited errors, slowing hidden-state discrepancy growth.
  • This counteracting behavior develops during pretraining and is absent in randomly initialized models.
  • LM-head geometry preferentially preserves scores and probabilities for the model’s most confident token predictions.
  • The authors verify both mechanisms across multiple models and quantization settings.

view merged work →