CLJan 30, 2025

Mixed-Precision Graph Neural Quantization for Low Bit Large Language Models

arXiv:2501.18154v13 citationsh-index: 8ICASSP
Originality Incremental advance
AI Analysis

This addresses the challenge of deploying LLMs in resource-limited settings, representing an incremental improvement over existing PTQ methods.

The paper tackles the problem of poor performance in post-training quantization for large language models at low bit levels (<3 bits) by introducing a mixed-precision graph neural PTQ method, which outperforms GPTQ on WikiText2 and C4 datasets.

Post-Training Quantization (PTQ) is pivotal for deploying large language models (LLMs) within resource-limited settings by significantly reducing resource demands. However, existing PTQ strategies underperform at low bit levels < 3 bits due to the significant difference between the quantized and original weights. To enhance the quantization performance at low bit widths, we introduce a Mixed-precision Graph Neural PTQ (MG-PTQ) approach, employing a graph neural network (GNN) module to capture dependencies among weights and adaptively assign quantization bit-widths. Through the information propagation of the GNN module, our method more effectively captures dependencies among target weights, leading to a more accurate assessment of weight importance and optimized allocation of quantization strategies. Extensive experiments on the WikiText2 and C4 datasets demonstrate that our MG-PTQ method outperforms previous state-of-the-art PTQ method GPTQ, setting new benchmarks for quantization performance under low-bit conditions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes