Q-SA<sup>2</sup>: Enhanced low-bit quantization-aware fine-tuning via structure-aware adaptation.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 42685501.
- Also identified by DOI 10.1016/j.neunet.2026.109558.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Quantization-Aware Fine-tuning (QAF) is critical for deploying large language models in resource-constrained scenarios. While in low-bit QAF, strong downstream performance hinges on both minimizing model quantization errors and providing robust initialization of low-rank adaptation. To further improve the model performance, we propose Structure-Aware Adaptation for low-bit QAF (Q-SA<sup>2</sup>) in this paper. By decomposing pre-trained weights into sparse components and principal subspaces, Q-SA<sup>2</sup> provides a favorable initialization for downstream task adaptation. Specifically, to better preserve the representations of pre-trained weights and minimize errors, the sparse components are quantized, and the low-rank adapters are initialized from the principal subspaces. Then, we extend this framework to a weight-wise mixed-precision variant with a distribution-based outlier detection strategy on sparse components, enabling Q-SA<sup>2</sup> to adaptively allocate higher precision to critical weights. Comprehensive experiments on WikiText-2, C4, GSM8K, and the GLUE benchmark demonstrate that the proposed method consistently outperforms state-of-the-art QAF methods, particularly on mathematical reasoning tasks, achieving an average improvement of 4% under 2-bit quantization and up to 7.78% on the Qwen2.5-7B model under 4-bit quantization. The code is available at https://github.com/Rainiay/Q-SA2.git.