paper-with-me

Papers

Accelerating recurrent neural network training using sequence bucketing and multi-GPU data parallelization

2017-08-18 · Viacheslav Khomenko, Oleg Shyshkov, Olga Radyvonenko, Kostiantyn Bokhan

An efficient algorithm for recurrent neural network training is presented. The approach increases the training speed for tasks where a length of the input sequence may vary significantly. The proposed approach is based on the optimal batch bucketing by input sequence length and data parallelization on multiple graphical processing units. The baseline training performance without sequence bucketing is compared with the proposed solution for a different number of buckets. An example is given for the online handwriting recognition task using an LSTM recurrent neural network. The evaluation is performed in terms of the wall clock time, number of epochs, and validation loss value.

📄 PDF Abstract BibTeX arXiv:1708.05604

Code (0)

등록된 구현이 없습니다.

Tasks

GPUHandwriting Recognition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A comprehensive study of batch construction strategies for recurrent neural networks in MXNet

2017-05-05 · Patrick Doetsch, Pavel Golik, Hermann Ney

In this work we compare different batch construction methods for mini-batch training of recurrent neural networks. While popular implementations like TensorFlow and MXNet suggest a bucketing approach to improve the paral…

Noisy Speech Recognitionspeech-recognitionSpeech Recognition

Ordinal Bucketing for Game Trees using Dynamic Quantile Approximation

2019-05-31 · Tobias Joppen, Tilman Strübig, Johannes Fürnkranz

In this paper, we present a simple and cheap ordinal bucketing algorithm that approximately generates $q$-quantiles from an incremental data stream. The bucketing is done dynamically in the sense that the amount of bucke…

RecLight: A Recurrent Neural Network Accelerator with Integrated Silicon Photonics

2022-08-31 · Febin Sunny, Mahdi Nikdast, Sudeep Pasricha

Recurrent Neural Networks (RNNs) are used in applications that learn dependencies in data sequences, such as speech recognition, human activity recognition, and anomaly detection. In recent years, newer RNN variants, suc…

Activity RecognitionAnomaly DetectionHuman Activity Recognitionspeech-recognition+1

Byzantine-Robust Learning on Heterogeneous Datasets via Bucketing

2020-06-16 · ICLR 2022 4 · Sai Praneeth Karimireddy, Lie He, Martin Jaggi

In Byzantine robust distributed or federated learning, a central server wants to train a machine learning model over data distributed across multiple workers. However, a fraction of these workers may deviate from the pre…

Distributed OptimizationFederated Learning

Learning Recurrent Binary/Ternary Weights

2018-09-28 · ICLR 2019 5 · Arash Ardakani, Zhengyun Ji, Sean C. Smithson, Brett H. Meyer 외

Recurrent neural networks (RNNs) have shown excellent performance in processing sequence data. However, they are both complex and memory intensive due to their recursive nature. These limitations make RNNs difficult to e…

Language ModelingLanguage Modelling