paper-with-me

Papers

A Comprehensive Evaluation on Quantization Techniques for Large Language Models

2025-07-23 · Yutong Liu, Cairong Zhao, Guosheng Hu arxiv

For large language models (LLMs), post-training quantization (PTQ) can significantly reduce memory footprint and computational overhead. Model quantization is rapidly evolving. Though many papers report breakthrough results, they are often evaluated under different settings because a method typically contains multiple components. Analyzing connections among existing methods is important for deeper understanding. To bridge these gaps, we conduct an extensive review of state-of-the-art methods and perform comprehensive evaluations under the same conditions for fair comparison. To our knowledge, such a fair and extensive investigation remains critically underexplored. To better understand connections, first, we decouple published quantization methods into two steps: pre-quantization transformation and quantization error mitigation. The former is a preprocessing step that reduces outlier impact by flattening the data distribution; the latter offsets quantization errors to improve performance. Second, we evaluate and analyze the impact of different settings, including granularity and symmetry. Third, we analyze and evaluate the latest MXFP4 and NVFP4 data formats and their performance. Our experiments first demonstrate that optimized rotation and scaling yield the best pre-quantization performance, and that combining low-rank compensation with GPTQ can occasionally outperform GPTQ alone for error mitigation. Second, finer granularity improves performance but increases storage overhead. Third, we find that scaling-factor format and precision greatly affect FP4 performance, and that rotation-based strategies effective for INT4 offer limited gains for MXFP4 and NVFP4, motivating further study.

📄 PDF Abstract BibTeX arXiv:2507.17417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimizing Large Language Models through Quantization: A Comparative Analysis of PTQ and QAT Techniques

2024-11-09 · Jahid Hasan

This paper presents a comprehensive analysis of quantization techniques for optimizing Large Language Models (LLMs), specifically focusing on Post-Training Quantization (PTQ) and Quantization-Aware Training (QAT). Throug…

Quantization

Q-resafe: Assessing Safety Risks and Quantization-aware Safety Patching for Quantized Large Language Models

2025-06-25 · KeJia Chen, Jiawen Zhang, Jiacong Hu, Yu Wang 외

Quantized large language models (LLMs) have gained increasing attention and significance for enabling deployment in resource-constrained environments. However, emerging studies on a few calibration dataset-free quantizat…

Quantization

Evaluating Quantized Large Language Models

2024-02-28 · Shiyao Li, Xuefei Ning, Luning Wang, Tengxuan Liu 외

Post-training quantization (PTQ) has emerged as a promising technique to reduce the cost of large language models (LLMs). Specifically, PTQ can effectively mitigate memory consumption and reduce computational overhead in…

MambaQuantization

SLMQuant:Benchmarking Small Language Model Quantization for Practical Deployment

2025-11-17 · Jiacheng Wang, Yejun Zeng, Jinyang Guo, Yuqing Ma 외 arxiv

Despite the growing interest in Small Language Models (SLMs) as resource-efficient alternatives to Large Language Models (LLMs), their deployment on edge devices remains challenging due to unresolved efficiency gaps in m…

Model Compression

A Comprehensive Evaluation of Quantization Strategies for Large Language Models

2024-02-26 · Renren Jin, Jiangcun Du, Wuwei Huang, Wei Liu 외

Increasing the number of parameters in large language models (LLMs) usually improves performance in downstream tasks but raises compute and memory costs, making deployment difficult in resource-limited settings. Quantiza…

Language ModelingLanguage ModellingQuantization