English

Recurrent Neural Networks With Limited Numerical Precision

Neural and Evolutionary Computing 2017-02-28 v2

Abstract

Recurrent Neural Networks (RNNs) produce state-of-art performance on many machine learning tasks but their demand on resources in terms of memory and computational power are often high. Therefore, there is a great interest in optimizing the computations performed with these models especially when considering development of specialized low-power hardware for deep networks. One way of reducing the computational needs is to limit the numerical precision of the network weights and biases, and this will be addressed for the case of RNNs. We present results from the use of different stochastic and deterministic reduced precision training methods applied to two major RNN types, which are then tested on three datasets. The results show that the stochastic and deterministic ternarization, pow2- ternarization, and exponential quantization methods gave rise to low-precision RNNs that produce similar and even higher accuracy on certain datasets, therefore providing a path towards training more efficient implementations of RNNs in specialized hardware.

Keywords

Cite

@article{arxiv.1611.07065,
  title  = {Recurrent Neural Networks With Limited Numerical Precision},
  author = {Joachim Ott and Zhouhan Lin and Ying Zhang and Shih-Chii Liu and Yoshua Bengio},
  journal= {arXiv preprint arXiv:1611.07065},
  year   = {2017}
}

Comments

NIPS 2016 EMDNN Workshop paper, condensed version of arXiv:1608.06902

R2 v1 2026-06-22T16:59:58.734Z