CVJul 17, 2018

Accuracy to Throughput Trade-offs for Reduced Precision Neural Networks on Reconfigurable Logic

arXiv:1807.10577v125 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges for neural network deployment in power-constrained environments, though it appears incremental in exploring quantization strategies.

The paper investigates accuracy-throughput trade-offs for reduced precision neural networks on reconfigurable hardware, finding that 2-bit and 4-bit fixed-point parameters offer better hardware efficiency on small datasets like MNIST and CIFAR-10, while 4-bit provides the best trade-off for large-scale tasks like AlexNet on ImageNet.

Modern CNN are typically based on floating point linear algebra based implementations. Recently, reduced precision NN have been gaining popularity as they require significantly less memory and computational resources compared to floating point. This is particularly important in power constrained compute environments. However, in many cases a reduction in precision comes at a small cost to the accuracy of the resultant network. In this work, we investigate the accuracy-throughput trade-off for various parameter precision applied to different types of NN models. We firstly propose a quantization training strategy that allows reduced precision NN inference with a lower memory footprint and competitive model accuracy. Then, we quantitatively formulate the relationship between data representation and hardware efficiency. Our experiments finally provide insightful observation. For example, one of our tests show 32-bit floating point is more hardware efficient than 1-bit parameters to achieve 99% MNIST accuracy. In general, 2-bit and 4-bit fixed point parameters show better hardware trade-off on small-scale datasets like MNIST and CIFAR-10 while 4-bit provide the best trade-off in large-scale tasks like AlexNet on ImageNet dataset within our tested problem domain.

Foundations

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

Your Notes