paper-with-me

Papers

Lattice Recurrent Unit: Improving Convergence and Statistical Efficiency for Sequence Modeling

2017-10-06 · Chaitanya Ahuja, Louis-Philippe Morency

Recurrent neural networks have shown remarkable success in modeling sequences. However low resource situations still adversely affect the generalizability of these models. We introduce a new family of models, called Lattice Recurrent Units (LRU), to address the challenge of learning deep multi-layer recurrent models with limited resources. LRU models achieve this goal by creating distinct (but coupled) flow of information inside the units: a first flow along time dimension and a second flow along depth dimension. It also offers a symmetry in how information can flow horizontally and vertically. We analyze the effects of decoupling three different components of our LRU model: Reset Gate, Update Gate and Projected State. We evaluate this family on new LRU models on computational convergence rates and statistical efficiency. Our experiments are performed on four publicly-available datasets, comparing with Grid-LSTM and Recurrent Highway networks. Our results show that LRU has better empirical computational convergence rates and statistical efficiency values, along with learning more accurate language models.

📄 PDF Abstract BibTeX arXiv:1710.02254

Code (3)

chahuja/lru 공식 구현 pytorch
MindCode-4/code-7/tree/main/lru mindspore
MindSpore-scientific/code-6/tree/main/lru mindspore

Methods 이 논문이 사용한 방법론

Highway networks There is plenty of theoretical and empirical evidence that depth of neural networks is a crucial ingredient for their success. However, network training becomes more difficult…

Similar Papers 제목 키워드 기반

Future Word Contexts in Neural Network Language Models

2017-08-18 · Xie Chen, Xunying Liu, Anton Ragni, Yu Wang 외

Recently, bidirectional recurrent network language models (bi-RNNLMs) have been shown to outperform standard, unidirectional, recurrent neural network language models (uni-RNNLMs) on a range of speech recognition tasks. …

speech-recognitionSpeech Recognition

Voice trigger detection from LVCSR hypothesis lattices using bidirectional lattice recurrent neural networks

2020-02-29 · Woojay Jeon, Leo Liu, Henry Mason

We propose a method to reduce false voice triggers of a speech-enabled personal assistant by post-processing the hypothesis lattice of a server-side large-vocabulary continuous speech recognizer (LVCSR) via a neural netw…

Self-Attentional Models for Lattice Inputs

2019-06-04 · ACL 2019 7 · Matthias Sperber, Graham Neubig, Ngoc-Quan Pham, Alex Waibel

Lattices are an efficient and effective method to encode ambiguity of upstream systems in natural language processing tasks, for example to compactly capture multiple speech recognition hypotheses, or to represent multip…

Computational Efficiencyspeech-recognitionSpeech RecognitionTranslation

Scene Labeling using Gated Recurrent Units with Explicit Long Range Conditioning

2016-11-22 · Qiangui Huang, Weiyue Wang, Kevin Zhou, Suya You 외

Recurrent neural network (RNN), as a powerful contextual dependency modeling framework, has been widely applied to scene labeling problems. However, this work shows that directly applying traditional RNN architectures, w…

Scene Labeling

Kronecker Recurrent Units

2017-05-29 · ICML 2018 7 · Cijo Jose, Moustpaha Cisse, Francois Fleuret

Our work addresses two important issues with recurrent neural networks: (1) they are over-parameterized, and (2) the recurrence matrix is ill-conditioned. The former increases the sample complexity of learning and the tr…