paper-with-me

Papers

Batch Normalization in Quantized Networks

2020-04-29 · Eyyüb Sari, Vahid Partovi Nia

Implementation of quantized neural networks on computing hardware leads to considerable speed up and memory saving. However, quantized deep networks are difficult to train and batch~normalization (BatchNorm) layer plays an important role in training full-precision and quantized networks. Most studies on BatchNorm are focused on full-precision networks, and there is little research in understanding BatchNorm affect in quantized training which we address here. We show BatchNorm avoids gradient explosion which is counter-intuitive and recently observed in numerical experiments by other researchers.

📄 PDF Abstract BibTeX arXiv:2004.14214

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

PikeLPN: Mitigating Overlooked Inefficiencies of Low-Precision Neural Networks

2024-01-01 · CVPR 2024 1 · Marina Neseem, Conor McCullough, Randy Hsin, Chas Leichner 외

Low-precision quantization is recognized for its efficacy in neural network optimization. Our analysis reveals that non-quantized elementwise operations which are prevalent in layers such as parameterized activation …

Quantization

Magic for the Age of Quantized DNNs

2024-03-22 · Yoshihide Sawada, Ryuji Saiin, Kazuma Suetake

Recently, the number of parameters in DNNs has explosively increased, as exemplified by LLMs (Large Language Models), making inference on small-scale computers more difficult. Model compression technology is, therefore, …

Model CompressionQuantization

Normalization Helps Training of Quantized LSTM

2019-12-01 · NeurIPS 2019 12 · Lu Hou, Jinhua Zhu, James Kwok, Fei Gao 외

The long-short-term memory (LSTM), though powerful, is memory and computa\x02tion expensive. To alleviate this problem, one approach is to compress its weights by quantization. However, existing quantization methods usua…

Quantization

Optimal Quantization for Batch Normalization in Neural Network Deployments and Beyond

2020-08-30 · Dachao Lin, Peiqin Sun, Guangzeng Xie, Shuchang Zhou 외

Quantized Neural Networks (QNNs) use low bit-width fixed-point numbers for representing weight parameters and activations, and are often used in real-world applications due to their saving of computation resources and re…

Quantization

Scalable Methods for 8-bit Training of Neural Networks

2018-05-25 · NeurIPS 2018 12 · Ron Banner, Itay Hubara, Elad Hoffer, Daniel Soudry

Quantized Neural Networks (QNNs) are often used to improve network efficiency during the inference phase, i.e. after the network has been trained. Extensive research in the field suggests many different quantization sche…

Quantization