English

pQuant: Towards Effective Low-Bit Language Models via Decoupled Linear Quantization-Aware Training

Machine Learning 2026-02-27 v1 Computation and Language

Abstract

Quantization-Aware Training from scratch has emerged as a promising approach for building efficient large language models (LLMs) with extremely low-bit weights (sub 2-bit), which can offer substantial advantages for edge deployment. However, existing methods still fail to achieve satisfactory accuracy and scalability. In this work, we identify a parameter democratization effect as a key bottleneck: the sensitivity of all parameters becomes homogenized, severely limiting expressivity. To address this, we propose pQuant, a method that decouples parameters by splitting linear layers into two specialized branches: a dominant 1-bit branch for efficient computation and a compact high-precision branch dedicated to preserving the most sensitive parameters. Through tailored feature scaling, we explicitly guide the model to allocate sensitive parameters to the high-precision branch. Furthermore, we extend this branch into multiple, sparsely-activated experts, enabling efficient capacity scaling. Extensive experiments indicate our pQuant achieves state-of-the-art performance in extremely low-bit quantization.

Keywords

Cite

@article{arxiv.2602.22592,
  title  = {pQuant: Towards Effective Low-Bit Language Models via Decoupled Linear Quantization-Aware Training},
  author = {Wenzheng Zhang and Bingzheng Liu and Yang Hu and Xiaoying Bai and Wentao Zhang and Bin Cui},
  journal= {arXiv preprint arXiv:2602.22592},
  year   = {2026}
}

Comments

10 pages, 7 figures

R2 v1 2026-07-01T10:53:16.510Z