vix.ing · top · new · best · stats

GuidedQuant: Large Language Model Quantization via Exploiting End Loss Guidance

2025/05/11 by Jinuk Kim, Marwa El Halabi, Kim, Jinuk +12 · 7 citations
Computer Science · #End-to-end principle #Inference #Language model #Monotonic function #Natural Language Processing Techniques #Quantization (signal processing) #Source code #Topic Modeling

paper · pdf · doi:10.48550/arxiv.2505.07004

published in arXiv (Cornell University) (Cornell University)

openalex publication_date 2025/05/11 · openalex created_date 2025/10/16 · openalex updated_date 2026/08/05

Abstract

Post-training quantization is a key technique for reducing the memory and inference latency of large language models by quantizing weights and activations without requiring retraining. However, existing methods either (1) fail to account for the varying importance of hidden features to the end loss or, when incorporating end loss, (2) neglect the critical interactions between model weights. To address these limitations, we propose GuidedQuant, a novel quantization approach that integrates gradient information from the end loss into the quantization objective while preserving cross-weight dependencies within output channels. GuidedQuant consistently boosts the performance of state-of-the-art quantization methods across weight-only scalar, weight-only vector, and weight-and-activation quantization. Additionally, we introduce a novel non-uniform scalar quantization algorithm, which is guaranteed to monotonically decrease the quantization objective value, and outperforms existing methods in this category. We release the code at https://github.com/snu-mllab/GuidedQuant.

Citations

Cited by

Related