paper-with-me

홈 › Papers

UniSVQ: 2-bit Unified Scalar-Vector Quantization

2026-06-09 · Haoyu Wang, Haiyan Zhao, Xingyu Yu, Zhangyang Yao, Xu Han, Zhiyuan Liu, Maosong Sun arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.10520

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LC-QAT: Data-Efficient 2-Bit QAT for LLMs via Linear-Constrained Vector Quantization

2026-06-09 · Haoyu Wang, Xingyu Yu, Haiyan Zhao, Fengxiang Wang 외 arxiv

Quantization-aware training (QAT) is essential for extremely low-bit large language models (LLMs). Current QAT methods are mainly based on scalar quantization (SQ), which enables efficient optimization but suffers from s…

Semantic Residual for Multimodal Unified Discrete Representation

2024-12-26 · Hai Huang, Shulei Wang, Yan Xia

Recent research in the domain of multimodal unified representations predominantly employs codebook as representation forms, utilizing Vector Quantization(VQ) for quantization, yet there has been insufficient exploration …

DisentanglementQuantizationRetrieval

Learning Optimal Lattice Vector Quantizers for End-to-end Neural Image Compression

2024-11-25 · Xi Zhang, Xiaolin Wu

It is customary to deploy uniform scalar quantization in the end-to-end optimized Neural image compression methods, instead of more powerful vector quantization, due to the high complexity of the latter. Lattice vector q…

Computational EfficiencyImage CompressionQuantization

GSQ: Highly-Accurate Low-Precision Scalar Quantization for LLMs via Gumbel-Softmax Sampling

2026-04-20 · Alireza Dadgarnia, Soroush Tabesh, Mahdi Nikdan, Michael Helcig 외 arxiv

Quantization has become a standard tool for efficient LLM deployment, especially for local inference, where models are now routinely served at 2-3 bits per parameter. The state of the art is currently split into simple s…

Approaching Rate-Distortion Limits in Neural Compression with Lattice Transform Coding

2024-03-12 · Eric Lei, Hamed Hassani, Shirin Saeedi Bidokhti

Neural compression has brought tremendous progress in designing lossy compressors with good rate-distortion (RD) performance at low complexity. Thus far, neural compression design involves transforming the source to a la…

Quantization