paper-with-me

홈 › Papers

OffQ: Taming Structured Outliers in LLM Quantization by Offsetting

2026-06-05 · Haoqi Wang, Lorenz K. Mueller, Jiawei Zhuang, Mathieu Salzmann, Lukas Cavigelli arxiv

Low-bit quantization has been widely adopted to accelerate the inference of large language models (LLMs) by significantly reducing computational cost and memory usage. However, activation outliers pose a major challenge to effective quantization, often leading to notable performance degradation. In this paper, we introduce OffQ, a method designed to mitigate activation outliers in low-bit quantization through a novel offsetting mechanism. Specifically, OffQ first identifies a low-dimensional outlier subspace in the activations using a proposed top-1 PCA, and then concentrates high-magnitude activations into 1 channel via rotation. OffQ then absorbs this concentrated outlier channel by converting its magnitude into a shared offset, thereby reducing the standard deviation of the activations. This offsetting strategy enables effective W4A4KV4 quantization of LLMs using deployment-friendly uniform-grid and uniform-precision quantization. Extensive experiments across diverse LLM architectures and benchmarks demonstrate that OffQ outperforms state-of-the-art baselines, consistently improving model accuracy while preserving low-bit efficiency.

📄 PDF Abstract BibTeX arXiv:2606.07116

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AMXFP4: Taming Activation Outliers with Asymmetric Microscaling Floating-Point for 4-bit LLM Inference

2024-11-15 · Janghwan Lee, Jiwoong Park, Jinseok Kim, Yongjik Kim 외

Scaling Large Language Models (LLMs) with extended context lengths has increased the need for efficient low-bit quantization to manage their substantial computational demands. However, reducing precision to 4 bits freque…

QuantizationQuestion AnsweringVisual Question Answering

Taming Sensitive Weights : Noise Perturbation Fine-tuning for Robust LLM Quantization

2024-12-08 · Dongwei Wang, Huanrui Yang

Quantization is a critical step to enable efficient LLM serving under limited resource. However, previous research observes that certain weights in the LLM, known as outliers, are significantly sensitive to quantization …

Quantization

Outlier Suppression: Pushing the Limit of Low-bit Transformer Language Models

2022-09-27 · Xiuying Wei, Yunchen Zhang, Xiangguo Zhang, Ruihao Gong 외

Transformer architecture has become the fundamental element of the widespread natural language processing~(NLP) models. With the trends of large NLP models, the increasing memory and computation costs hinder their effici…

Quantization

From 2:4 to 8:16 sparsity patterns in LLMs for Outliers and Weights with Variance Correction

2025-07-03 · Egor Maximov, Yulia Kuzkina, Azamat Kanametov, Alexander Prutko 외 arxiv

As large language models (LLMs) grow in size, efficient compression techniques like quantization and sparsification are critical. While quantization maintains performance with reduced precision, structured sparsity metho…

Astro: Activation-guided Structured Regularization for Outlier-Robust LLM Post-Training Quantization

2026-02-07 · Xi Chen, Ming Li, Junxi Li, Changsheng Li 외 arxiv

Weight-only post-training quantization (PTQ) is crucial for efficient Large Language Model (LLM) deployment but suffers from accuracy degradation caused by weight and activation outliers. Existing mitigation strategies o…