LGAICLMay 2, 2025

Grouped Sequency-arranged Rotation: Optimizing Rotation Transformation for Quantization for Free

arXiv:2505.03810v22 citationsh-index: 1ACL
Originality Incremental advance
AI Analysis

This addresses deployment challenges for LLMs by improving quantization efficiency, though it is incremental over existing rotation-based methods.

The paper tackles the challenge of deploying Large Language Models (LLMs) at very low bit-widths like 2-bit by introducing a training-free rotation matrix method that reduces quantization error, achieving performance comparable to optimization-based methods without training.

Large Language Models (LLMs) face deployment challenges due to high computational costs, and while Post-Training Quantization (PTQ) offers a solution, existing rotation-based methods struggle at very low bit-widths like 2-bit. We introduce a novel, training-free approach to construct an improved rotation matrix, addressing the limitations of current methods. The key contributions include leveraging the Walsh-Hadamard transform with sequency ordering, which clusters similar frequency components to reduce quantization error compared to standard Hadamard matrices, significantly improving performance. Furthermore, we propose a Grouped Sequency-arranged Rotation (GSR) using block-diagonal matrices with smaller Walsh blocks, effectively isolating outlier impacts and achieving performance comparable to optimization-based methods without requiring any training. Our method demonstrates robust performance on reasoning tasks and Perplexity (PPL) score on WikiText-2. Our method also enhances results even when applied over existing learned rotation techniques.

Foundations

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

Your Notes