paper-with-me

Papers

RUQuant: Towards Refining Uniform Quantization for Large Language Models

2026-04-05 · Han Liu, Haotian Gao, Changya Li, Feng Zhang, Xiaotong Zhang, Wei Wang, Hong Yu arxiv

The increasing size and complexity of large language models (LLMs) have raised significant challenges in deployment efficiency, particularly under resource constraints. Post-training quantization (PTQ) has emerged as a practical solution by compressing models without requiring retraining. While existing methods focus on uniform quantization schemes for both weights and activations, they often suffer from substantial accuracy degradation due to the non-uniform nature of activation distributions. In this work, we revisit the activation quantization problem from a theoretical perspective grounded in the Lloyd-Max optimality conditions. We identify the core issue as the non-uniform distribution of activations within the quantization interval, which causes the optimal quantization point under the Lloyd-Max criterion to shift away from the midpoint of the interval. To address this issue, we propose a two-stage orthogonal transformation method, RUQuant. In the first stage, activations are divided into blocks. Each block is mapped to uniformly sampled target vectors using composite orthogonal matrices, which are constructed from Householder reflections and Givens rotations. In the second stage, a global Householder reflection is fine-tuned to further minimize quantization error using Transformer output discrepancies. Empirical results show that our method achieves near-optimal quantization performance without requiring model fine-tuning: RUQuant achieves 99.8% of full-precision accuracy with W6A6 and 97% with W4A4 quantization for a 13B LLM, within approximately one minute. A fine-tuned variant yields even higher accuracy, demonstrating the effectiveness and scalability of our approach.

📄 PDF Abstract BibTeX arXiv:2604.04013

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GANQ: GPU-Adaptive Non-Uniform Quantization for Large Language Models

2025-01-22 · Pengxiang Zhao, Xiaoming Yuan

Large Language Models (LLMs) face significant deployment challenges due to their substantial resource requirements. While low-bit quantized weights can reduce memory usage and improve inference efficiency, current hardwa…

GPUQuantization

R2Q: Towards Robust 2-Bit Large Language Models via Residual Refinement Quantization

2025-11-21 · Jiayi Chen, Jieqi Shi, Jing Huo, Chen Wu arxiv

The rapid progress of Large Language Models (LLMs) has brought substantial computational and memory demands, spurring the adoption of low-bit quantization. While 8-bit and 4-bit formats have become prevalent, extending q…

Question Answering

Post-Training Weighted Quantization of Neural Networks for Language Models

2021-01-01 · Se Jung Kwon, Dongsoo Lee, Yongkweon Jeon, Byeongwook Kim 외

As a practical model compression technique, parameter quantization is effective especially for language models associated with a large memory footprint. Neural network quantization is usually performed to reduce quantiza…

Model CompressionQuantization

NeUQI: Near-Optimal Uniform Quantization Parameter Initialization

2025-05-23 · Li Lin, Xinyu Hu, Xiaojun Wan

Large language models (LLMs) achieve impressive performance across domains but face significant challenges when deployed on consumer-grade GPUs or personal devices such as laptops, due to high memory consumption and infe…

Quantization

Mixed-Precision Quantization for Language Models: Techniques and Prospects

2025-10-19 · Mariam Rakka, Marios Fournarakis, Olga Krestinskaya, Jinane Bazzi 외 arxiv

The rapid scaling of language models (LMs) has resulted in unprecedented computational, memory, and energy requirements, making their training and deployment increasingly unsustainable. Quantization has emerged as an ess…