Persistent Hidden States and Nonlinear Transformation for Long Short-Term Memory
Heeyoul Choi

TL;DR
This paper introduces the persistent recurrent unit (PRU), a variant of LSTM that maintains consistent semantic meaning across sequence positions and enhances nonlinear transformation with an added feedforward layer, leading to improved performance.
Contribution
The paper proposes PRU, which preserves semantic consistency across sequence positions and improves nonlinear transformation, outperforming traditional LSTM in various tasks.
Findings
PRU outperforms LSTM in multiple tasks.
Persistent hidden states improve sequence modeling.
Adding a feedforward layer enhances nonlinear transformation.
Abstract
Recurrent neural networks (RNNs) have been drawing much attention with great success in many applications like speech recognition and neural machine translation. Long short-term memory (LSTM) is one of the most popular RNN units in deep learning applications. LSTM transforms the input and the previous hidden states to the next states with the affine transformation, multiplication operations and a nonlinear activation function, which makes a good data representation for a given task. The affine transformation includes rotation and reflection, which change the semantic or syntactic information of dimensions in the hidden states. However, considering that a model interprets the output sequence of LSTM over the whole input sequence, the dimensions of the states need to keep the same type of semantic or syntactic information regardless of the location in the sequence. In this paper, we…
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
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
