paper-with-me

Papers

An Improved Time Feedforward Connections Recurrent Neural Networks

2022-11-03 · Jin Wang, Yongsong Zou, Se-Jung Lim

Recurrent Neural Networks (RNNs) have been widely applied to deal with temporal problems, such as flood forecasting and financial data processing. On the one hand, traditional RNNs models amplify the gradient issue due to the strict time serial dependency, making it difficult to realize a long-term memory function. On the other hand, RNNs cells are highly complex, which will significantly increase computational complexity and cause waste of computational resources during model training. In this paper, an improved Time Feedforward Connections Recurrent Neural Networks (TFC-RNNs) model was first proposed to address the gradient issue. A parallel branch was introduced for the hidden state at time t-2 to be directly transferred to time t without the nonlinear transformation at time t-1. This is effective in improving the long-term dependence of RNNs. Then, a novel cell structure named Single Gate Recurrent Unit (SGRU) was presented. This cell structure can reduce the number of parameters for RNNs cell, consequently reducing the computational complexity. Next, applying SGRU to TFC-RNNs as a new TFC-SGRU model solves the above two difficulties. Finally, the performance of our proposed TFC-SGRU was verified through several experiments in terms of long-term memory and anti-interference capabilities. Experimental results demonstrated that our proposed TFC-SGRU model can capture helpful information with time step 1500 and effectively filter out the noise. The TFC-SGRU model accuracy is better than the LSTM and GRU models regarding language processing ability.

📄 PDF Abstract BibTeX arXiv:2211.02561

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Deep Predictive Coding Network for Object Recognition

2018-02-13 · ICML 2018 7 · Haiguang Wen, Kuan Han, Junxing Shi, Yizhen Zhang 외

Based on the predictive coding theory in neuroscience, we designed a bi-directional and recurrent neural net, namely deep predictive coding networks (PCN). It has feedforward, feedback, and recurrent connections. Feedbac…

image-classificationImage ClassificationObjectObject Recognition+1

Deep Predictive Coding Network with Local Recurrent Processing for Object Recognition

2018-05-19 · NeurIPS 2018 12 · Kuan Han, Haiguang Wen, Yizhen Zhang, Di Fu 외

Inspired by "predictive coding" - a theory in neuroscience, we develop a bi-directional and dynamic neural network with local recurrent processing, namely predictive coding network (PCN). Unlike feedforward-only convolut…

image-classificationImage ClassificationObject RecognitionPrediction

Recurrent Connectivity Aids Recognition of Partly Occluded Objects

2019-09-12 · Markus Roland Ernst, Jochen Triesch, Thomas Burwick

Feedforward convolutional neural networks are the prevalent model of core object recognition. For challenging conditions, such as occlusion, neuroscientists believe that the recurrent connectivity in the visual cortex ai…

ObjectObject Recognition

Sequence Approximation using Feedforward Spiking Neural Network for Spatiotemporal Learning: Theory and Optimization Methods

2021-09-29 · ICLR 2022 4 · Xueyuan She, Saurabh Dash, Saibal Mukhopadhyay

A dynamical system of spiking neurons with only feedforward connections can classify spatiotemporal patterns without recurrent connections. However, the theoretical construct of a feedforward Spiking Neural Network (SNN)…

Gesture RecognitionImage ClassificationLearning Theory

Video Ladder Networks

2016-12-06 · Francesco Cricri, Xingyang Ni, Mikko Honkala, Emre Aksu 외

We present the Video Ladder Network (VLN) for efficiently generating future video frames. VLN is a neural encoder-decoder model augmented at all layers by both recurrent and feedforward lateral connections. At each layer…

Decoder