paper-with-me

Papers

Integer-Only Neural Network Quantization Scheme Based on Shift-Batch-Normalization

2021-05-28 · Qingyu Guo, YuAn Wang, Xiaoxin Cui

Neural networks are very popular in many areas, but great computing complexity makes it hard to run neural networks on devices with limited resources. To address this problem, quantization methods are used to reduce model size and computation cost, making it possible to use neural networks on embedded platforms or mobile devices. In this paper, an integer-only-quantization scheme is introduced. This scheme uses one layer that combines shift-based batch normalization and uniform quantization to implement 4-bit integer-only inference. Without big integer multiplication(which is used in previous integer-only-quantization methods), this scheme can achieve good power and latency efficiency, and is especially suitable to be deployed on co-designed hardware platforms. Tests have proved that this scheme works very well for easy tasks. And for tough tasks, performance loss can be tolerated for its inference efficiency. Our work is available on github: https://github.com/hguq/IntegerNet.

📄 PDF Abstract BibTeX arXiv:2106.00127

Code (1)

hguq/IntegerNet 공식 구현 pytorch

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

I-ViT: Integer-only Quantization for Efficient Vision Transformer Inference

2022-07-04 · ICCV 2023 1 · Zhikai Li, Qingyi Gu

Vision Transformers (ViTs) have achieved state-of-the-art performance on various computer vision applications. However, these models have considerable storage and computational overheads, making their deployment and effi…

Quantization

Towards Efficient Full 8-bit Integer DNN Online Training on Resource-limited Devices without Batch Normalization

2021-05-27 · Yukuan Yang, Xiaowei Chi, Lei Deng, Tianyi Yan 외

Huge computational costs brought by convolution and batch normalization (BN) have caused great challenges for the online training and corresponding applications of deep neural networks (DNNs), especially in resource-limi…

Model CompressionQuantization

Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference

2017-12-15 · CVPR 2018 6 · Benoit Jacob, Skirmantas Kligys, Bo Chen, Menglong Zhu 외

The rising popularity of intelligent mobile devices and the daunting computational cost of deep learning-based models call for efficient and accurate on-device inference schemes. We propose a quantization scheme that all…

General ClassificationQuantization

DQT: Dynamic Quantization Training via Dequantization-Free Nested Integer Arithmetic

2025-08-07 · Hazem Hesham Yousef Shalby, Fabrizio Pittorino, Francesca Palermo, Diana Trojaniello 외 arxiv

The deployment of deep neural networks on resource-constrained devices relies on quantization. While static, uniform quantization applies a fixed bit-width to all inputs, it fails to adapt to their varying complexity. Dy…

HAWQV3: Dyadic Neural Network Quantization

2020-11-20 · Zhewei Yao, Zhen Dong, Zhangcheng Zheng, Amir Gholami 외

Current low-precision quantization algorithms often have the hidden cost of conversion back and forth from floating point to quantized integer values. This hidden cost limits the latency improvement realized by quantizin…

Model CompressionQuantization