AILGMar 5, 2024

EasyQuant: An Efficient Data-free Quantization Algorithm for LLMs

arXiv:2403.02775v1138 citationsh-index: 7EMNLP
Originality Incremental advance
AI Analysis

This addresses the deployment challenge of LLMs by providing an efficient, data-free quantization method that ensures generalization, though it is incremental as it builds on existing quantization techniques.

The paper tackles the problem of quantizing large language models (LLMs) without relying on training data, which can affect generalization, by proposing EasyQuant, a data-independent weight-only quantization algorithm that leaves outliers unchanged and optimizes quantization ranges to reduce error, achieving comparable performance to the original model and running over 10 times faster than data-dependent methods.

Large language models (LLMs) have proven to be very superior to conventional methods in various tasks. However, their expensive computations and high memory requirements are prohibitive for deployment. Model quantization is an effective method for reducing this overhead. The problem is that in most previous works, the quantized model was calibrated using few samples from the training data, which might affect the generalization of the quantized LLMs to unknown cases and tasks. Hence in this work, we explore an important question: Can we design a data-independent quantization method for LLMs to guarantee its generalization performance? In this work, we propose EasyQuant, a training-free and data-independent weight-only quantization algorithm for LLMs. Our observation indicates that two factors: outliers in the weight and quantization ranges, are essential for reducing the quantization error. Therefore, in EasyQuant, we leave the outliers (less than 1%) unchanged and optimize the quantization range to reduce the reconstruction error. With these methods, we surprisingly find that EasyQuant achieves comparable performance to the original model. Since EasyQuant does not depend on any training data, the generalization performance of quantized LLMs is safely guaranteed. Moreover, EasyQuant can be implemented in parallel so that the quantized model could be attained in a few minutes even for LLMs over 100B. To our best knowledge, we are the first work that achieves almost lossless quantization performance for LLMs under a data-independent setting and our algorithm runs over 10 times faster than the data-dependent methods.

Foundations

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

Your Notes