SLQ quantizes LLMs to 3.3 bits per parameter and still speeds up inference
TheZachMueller · x · 2026-07-24
Statistically-lossless quantization reaches 3.3 bits per parameter
This paper proposes SLQ (Statistically-Lossless Quantization) for large language models and argues that quantization does not have to force a trade-off between fidelity and speed.
- Task-lossless compression preserves zero-shot benchmark accuracy within natural sampling variance and can be achieved at aggressive bit widths.
- Distribution-lossless compression is defined more strictly: the quantized model’s next-token distribution should be practically indistinguishable from the original.
- The authors introduce Expected Acceptance Rate (EAR) as an interpretable fidelity metric; for example, EAR ≥ 0.99 implies 99% token agreement under optimal coupling.
- They prove a variance law showing symmetric quantization inflates noise variance by γ² relative to asymmetric quantization.
- With SLQ, they report task-lossless compression below 4 bpp (as low as 3.3 bits/parameter, model-dependent), distribution-lossless compression at 5–6 bpp, and 1.7–3.6× inference speedups versus FP16 using optimized kernels.
The code is published at github.com/IST-DASLab/SLQ.
More from Infra
- SpaceX reportedly turns away Falcon 9 customers beyond 2028 as it bets on Starship — BasedRaddka · 2026-07-24
- vLLM adds an experimental plugin to split attention and FFN serving — vllm_project · 2026-07-24
- LangChain to outline a production governance framework for agents on Aug. 12 — LangChain · 2026-07-24
- UBS raises AMD price target to $730 after AI Day, citing $44B GPU revenue in 2027 — BenBajarin · 2026-07-24
- HCLTech plans $1.5B AI data center in Odisha with Sarvam AI and state govt — santoshpanda · 2026-07-24
- AI capex keeps boosting chip earnings, but semis still trade near their 10-year average — a16z Newsletter · 2026-07-24