paper-with-me

Papers

Gradient-based Automatic Mixed Precision Quantization for Neural Networks On-Chip

2024-05-01 · Chang Sun, Thea K. Årrestad, Vladimir Loncar, Jennifer Ngadiuba, Maria Spiropulu

Model size and inference speed at deployment time, are major challenges in many deep learning applications. A promising strategy to overcome these challenges is quantization. However, a straightforward uniform quantization to very low precision can result in significant accuracy loss. Mixed-precision quantization, based on the idea that certain parts of the network can accommodate lower precision without compromising performance compared to other parts, offers a potential solution. In this work, we present High Granularity Quantization (HGQ), an innovative quantization-aware training method that could fine-tune the per-weight and per-activation precision by making them optimizable through gradient descent. This approach enables ultra-low latency and low power neural networks on hardware capable of performing arithmetic operations with an arbitrary number of bits, such as FPGAs and ASICs. We demonstrate that HGQ can outperform existing methods by a substantial margin, achieving resource reduction by up to a factor of 20 and latency improvement by a factor of 5 while preserving accuracy.

📄 PDF Abstract BibTeX arXiv:2405.00645

Code (2)

calad0i/HGQ 공식 구현 tf
calad0i/HGQ-demos 공식 구현 tf

Tasks

Jet TaggingQuantization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

On-Chip Hardware-Aware Quantization for Mixed Precision Neural Networks

2023-09-05 · Wei Huang, Haotong Qin, Yangdong Liu, Jingzhuo Liang 외

Low-bit quantization emerges as one of the most promising compression approaches for deploying deep neural networks on edge devices. Mixed-precision quantization leverages a mixture of bit-widths to unleash the accuracy …

Quantization

Effective and Fast: A Novel Sequential Single Path Search for Mixed-Precision Quantization

2021-03-04 · Qigong Sun, Licheng Jiao, Yan Ren, Xiufang Li 외

Since model quantization helps to reduce the model size and computation latency, it has been successfully applied in many applications of mobile phones, embedded devices and smart chips. The mixed-precision quantization …

Quantization

Layer-specific Optimization for Mixed Data Flow with Mixed Precision in FPGA Design for CNN-based Object Detectors

2020-09-03 · Duy Thanh Nguyen, Hyun Kim, Hyuk-Jae Lee

Convolutional neural networks (CNNs) require both intensive computation and frequent memory access, which lead to a low processing speed and large power dissipation. Although the characteristics of the different layers i…

Bayesian OptimizationModel CompressionQuantization

CSQ: Growing Mixed-Precision Quantization Scheme with Bi-level Continuous Sparsification

2022-12-06 · Lirui Xiao, Huanrui Yang, Zhen Dong, Kurt Keutzer 외

Mixed-precision quantization has been widely applied on deep neural networks (DNNs) as it leads to significantly better efficiency-accuracy tradeoffs compared to uniform quantization. Meanwhile, determining the exact pre…

Quantization

Mixed Precision Low-bit Quantization of Neural Network Language Models for Speech Recognition

2021-11-29 · Junhao Xu, Jianwei Yu, Shoukang Hu, Xunying Liu 외

State-of-the-art language models (LMs) represented by long-short term memory recurrent neural networks (LSTM-RNNs) and Transformers are becoming increasingly complex and expensive for practical applications. Low-bit neur…

Neural Architecture SearchQuantizationSensitivityspeech-recognition+1