paper-with-me

홈 › Papers

CSQ: Centered Symmetric Quantization for Extremely Low Bit Neural Networks

2021-09-29 · Faaiz Asim, Jaewoo Park, Azat Azamat, Jongeun Lee

Recent advances in quantized neural networks (QNNs) are closing the performance gap with the full precision neural networks. However at very low precision (i.e., $\le 3$-bits), QNNs often still suffer significant performance degradation. The conventional uniform symmetric quantization scheme allocates unequal numbers of positive and negative quantization levels. We show that this asymmetry in the number of positive and negative quantization levels can result in significant quantization error and performance degradation at low precision. We propose and analyze a quantizer called centered symmetric quantizer (CSQ), which preserves the symmetry of latent distribution by providing equal representations to the negative and positive sides of the distribution. We also propose a novel method to efficiently map CSQ to binarized neural network hardware using bitwise operations. Our analyses and experimental results using state-of-the-art quantization methods on ImageNet and CIFAR-10 show the importance of using CSQ for weight in place of the conventional quantization scheme at extremely low-bit precision (2$\sim$3 bits).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

SYQ: Learning Symmetric Quantization For Efficient Deep Neural Networks

2018-07-01 · CVPR 2018 6 · Julian Faraone, Nicholas Fraser, Michaela Blott, Philip H. W. Leong

Inference for state-of-the-art deep neural networks is computationally expensive, making them difficult to deploy on constrained hardware environments. An efficient way to reduce this complexity is to quantize the weight…

Quantization

MRQ:Support Multiple Quantization Schemes through Model Re-Quantization

2023-08-01 · Manasa Manohara, Sankalp Dayal, Tariq Afzal, Rahul Bakshi 외

Despite the proliferation of diverse hardware accelerators (e.g., NPU, TPU, DPU), deploying deep learning models on edge devices with fixed-point hardware is still challenging due to complex model quantization and conver…

modelQuantization

How to Parameterize Asymmetric Quantization Ranges for Quantization-Aware Training

2024-04-25 · Jaeseong You, Minseop Park, Kyunggeun Lee, Seokjun An 외

This paper investigates three different parameterizations of asymmetric uniform quantization for quantization-aware training: (1) scale and offset, (2) minimum and maximum, and (3) beta and gamma. We perform a comprehens…

Quantization

AFPQ: Asymmetric Floating Point Quantization for LLMs

2023-11-03 · Yijia Zhang, Sicheng Zhang, Shijie Cao, Dayou Du 외

Large language models (LLMs) show great performance in various tasks, but face deployment challenges from limited memory capacity and bandwidth. Low-bit weight quantization can save memory and accelerate inference. Altho…

Quantization

LSQ+: Improving low-bit quantization through learnable offsets and better initialization

2020-04-20 · Yash Bhalgat, Jinwon Lee, Markus Nagel, Tijmen Blankevoort 외

Unlike ReLU, newer activation functions (like Swish, H-swish, Mish) that are frequently employed in popular efficient architectures can also result in negative activation values, with skewed positive and negative ranges.…

Image ClassificationQuantization