LLM quantization
SmoothQuant
SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models
Heavily superseded — a standard baseline that newer methods routinely beat
13 papers critique it · 9 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites SmoothQuant as a baseline.
SmoothQuant can incur a significant accuracy degradation of up to 15 points on Llama2-70B in W4A4 scenarios
“smoothing-based methods often transfer the burden of quantization from activations to weights without eliminating it.”
“existing PTQ approaches for LLMs minimize the layer-wise reconstruction loss while treating all tokens uniformly lin2023awq,frantar2022gptq,li2025gptqv2, without accounting for token-level informativeness or importance. Such a token-agnostic design inevitably biases the quantized model toward dominant but redundant visual features”
“However, GPTQ and SmoothQuant~(SQ), which are strong PTQ methods for pure LLMs, do not reliably improve performance in this multimodal setting.”
“While these approaches effectively stabilize numerical distributions of language and 2D vision models, they generalize poorly to 3D geometry networks such as VGGT.”
“However, these methods cannot effectively quantize the LLMs to 4-bit weights and activations.”
“Such methods provide useful insight that token distributions are highly non-uniform, yet their main lever is changing the bit-width.”
“SmoothQuant~xiao2023smoothquant smooths the distribution of LayerNorm activations before quantization. Unfortunately, when performing low-bit (e.g., 4-bit) quantization, these schemes tend to underperform significantly”
“SmoothQuant suffers from non-negligible performance degradation for other open-source models such as Llama and Llama $2$ with a $8$-bit per-tensor static activation quantization scheme”
“we observe notable degradation on more complex tasks such as math reasoning and code generation”
“However, these methods operate primarily along the feature dimension and ignore correlations across the sequence dimension.”
“Though alleviating the outlier issues, the asymmetry in activations is still challenging to symmetric quantization.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating SmoothQuant. Values are copied from the source paper's tables — verify against the cited paper.
DuQuant beats SmoothQuant
39.6 vs 1.2
SplitQ beats SmoothQuant
69.6 vs 3.9
QuaRot beats SmoothQuant
6.10 vs 83.12
PPL · [4-bit, Llama 7B]
QuaRot: Outlier-Free 4-Bit Inference in Rotated LLMsSliderQuant beats SmoothQuant
8.34 vs 83.12
QuaRot beats SmoothQuant
59.2 vs 41.1
SpecQuant beats SmoothQuant
6.48 vs 8.12
MicroRotated-GPTQ beats SmoothQuant
75.84 vs 75.70
What to use instead
Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.
- Jun 5, 2026
- FAIR-CalibFAIR-Calib: Frontier-Aware Instability-Reweighted Calibration for Post-Training Quantization of Diffusion Large Language ModelsJun 4, 2026
- May 25, 2026
- May 11, 2026
- Activation Residual Hessian Quantization (ARHQ)Technical Report: Activation Residual Hessian Quantization (ARHQ) for Low-Bit LLM QuantizationApr 30, 2026
- Apr 20, 2026
- Apr 14, 2026
- Mar 26, 2026
- Jan 29, 2026
- Reasoning-QATWhat Makes Low-Bit Quantization-Aware Training Work for Reasoning LLMs? A Systematic StudyJan 21, 2026
- Dec 3, 2025