Delayed Memory Unit: Modelling Temporal Dependency Through Delay Gate
Pengfei Sun, Jibin Wu, Malu Zhang, Paul Devos, Dick, Botteldooren

TL;DR
The paper introduces the Delayed Memory Unit (DMU), a novel RNN component that improves temporal dependency modeling by using delay gates, reducing parameters and enhancing performance in various sequential tasks.
Contribution
The paper presents the DMU, a new RNN module with delay gates that directly assign input information to future time steps, improving efficiency and long-range dependency learning.
Findings
DMU outperforms state-of-the-art gated RNNs in multiple tasks.
DMU requires fewer parameters than comparable models.
DMU enhances temporal interaction and credit assignment.
Abstract
Recurrent Neural Networks (RNNs) are widely recognized for their proficiency in modeling temporal dependencies, making them highly prevalent in sequential data processing applications. Nevertheless, vanilla RNNs are confronted with the well-known issue of gradient vanishing and exploding, posing a significant challenge for learning and establishing long-range dependencies. Additionally, gated RNNs tend to be over-parameterized, resulting in poor computational efficiency and network generalization. To address these challenges, this paper proposes a novel Delayed Memory Unit (DMU). The DMU incorporates a delay line structure along with delay gates into vanilla RNN, thereby enhancing temporal interaction and facilitating temporal credit assignment. Specifically, the DMU is designed to directly distribute the input information to the optimal time instant in the future, rather than…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSeismology and Earthquake Studies · Neural Networks and Applications · Functional Brain Connectivity Studies
