English

Single stream parallelization of generalized LSTM-like RNNs on a GPU

Neural and Evolutionary Computing 2015-11-25 v1 Machine Learning

Abstract

Recurrent neural networks (RNNs) have shown outstanding performance on processing sequence data. However, they suffer from long training time, which demands parallel implementations of the training procedure. Parallelization of the training algorithms for RNNs are very challenging because internal recurrent paths form dependencies between two different time frames. In this paper, we first propose a generalized graph-based RNN structure that covers the most popular long short-term memory (LSTM) network. Then, we present a parallelization approach that automatically explores parallelisms of arbitrary RNNs by analyzing the graph structure. The experimental results show that the proposed approach shows great speed-up even with a single training stream, and further accelerates the training when combined with multiple parallel training streams.

Keywords

Cite

@article{arxiv.1503.02852,
  title  = {Single stream parallelization of generalized LSTM-like RNNs on a GPU},
  author = {Kyuyeon Hwang and Wonyong Sung},
  journal= {arXiv preprint arXiv:1503.02852},
  year   = {2015}
}

Comments

Accepted by the 40th IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) 2015

R2 v1 2026-06-22T08:48:36.024Z