paper-with-me

홈 › Papers

Recurrent Neural Networks With Limited Numerical Precision

2016-11-21 · Joachim Ott, Zhouhan Lin, Ying Zhang, Shih-Chii Liu, Yoshua Bengio

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.

📄 PDF Abstract BibTeX arXiv:1611.07065

Code (1)

ottj/QuantizedRNN 공식 구현

Tasks

Quantization

Similar Papers 제목 키워드 기반

Recurrent Neural Networks With Limited Numerical Precision

2016-08-24 · Joachim Ott, Zhouhan Lin, Ying Zhang, Shih-Chii Liu 외

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 intere…

Binarization

Mixed Precision Training

2017-10-10 · ICLR 2018 1 · Paulius Micikevicius, Sharan Narang, Jonah Alben, Gregory Diamos 외

Deep neural networks have enabled progress in a wide variety of applications. Growing the size of the neural network typically results in improved accuracy. As model sizes grow, the memory and compute requirements for tr…

Curvature-aware dynamic precision approach for physics-informed neural networks

2026-06-03 · Yingjie Shao, Ioannis N. Athanasiadis, George van Voorn, Taniya Kapoor arxiv

Physics-informed neural networks (PINNs) have become a promising framework for simulating partial differential equations (PDEs) by embedding physical laws directly into neural network training. However, recent studies sh…

Computational Efficiency

Analytical Guarantees on Numerical Precision of Deep Neural Networks

2017-08-01 · ICML 2017 8 · Charbel Sakr, Yongjune Kim, Naresh Shanbhag

The acclaimed successes of neural networks often overshadow their tremendous complexity. We focus on numerical precision – a key parameter defining the complexity of neural networks. First, we present theoretical bo…

HitNet: Hybrid Ternary Recurrent Neural Network

2018-12-01 · NeurIPS 2018 12 · Peiqi Wang, Xinfeng Xie, Lei Deng, Guoqi Li 외

Quantization is a promising technique to reduce the model size, memory footprint, and massive computation operations of recurrent neural networks (RNNs) for embedded devices with limited resources. Although extreme low-b…

Quantization