paper-with-me

홈 › Papers

Higher Order Recurrent Neural Networks

2016-04-30 · Rohollah Soltani, Hui Jiang

In this paper, we study novel neural network structures to better model long term dependency in sequential data. We propose to use more memory units to keep track of more preceding states in recurrent neural networks (RNNs), which are all recurrently fed to the hidden layers as feedback through different weighted paths. By extending the popular recurrent structure in RNNs, we provide the models with better short-term memory mechanism to learn long term dependency in sequences. Analogous to digital filters in signal processing, we call these structures as higher order RNNs (HORNNs). Similar to RNNs, HORNNs can also be learned using the back-propagation through time method. HORNNs are generally applicable to a variety of sequence modelling tasks. In this work, we have examined HORNNs for the language modeling task using two popular data sets, namely the Penn Treebank (PTB) and English text8 data sets. Experimental results have shown that the proposed HORNNs yield the state-of-the-art performance on both data sets, significantly outperforming the regular RNNs as well as the popular LSTMs.

📄 PDF Abstract BibTeX arXiv:1605.00064

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Direction of Arrival Estimation of Noisy Speech Using Convolutional Recurrent Neural Networks with Higher-Order Ambisonics Signals

2021-02-19 · Nils Poschadel, Robert Hupke, Stephan Preihs, Jürgen Peissig

Training convolutional recurrent neural networks on first-order Ambisonics signals is a well-known approach when estimating the direction of arrival for speech/sound signals. In this work, we investigate whether increasi…

Direction of Arrival Estimation

Higher Order Recurrent Space-Time Transformer for Video Action Prediction

2021-04-17 · Tsung-Ming Tai, Giuseppe Fiameni, Cheng-Kuang Lee, Oswald Lanz

Endowing visual agents with predictive capability is a key step towards video intelligence at scale. The predominant modeling paradigm for this is sequence learning, mostly implemented through LSTMs. Feed-forward Transfo…

Action AnticipationAction RecognitionAttribute

Convolutional Tensor-Train LSTM for Long-Term Video Prediction

2019-09-25 · Jiahao Su, Wonmin Byeon, Furong Huang, Jan Kautz 외

Long-term video prediction is highly challenging since it entails simultaneously capturing spatial and temporal information across a long range of image frames.Standard recurrent models are ineffective since they are pro…

PredictionVideo Prediction

Deep Differential Recurrent Neural Networks

2018-04-11 · Naifan Zhuang, The Duc Kieu, Guo-Jun Qi, Kien A. Hua

Due to the special gating schemes of Long Short-Term Memory (LSTM), LSTMs have shown greater potential to process complex sequential information than the traditional Recurrent Neural Network (RNN). The conventional LSTM,…

Temporal Sequences

Just read twice: closing the recall gap for recurrent language models

2024-07-07 · Simran Arora, Aman Timalsina, Aaryan Singhal, Benjamin Spector 외

Recurrent large language models that compete with Transformers in language modeling perplexity are emerging at a rapid rate (e.g., Mamba, RWKV). Excitingly, these architectures use a constant amount of memory during infe…

In-Context LearningLanguage ModelingLanguage ModellingMamba