paper-with-me

홈 › Papers

AntisymmetricRNN: A Dynamical System View on Recurrent Neural Networks

2019-02-26 · ICLR 2019 5 · Bo Chang, Minmin Chen, Eldad Haber, Ed H. Chi

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 requiring long-term memory and matches the performance on tasks where short-term dependencies dominate despite being much simpler.

📄 PDF Abstract BibTeX arXiv:1902.09689

Code (1)

KurochkinAlexey/AntisymmetricRNN pytorch

Tasks

Sequential Image Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Synthesis of recurrent neural networks for dynamical system simulation

2015-12-17 · Adam Trischler, Gabriele MT D'Eleuterio

We review several of the most widely used techniques for training recurrent neural networks to approximate dynamical systems, then describe a novel algorithm for this task. The algorithm is based on an earlier theoretica…

Recurrent Point Processes for Dynamic Review Models

2019-12-09 · Kostadin Cvejoski, Ramses J. Sanchez, Bogdan Georgiev, Jannis Schuecker 외

Recent progress in recommender system research has shown the importance of including temporal representations to improve interpretability and performance. Here, we incorporate temporal representations in continuous time …

Point ProcessesRecommendation Systems

Sequence Metric Learning as Synchronization of Recurrent Neural Networks

2021-01-01 · Paul Compagnon, Grégoire Lefebvre, Stefan Duffner, Christophe Garcia

Sequence metric learning is becoming a widely adopted approach for various applications dealing with sequential multi-variate data such as activity recognition or natural language processing and is most of the time tackl…

Activity RecognitionMetric LearningRepresentation Learning

Dynamical System Parameter Identification using Deep Recurrent Cell Networks

2021-07-06 · Erdem Akagündüz, Oguzhan Cifdaloz

In this paper, we investigate the parameter identification problem in dynamical systems through a deep learning approach. Focusing mainly on second-order, linear time-invariant dynamical systems, the topic of damping fac…

Visual hyperacuity with moving sensor and recurrent neural computations

2021-09-29 · ICLR 2022 4 · Alexander Rivkind, Or Ram, Eldad Assa, Michael Kreiserman 외

Dynamical phenomena, such as recurrent neuronal activity and perpetual motion of the eye, are typically overlooked in models of bottom-up visual perception. Recent experiments suggest that tiny inter-saccadic eye motion…