CVLGSep 29, 2018

NICE: Noise Injection and Clamping Estimation for Neural Network Quantization

arXiv:1810.00162v268 citationsHas Code
Originality Highly original
AI Analysis

This addresses the need for efficient neural networks on mobile devices, offering a novel method for quantization with improved accuracy.

The paper tackles the problem of quantizing neural networks to reduce computational demands for low-power systems, achieving state-of-the-art accuracy with as low as 3-bit weights and activations on tasks like ImageNet classification.

Convolutional Neural Networks (CNN) are very popular in many fields including computer vision, speech recognition, natural language processing, to name a few. Though deep learning leads to groundbreaking performance in these domains, the networks used are very demanding computationally and are far from real-time even on a GPU, which is not power efficient and therefore does not suit low power systems such as mobile devices. To overcome this challenge, some solutions have been proposed for quantizing the weights and activations of these networks, which accelerate the runtime significantly. Yet, this acceleration comes at the cost of a larger error. The \uniqname method proposed in this work trains quantized neural networks by noise injection and a learned clamping, which improve the accuracy. This leads to state-of-the-art results on various regression and classification tasks, e.g., ImageNet classification with architectures such as ResNet-18/34/50 with low as 3-bit weights and activations. We implement the proposed solution on an FPGA to demonstrate its applicability for low power real-time applications. The implementation of the paper is available at https://github.com/Lancer555/NICE

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes