paper-with-me

홈 › Papers

Mitigating Outlier Activations in Low-Precision Fine-Tuning of Language Models

2023-12-14 · Alireza Ghaffari, Justin Yu, Mahsa Ghazvini Nejad, Masoud Asgharian, Boxing Chen, Vahid Partovi Nia

Low-precision fine-tuning of language models has gained prominence as a cost-effective and energy-efficient approach to deploying large-scale models in various applications. However, this approach is susceptible to the existence of outlier values in activation. The outlier values in the activation can negatively affect the performance of fine-tuning language models in the low-precision regime since they affect the scaling factor and thus make representing smaller values harder. This paper investigates techniques for mitigating outlier activation in low-precision integer fine-tuning of the language models. Our proposed novel approach enables us to represent the outlier activation values in 8-bit integers instead of floating-point (FP16) values. The benefit of using integers for outlier values is that it enables us to use operator tiling to avoid performing 16-bit integer matrix multiplication to address this problem effectively. We provide theoretical analysis and supporting experiments to demonstrate the effectiveness of our approach in improving the robustness and performance of low-precision fine-tuned language models.

📄 PDF Abstract BibTeX arXiv:2312.09211

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

QuantTune: Optimizing Model Quantization with Adaptive Outlier-Driven Fine Tuning

2024-03-11 · Jiun-Man Chen, Yu-Hsuan Chao, Yu-Jie Wang, Ming-Der Shieh 외

Transformer-based models have gained widespread popularity in both the computer vision (CV) and natural language processing (NLP) fields. However, significant challenges arise during post-training linear quantization, le…

Quantization

Colinearity Decay: Training Quantization-Friendly ViTs with Outlier Decay

2026-05-02 · Jin Tong, Guang Liang, Peilin Sun, Jianxin Wu arxiv

Low-bit quantization is a practical route for efficiently deploying vision Transformers, yet activation outliers complicate fully quantized deployment. Existing methods either handle quantization post-training or suppres…

OverQ: Opportunistic Outlier Quantization for Neural Network Accelerators

2019-10-13 · Ritchie Zhao, Jordan Dotzel, Zhanqiu Hu, Preslav Ivanov 외

Outliers in weights and activations pose a key challenge for fixed-point quantization of neural networks. While they can be addressed by fine-tuning, this is not practical for ML service providers (e.g., Google or Micros…

Quantization

Is It a Free Lunch for Removing Outliers during Pretraining?

2024-02-19 · Baohao Liao, Christof Monz

With the growing size of large language models, the role of quantization becomes increasingly significant. However, outliers present in weights or activations notably influence the performance of quantized models. Recent…

Quantization

OutlierTune: Efficient Channel-Wise Quantization for Large Language Models

2024-06-27 · Jinguang Wang, Yuexi Yin, Haifeng Sun, Qi Qi 외

Quantizing the activations of large language models (LLMs) has been a significant challenge due to the presence of structured outliers. Most existing methods focus on the per-token or per-tensor quantization of activatio…

Quantization