paper-with-me

Papers

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

2015-03-10 · Kyuyeon Hwang, Wonyong Sung

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.

📄 PDF Abstract BibTeX arXiv:1503.02852

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Similar Papers 제목 키워드 기반

Distributed Coordinate Descent for Generalized Linear Models with Regularization

2016-11-07 · Ilya Trofimov, Alexander Genkin

Generalized linear model with $L_1$ and $L_2$ regularization is a widely used technique for solving classification, class probability estimation and regression problems. With the numbers of both features and examples gro…

regression

ParaRNN: Unlocking Parallel Training of Nonlinear RNNs for Large Language Models

2025-10-24 · Federico Danieli, Pau Rodriguez, Miguel Sarabia, Xavier Suau 외 arxiv

Recurrent Neural Networks (RNNs) laid the foundation for sequence modeling, but their intrinsic sequential nature restricts parallel computation, creating a fundamental barrier to scaling. This has led to the dominance o…

No Padding Please: Efficient Neural Handwriting Recognition

2019-02-28 · Gideon Maillette de Buy Wenniger, Lambert Schomaker, Andy Way

Neural handwriting recognition (NHR) is the recognition of handwritten text with deep learning models, such as multi-dimensional long short-term memory (MDLSTM) recurrent neural networks. Models with MDLSTM layers have a…

Handwriting RecognitionHandwritten Text Recognition

Fully Neural Network Based Speech Recognition on Mobile and Embedded Devices

2018-12-01 · NeurIPS 2018 12 · Jinhwan Park, Yoonho Boo, Iksoo Choi, Sungho Shin 외

Real-time automatic speech recognition (ASR) on mobile and embedded devices has been of great interests for many years. We present real-time speech recognition on smartphones or embedded systems by employing recurrent n…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)GPUspeech-recognition+1

Parallel Strategies for Best-First Generalized Planning

2024-07-31

In recent years, there has been renewed interest in closing the performance gap between state-of-the-art planning solvers and generalized planning (GP), a research area of AI that studies the automated synthesis of algor…