LGFeb 13, 2018

Training and Inference with Integers in Deep Neural Networks

arXiv:1802.04680v1412 citations
Originality Incremental advance
AI Analysis

This enables deployment of training in integer-based hardware systems for embedded and neuromorphic applications, though it is incremental as it builds on prior work in low-precision inference.

The paper tackles the problem of training and inference with low-bitwidth integers in deep neural networks, achieving comparable accuracy and higher energy efficiency on multiple datasets.

Researches on deep neural networks with discrete parameters and their deployment in embedded systems have been active and promising topics. Although previous works have successfully reduced precision in inference, transferring both training and inference processes to low-bitwidth integers has not been demonstrated simultaneously. In this work, we develop a new method termed as "WAGE" to discretize both training and inference, where weights (W), activations (A), gradients (G) and errors (E) among layers are shifted and linearly constrained to low-bitwidth integers. To perform pure discrete dataflow for fixed-point devices, we further replace batch normalization by a constant scaling layer and simplify other components that are arduous for integer implementation. Improved accuracies can be obtained on multiple datasets, which indicates that WAGE somehow acts as a type of regularization. Empirically, we demonstrate the potential to deploy training in hardware systems such as integer-based deep learning accelerators and neuromorphic chips with comparable accuracy and higher energy efficiency, which is crucial to future AI applications in variable scenarios with transfer and continual learning demands.

Code Implementations3 repos
Foundations

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

Your Notes