English

BayesQ: Uncertainty-Guided Bayesian Quantization

Machine Learning 2025-11-13 v1 Computation and Language Computer Vision and Pattern Recognition

Abstract

We present BayesQ, an uncertainty-guided post-training quantization framework that is the first to optimize quantization under the posterior expected loss. BayesQ fits a lightweight Gaussian posterior over weights (diagonal Laplace by default; optional K-FAC/low-rank), whitens by the posterior covariance, designs codebooks to minimize posterior-expected distortion, and allocates mixed precision via a greedy knapsack that maximizes marginal expected-loss reduction per bit under a global budget. For scalar quantizers, posterior-expected MSE yields closed-form tables; task-aware proxies are handled by short Monte Carlo on a small calibration set. An optional calibration-only distillation aligns the quantized model with the posterior predictive teacher. At matched average bits/weight of 3.0/3.5/4.0, BayesQ improves over strong PTQ baselines on ResNet-50 (ImageNet) and BERT-base (GLUE) e.g., vs. GPTQ by +1.5/+0.7/+0.3+1.5/+0.7/+0.3 top-1 percentage points on RN50 and +1.1/+0.4/+0.2+1.1/+0.4/+0.2 GLUE points on BERT, while requiring one-time preprocessing comparable to a GPTQ pass. BayesQ reframes low-bit quantization as uncertainty-aware risk minimization in a practical, post-training pipeline.

Keywords

Cite

@article{arxiv.2511.08821,
  title  = {BayesQ: Uncertainty-Guided Bayesian Quantization},
  author = {Ismail Lamaakal and Chaymae Yahyati and Yassine Maleh and Khalid El Makkaoui and Ibrahim Ouahbi},
  journal= {arXiv preprint arXiv:2511.08821},
  year   = {2025}
}
R2 v1 2026-07-01T07:33:06.424Z