paper-with-me

홈 › Papers

Long Short-Term Memory with Dynamic Skip Connections

2018-11-09 · Tao Gui, Qi Zhang, Lujun Zhao, Yaosong Lin, Minlong Peng, Jingjing Gong, Xuanjing Huang

In recent years, long short-term memory (LSTM) has been successfully used to model sequential data of variable length. However, LSTM can still experience difficulty in capturing long-term dependencies. In this work, we tried to alleviate this problem by introducing a dynamic skip connection, which can learn to directly connect two dependent words. Since there is no dependency information in the training data, we propose a novel reinforcement learning-based method to model the dependency relationship and connect dependent words. The proposed model computes the recurrent transition functions based on the skip connections, which provides a dynamic skipping advantage over RNNs that always tackle entire sentences sequentially. Our experimental results on three natural language processing tasks demonstrate that the proposed method can achieve better performance than existing methods. In the number prediction experiment, the proposed model outperformed LSTM with respect to accuracy by nearly 20%.

📄 PDF Abstract BibTeX arXiv:1811.03873

Code (1)

lecholin/DynamicLSTM tf

Tasks

Named Entity Recognition (NER)Reinforcement LearningSentiment Analysis

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 제목 키워드 기반

Leap-LSTM: Enhancing Long Short-Term Memory for Text Categorization

2019-05-28 · Ting Huang, Gehui Shen, Zhi-Hong Deng

Recurrent Neural Networks (RNNs) are widely used in the field of natural language processing (NLP), ranging from text categorization to question answering and machine translation. However, RNNs generally read the whole t…

General ClassificationMachine TranslationQuestion AnsweringSentiment Analysis+3

A Dynamically Controlled Recurrent Neural Network for Modeling Dynamical Systems

2019-10-31 · Yiwei Fu, Samer Saab Jr, Asok Ray, Michael Hauser

This work proposes a novel neural network architecture, called the Dynamically Controlled Recurrent Neural Network (DCRNN), specifically designed to model dynamical systems that are governed by ordinary differential equa…

State Space Models

A Hybrid Residual Dilated LSTM end Exponential Smoothing Model for Mid-Term Electric Load Forecasting

2020-03-29 · Grzegorz Dudek, Paweł Pełka, Slawek Smyl

This work presents a hybrid and hierarchical deep learning model for mid-term load forecasting. The model combines exponential smoothing (ETS), advanced Long Short-Term Memory (LSTM) and ensembling. ETS extracts dynamica…

Load ForecastingTime SeriesTime Series Analysis

Parallel Delayed Memory Units for Enhanced Temporal Modeling in Biomedical and Bioacoustic Signal Analysis

2025-12-01 · Pengfei Sun, Wenyu Jiang, Paul Devos, Dick Botteldooren arxiv

Advanced deep learning architectures, particularly recurrent neural networks (RNNs), have been widely applied in audio, bioacoustic, and biomedical signal analysis, especially in data-scarce environments. While gated RNN…

Concurrence-Aware Long Short-Term Sub-Memories for Person-Person Action Recognition

2017-06-03 · Xiangbo Shu, Jinhui Tang, Guo-Jun Qi, Yan Song 외

Recently, Long Short-Term Memory (LSTM) has become a popular choice to model individual dynamics for single-person action recognition due to its ability of modeling the temporal information in various ranges of dynamic c…

Action RecognitionTemporal Action Localization