paper-with-me

홈 › Papers

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

2026-02-07 · Xi Chen, Ming Li, Junxi Li, Changsheng Li, Peisong Wang, Lizhong Ding, Ye Yuan, Guoren Wang 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 often face critical limitations: they either yield insufficient outlier suppression or incur significant deployment inefficiencies, such as inference latency, heavy preprocessing, or reliance on complex operator fusion. To resolve these limitations, we leverage a key insight: over-parameterized LLMs often converge to Flat Minima, implying a vast equivalent solution space where weights can be adjusted without compromising accuracy. Building on this, we propose Astro, an Activation-guided Structured Regularization framework designed to suppress the negative effects of outliers in a hardware-friendly and efficient manner. Leveraging the activation-guided regularization objective, Astro actively reconstructs intrinsically robust weights, aggressively suppressing weight outliers corresponding to high-magnitude activations without sacrificing model accuracy. Crucially, Astro introduces zero inference latency and is orthogonal to mainstream quantization methods like GPTQ. Extensive experiments show that Astro achieves highly competitive performance; notably, on LLaMA-2-7B, it achieves better performance than complex learning-based rotation methods with almost 1/3 of the quantization time.

📄 PDF Abstract BibTeX arXiv:2602.07596

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ButterflyQuant: Ultra-low-bit LLM Quantization through Learnable Orthogonal Butterfly Transforms

2025-09-11 · Bingxin Xu, Zhen Dong, Oussama Elachqar, Yuzhang Shang arxiv

Large language models require massive memory footprints, severely limiting deployment on consumer hardware. Quantization reduces memory through lower numerical precision, but extreme 2-bit quantization suffers from catas…

Mitigating the Impact of Outlier Channels for Language Model Quantization with Activation Regularization

2024-04-04 · Aniruddha Nrusimha, Mayank Mishra, Naigang Wang, Dan Alistarh 외

We consider the problem of accurate quantization for language models, where both the weights and activations are uniformly quantized to 4 bits per parameter, the lowest bitwidth format natively supported by GPU hardware.…

GPULanguage ModelingLanguage ModellingQuantization

OffQ: Taming Structured Outliers in LLM Quantization by Offsetting

2026-06-05 · Haoqi Wang, Lorenz K. Mueller, Jiawei Zhuang, Mathieu Salzmann 외 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 …

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

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…