paper-with-me

Papers

LQER: Low-Rank Quantization Error Reconstruction for LLMs

2024-02-04 · Cheng Zhang, Jianyi Cheng, George A. Constantinides, Yiren Zhao

Post-training quantization of Large Language Models (LLMs) is challenging. In this work, we introduce Low-rank Quantization Error Reduction (LQER), which combines quantization and low-rank approximation to recover the model capability. LQER leverages an activation-induced scale matrix to drive the singular value distribution of quantization error towards a desirable distribution, which enables nearly-lossless W4A8 quantization on various LLMs and downstream tasks without the need for knowledge distillation, grid search, or gradient-base iterative optimization. Unlike existing methods, the computation pattern of LQER eliminates the need for specialized Scatter and Gather processes to collect high-precision weights from irregular memory locations. Our W4A8 LLMs achieve near-lossless performance on six popular downstream tasks, while using 1.36$\times$ fewer hardware resources than the leading state-of-the-art method. We open-source our framework at https://github.com/ChengZhang-98/lqer

📄 PDF Abstract BibTeX arXiv:2402.02446

Code (1)

chengzhang-98/lqer 공식 구현 pytorch

Tasks

Knowledge DistillationQuantization

Similar Papers 제목 키워드 기반

QERA: an Analytical Framework for Quantization Error Reconstruction

2024-10-08 · Cheng Zhang, Jeffrey T. H. Wong, Can Xiao, George A. Constantinides 외

he growing number of parameters and computational demands of large language models (LLMs) present significant challenges for their efficient deployment. Recently, there is an increasing interest in quantizing weights to …

parameter-efficient fine-tuningQuantization

Preserve-Then-Quantize: Balancing Rank Budgets for Quantization Error Reconstruction in LLMs

2026-02-02 · Yoonjun Cho, Dongjae Jeon, Soeun Kim, Moongyu Jeon 외 arxiv

Quantization Error Reconstruction (QER) reduces accuracy loss in Post-Training Quantization (PTQ) by approximating weights as $\mathbf{W} \approx \mathbf{Q} + \mathbf{L}\mathbf{R}$, using a rank-$r$ correction to reconst…

parameter-efficient fine-tuning

SERQ: Saliency-Aware Low-Rank Error Reconstruction for LLM Quantization

2026-03-09 · Yeonsik Park, Hyeonseong Kim, Seungkyu Choi arxiv

Post-training quantization (PTQ) has emerged as a prevailing technique for deploying large language models (LLMs) efficiently in terms of both memory and computation, across edge devices and server platforms. Existing PT…

GlowQ: Group-Shared LOw-Rank Approximation for Quantized LLMs

2026-03-26 · Selim An, Il hong Suh, Yeseong Kim arxiv

Quantization techniques such as BitsAndBytes, AWQ, and GPTQ are widely used as a standard method in deploying large language models but often degrades accuracy when using low-bit representations, e.g., 4 bits. Low-rank c…

ASER: Activation Smoothing and Error Reconstruction for Large Language Model Quantization

2024-11-12 · Weibo Zhao, Yubin Shi, Xinyu Lyu, Wanchen Sui 외

Quantization stands as a pivotal technique for large language model (LLM) serving, yet it poses significant challenges particularly in achieving effective low-bit quantization. The limited numerical mapping makes the qua…

Language ModelingLanguage ModellingLarge Language ModelModel Compression+1