GranQ: Efficient Channel-wise Quantization via Vectorized Pre-Scaling for Zero-Shot QAT
Inpyo Hong, Youngwan Jo, Hyojeong Lee, Sunghyun Ahn, Kijung Lee, Sanghyun Park
TL;DR
GranQ tackles zero-shot quantization by moving beyond layer-wise activation quantization to a granular, per-channel scheme that uses vectorized pre-scaling to enable efficient parallel accumulation. By reshaping activations (activation decomposition) and computing per-channel scaling in a vectorized form, GranQ preserves activation information under low-bit QAT while eliminating runtime scaling overhead. Across CIFAR-10/100 and ImageNet, GranQ delivers state-of-the-art accuracy gains (e.g., +5.45% on CIFAR-100 at 3-bit) and even surpasses FP performance on CIFAR-10 at 5-bit, while maintaining near-layer-wise latency. This approach offers a practical, hardware-friendly solution to the core activation challenge in data-free quantization, with strong potential for broader deployment in constrained-data regimes.
Abstract
Zero-shot quantization (ZSQ) enables neural network compression without original training data, making it a promising solution for restricted data access scenarios. To compensate for the lack of data, recent ZSQ methods typically rely on synthetic inputs generated from the full-precision model. However, these synthetic inputs often lead to activation distortion, especially under low-bit settings. To mitigate this, existing methods typically employ per-channel scaling, but they still struggle due to the severe computational overhead during the accumulation process. To overcome this critical bottleneck, we propose GranQ, a novel activation quantization framework that introduces an efficient pre-scaling strategy. Unlike conventional channel-wise methods that repeatedly perform scaling operations during accumulation, GranQ applies scaling factors in a pre-scaling step through fully vectorized computation, eliminating runtime scaling overhead. This design enables GranQ to maintain fine-grained quantization accuracy while significantly reducing computational burden, particularly in low-bit quantization settings. Extensive experiments under quantization-aware training (QAT) settings demonstrate that GranQ consistently outperforms state-of-the-art ZSQ methods across CIFAR and ImageNet. In particular, our method achieves up to 5.45% higher accuracy in the 3-bit setting on CIFAR-100 and even surpasses the full-precision baseline on CIFAR-10.
