LGCLCVNov 11, 2025

BayesQ: Uncertainty-Guided Bayesian Quantization

arXiv:2511.08821v11 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the challenge of compressing models for efficient deployment, offering a practical solution with incremental improvements over existing methods.

The paper tackles the problem of post-training quantization for neural networks by introducing BayesQ, a framework that optimizes quantization under posterior expected loss, resulting in improved accuracy over strong baselines on ResNet-50 and BERT-base at matched bit rates, e.g., +1.5 top-1 percentage points on ImageNet and +1.1 GLUE points.

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$ top-1 percentage points on RN50 and $+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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes