Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

UniSVQ: 2-bit Unified Scalar-Vector Quantization

About

Post-training quantization at the 2-bit level enables low-cost deployment and inference acceleration for large language models (LLMs). Scalar quantization (SQ) and vector quantization (VQ) are two primary quantization methods, however, the former suffers from significant performance degradation, and the latter incurs computational and storage overhead. We propose UniSVQ, a unified 2-bit quantization framework that bridges scalar and vector quantization by parameterizing codewords as an affine transform of integer lattices. This structure preserves compatibility with optimized integer kernels while retaining much of VQ's flexibility. We further introduce a data-driven block-wise fine-tuning strategy to directly minimize quantization reconstruction error. Extensive experiments across multiple LLM families and zero-shot benchmarks demonstrate that UniSVQ consistently outperforms state-of-the-art SQ methods and achieves performance comparable to advanced VQ methods, while providing higher inference throughput. Codes are publicly available at https://github.com/AI9Stars/UniSVQ.

Haoyu Wang, Haiyan Zhao, Xingyu Yu, Zhangyang Yao, Xu Han, Zhiyuan Liu, Maosong Sun• 2026

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText-2
Perplexity (PPL)9.26
2862
Language ModelingWikiText-2 (test)--
2416
Language ModelingC4 (test)
Perplexity15.43
488
Language ModelingC4
Perplexity14.42
482
Question AnsweringQA Suite Zero-shot (PIQA, ARC-E, ARC-C, BoolQ, HellaSwag, WinoGrande)
PIQA Accuracy76.27
199
Question AnsweringDuQuant PIQA, ARC-e, ARC-c, BoolQ, HellaS, WinoG
PIQA Accuracy78.83
44
Language ModelingC4 v1.0 (val)
Perplexity (C4)19.96
9
Large Language Model InferenceLlama-3-8B
Throughput (Tok/s)101.7
5
Showing 8 of 8 rows

Other info

Follow for update