LLM quantization
AQLM
Superseded — cited as a baseline and beaten by newer methods
3 papers critique it · 5 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites AQLM as a baseline.
Each codebook is 1MiB. During inference, weights are read from these codebook in an essentialy random access pattern, meaning that the entire codebook must fit in L1 cache to enable fast inference (even L2 cache is too slow). However, 1MiB is larger than any current GPU's L1 cache (the H100 has 256KB), so AQLM inference suffers from high cache miss rates and is actually slower than FP16 on modern GPUs
“AQLM proposes learning free-form VQs for different groups, which allows for more flexible quantization. However, this approach has the drawback that decoding requires the lookup operation, which is computationally more expensive than QUIP# and other existing PTQ methods.”
“Among PTQ methods, the vector quantization method AQLM effectively mitigates some of the quantization loss, achieving 64.1 points, it falls 10.5 points short of full precision. The best quantization-aware training method, EfficientQAT, still suffers a 9.1-point decline in average accuracy.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating AQLM. Values are copied from the source paper's tables — verify against the cited paper.
VPTQ beats AQLM
39.9 vs 19.4
tok/s (throughput) · [7B, 2-bit]
VPTQ: Extreme Low-bit Vector Post-Training Quantization for Large Language ModelsSEPTQ beats AQLM
20.11 vs 24.62
LieQ beats AQLM
38.14 vs 34.9
ICQuant^SK-8.25% beats AQLM
6.35 vs 6.59
Wiki2 · [Llama2-7B, ctx. 4096, 2.4 bits]
ICQuant: Index Coding enables Low-bit LLM QuantizationICQuant^SK-5% beats AQLM
3.28 vs 3.36
Wiki2 · [Llama2-70B, ctx. 4096, 3.3 bits]
ICQuant: Index Coding enables Low-bit LLM QuantizationQuIP# beats AQLM
50.9 vs 50.0
ArcC · [2-70, 3 bits]
QuIP#: Even Better LLM Quantization with Hadamard Incoherence and Lattice Codebooks
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.
- May 29, 2026
- LFQLFQ: Logit-aware Final-block Quantization for Boosting the Generation Quality of Low-Bit Quantized LLMsMay 28, 2026
- ADMM-QADMM-Q: An Improved Hessian-based Weight Quantizer for Post-Training Quantization of Large Language ModelsMay 11, 2026
- May 6, 2026
- Apr 11, 2026
- Jan 21, 2026
- Grouped Lattice Vector Quantization (GLVQ)Learning Grouped Lattice Vector Quantizers for Low-Bit LLM CompressionOct 23, 2025
- Sep 28, 2025
- Bi-VLMBi-VLM: Pushing Ultra-Low Precision Post-Training Quantization Boundaries in Vision-Language ModelsSep 23, 2025
- Sep 18, 2025