Learning Various Length Dependence by Dual Recurrent Neural Networks
Chenpeng Zhang (1), Shuai Li (2), Mao Ye (1), Ce Zhu (2), Xue Li (3), ((1) School of Computer Science, Engineering, University of Electronic, Science, Technology of China, (2) School of Information, Communication, Engineering, University of Electronic Science

TL;DR
The paper introduces Dual Recurrent Neural Networks (DuRNN), a novel model that separately learns short-term and long-term dependencies in sequences, improving performance on very long and short sequences.
Contribution
A new divide-and-conquer RNN model with a selection mechanism to effectively learn different temporal dependencies, validated through theoretical and extensive experimental analysis.
Findings
Handles sequences over 5000 time steps effectively
Outperforms many state-of-the-art RNN models
Demonstrates improved learning of both short-term and long-term dependencies
Abstract
Recurrent neural networks (RNNs) are widely used as a memory model for sequence-related problems. Many variants of RNN have been proposed to solve the gradient problems of training RNNs and process long sequences. Although some classical models have been proposed, capturing long-term dependence while responding to short-term changes remains a challenge. To this problem, we propose a new model named Dual Recurrent Neural Networks (DuRNN). The DuRNN consists of two parts to learn the short-term dependence and progressively learn the long-term dependence. The first part is a recurrent neural network with constrained full recurrent connections to deal with short-term dependence in sequence and generate short-term memory. Another part is a recurrent neural network with independent recurrent connections which helps to learn long-term dependence and generate long-term memory. A selection…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Machine Learning and Data Classification · Neural Networks and Applications
