Continuous Depth Recurrent Neural Differential Equations
Srinivas Anumasa, Geetakrishnasai Gunapati, P.K. Srijith

TL;DR
This paper introduces continuous depth recurrent neural differential equations (CDR-NDE), a novel model that evolves hidden states over both time and depth, improving sequence modeling especially with irregularly sampled data.
Contribution
It proposes a new continuous depth RNN model that generalizes existing models by modeling transformations over both temporal and depth dimensions using differential equations.
Findings
Outperforms state-of-the-art RNNs on real-world sequence labeling tasks.
Effectively handles irregularly sampled sequence data.
Demonstrates the benefits of continuous depth modeling over discrete layers.
Abstract
Recurrent neural networks (RNNs) have brought a lot of advancements in sequence labeling tasks and sequence data. However, their effectiveness is limited when the observations in the sequence are irregularly sampled, where the observations arrive at irregular time intervals. To address this, continuous time variants of the RNNs were introduced based on neural ordinary differential equations (NODE). They learn a better representation of the data using the continuous transformation of hidden states over time, taking into account the time interval between the observations. However, they are still limited in their capability as they use the discrete transformations and a fixed discrete number of layers (depth) over an input in the sequence to produce the output observation. We intend to address this limitation by proposing RNNs based on differential equations which model continuous…
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
TopicsNeural Networks and Applications · Model Reduction and Neural Networks · Computational Physics and Python Applications
