LGCLJun 17, 2024

Prefixing Attention Sinks can Mitigate Activation Outliers for Large Language Model Quantization

arXiv:2406.12016v241 citations
Originality Incremental advance
AI Analysis

This work addresses a specific problem in LLM quantization for efficient deployment, offering an incremental improvement over existing methods.

The paper tackles the challenge of activation outliers in large language model quantization by proposing CushionCache, a method that inserts a prefix to mitigate outliers, resulting in a substantial performance boost for per-tensor activation quantization methods.

Despite recent advances in LLM quantization, activation quantization remains to be challenging due to the activation outliers. Conventional remedies, e.g., mixing precisions for different channels, introduce extra overhead and reduce the speedup. In this work, we develop a simple yet effective strategy to facilitate per-tensor activation quantization by preventing the generation of problematic tokens. Precisely, we propose a method to find a set of key-value cache, coined CushionCache, which mitigates outliers in subsequent tokens when inserted as a prefix. CushionCache works in two steps: First, we greedily search for a prompt token sequence that minimizes the maximum activation values in subsequent tokens. Then, we further tune the token cache to regularize the activations of subsequent tokens to be more quantization-friendly. The proposed method successfully addresses activation outliers of LLMs, providing a substantial performance boost for per-tensor activation quantization methods. We thoroughly evaluate our method over a wide range of models and benchmarks and find that it significantly surpasses the established baseline of per-tensor W8A8 quantization and can be seamlessly integrated with the recent activation quantization method.

Code Implementations1 repo
Foundations

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

Your Notes