Towards Non-saturating Recurrent Units For Modelling Long-term Dependencies | Awesome LLM Papers Add your paper to Awesome LLM Papers

Towards Non-saturating Recurrent Units For Modelling Long-term Dependencies

Sarath Chandar, Chinnadhurai Sankar, Eugene Vorontsov, Samira Ebrahimi Kahou, Yoshua Bengio . Proceedings of the AAAI Conference on Artificial Intelligence 2019 – 40 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
AAAI Interdisciplinary Approaches Memory & Context Model Architecture Training Techniques

Modelling long-term dependencies is a challenge for recurrent neural networks. This is primarily due to the fact that gradients vanish during training, as the sequence length increases. Gradients can be attenuated by transition operators and are attenuated or dropped by activation functions. Canonical architectures like LSTM alleviate this issue by skipping information through a memory mechanism. We propose a new recurrent architecture (Non-saturating Recurrent Unit; NRU) that relies on a memory mechanism but forgoes both saturating activation functions and saturating gates, in order to further alleviate vanishing gradients. In a series of synthetic and real world tasks, we demonstrate that the proposed model is the only model that performs among the top 2 models across all tasks with and without long-term dependencies, when compared against a range of other architectures.

Similar Work