AntisymmetricRNN: A Dynamical System View on Recurrent Neural Networks
Bo Chang, Minmin Chen, Eldad Haber, Ed H. Chi

TL;DR
This paper introduces AntisymmetricRNN, a novel recurrent neural network architecture inspired by differential equations, which enhances the ability to learn long-term dependencies efficiently and with more predictable dynamics.
Contribution
The paper proposes AntisymmetricRNN, a new RNN design based on stability properties of differential equations, improving long-term dependency learning without added computational cost.
Findings
Outperforms LSTM on long-term memory tasks
Exhibits more predictable and stable dynamics
Matches LSTM performance on short-term tasks
Abstract
Recurrent neural networks have gained widespread use in modeling sequential data. Learning long-term dependencies using these models remains difficult though, due to exploding or vanishing gradients. In this paper, we draw connections between recurrent networks and ordinary differential equations. A special form of recurrent networks called the AntisymmetricRNN is proposed under this theoretical framework, which is able to capture long-term dependencies thanks to the stability property of its underlying differential equation. Existing approaches to improving RNN trainability often incur significant computation overhead. In comparison, AntisymmetricRNN achieves the same goal by design. We showcase the advantage of this new architecture through extensive simulations and experiments. AntisymmetricRNN exhibits much more predictable dynamics. It outperforms regular LSTM models on tasks…
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
TopicsNeural Networks and Applications · Machine Learning in Healthcare · Model Reduction and Neural Networks
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
