English

SmoothRot: Combining Channel-Wise Scaling and Rotation for Quantization-Friendly LLMs

Computation and Language 2025-07-30 v2 Artificial Intelligence Machine Learning

Abstract

We present SmoothRot, a novel post-training quantization technique to enhance the efficiency of 4-bit quantization in Large Language Models (LLMs). SmoothRot addresses the critical challenge of massive activation outliers, by integrating channel-wise scaling with Hadamard transformations. Our technique effectively transforms extreme outliers into quantization-friendly activations, significantly improving quantization accuracy. Experiments conducted on popular LLMs (LLaMA2 7B, LLaMA3.1 8B, and Mistral 7B) demonstrate that SmoothRot consistently reduces the performance gap between quantized and FP16 models by approximately 10-30\% across language generation and zero-shot reasoning tasks, without introducing additional inference latency. Code is available at https://github.com/czakop/smoothrot.

Keywords

Cite

@article{arxiv.2506.05413,
  title  = {SmoothRot: Combining Channel-Wise Scaling and Rotation for Quantization-Friendly LLMs},
  author = {Patrik Czakó and Gábor Kertész and Sándor Szénási},
  journal= {arXiv preprint arXiv:2506.05413},
  year   = {2025}
}

Comments

6 pages, 3 figures, 5 tables. Accepted to IEEE SMC 2025 conference proceedings

R2 v1 2026-07-01T03:02:16.281Z