paper-with-me

Papers

Learning Sequence Representations by Non-local Recurrent Neural Memory

2022-07-20 · Wenjie Pei, Xin Feng, Canmiao Fu, Qiong Cao, Guangming Lu, Yu-Wing Tai

The key challenge of sequence representation learning is to capture the long-range temporal dependencies. Typical methods for supervised sequence representation learning are built upon recurrent neural networks to capture temporal dependencies. One potential limitation of these methods is that they only model one-order information interactions explicitly between adjacent time steps in a sequence, hence the high-order interactions between nonadjacent time steps are not fully exploited. It greatly limits the capability of modeling the long-range temporal dependencies since the temporal features learned by one-order interactions cannot be maintained for a long term due to temporal information dilution and gradient vanishing. To tackle this limitation, we propose the Non-local Recurrent Neural Memory (NRNM) for supervised sequence representation learning, which performs non-local operations \MR{by means of self-attention mechanism} to learn full-order interactions within a sliding temporal memory block and models global interactions between memory blocks in a gated recurrent manner. Consequently, our model is able to capture long-range dependencies. Besides, the latent high-level features contained in high-order interactions can be distilled by our model. We validate the effectiveness and generalization of our NRNM on three types of sequence applications across different modalities, including sequence classification, step-wise sequential prediction and sequence similarity learning. Our model compares favorably against other state-of-the-art methods specifically designed for each of these sequence applications.

📄 PDF Abstract BibTeX arXiv:2207.09710

Code (1)

f-frida/nrnm 공식 구현 pytorch

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Recurrent Memory Transformer

2022-07-14 · Aydar Bulatov, Yuri Kuratov, Mikhail S. Burtsev

Transformer-based models show their effectiveness across multiple domains and tasks. The self-attention allows to combine information from all sequence elements into context-aware representations. However, global and loc…

Language ModelingLanguage Modelling

Non-local Recurrent Neural Memory for Supervised Sequence Modeling

2019-08-26 · ICCV 2019 10 · Canmiao Fu, Wenjie Pei, Qiong Cao, Chaopeng Zhang 외

Typical methods for supervised sequence modeling are built upon the recurrent neural networks to capture temporal dependencies. One potential limitation of these methods is that they only model explicitly information int…

Action RecognitionSentiment Analysis

Optimal Gradient Checkpointing for Sparse and Recurrent Architectures using Off-Chip Memory

2024-12-16 · Wadjih Bencheikh, Jan Finkbeiner, Emre Neftci

Recurrent neural networks (RNNs) are valued for their computational efficiency and reduced memory requirements on tasks involving long sequence lengths but require high memory-processor bandwidth to train. Checkpointing …

Computational Efficiency

Bi-Directional Block Self-Attention for Fast and Memory-Efficient Sequence Modeling

2018-04-03 · ICLR 2018 1 · Tao Shen, Tianyi Zhou, Guodong Long, Jing Jiang 외

Recurrent neural networks (RNN), convolutional neural networks (CNN) and self-attention networks (SAN) are commonly used to produce context-aware representations. RNN can capture long-range dependency but is hard to para…

StateFlow: Dual-State Recurrent Modeling for Long-Horizon Time Series Forecasting

2026-06-30 · Haroon Gharwi, Yue Dai, Kai Shu arxiv

Long-horizon multivariate time series forecasting (LTSF) remains challenging due to non-stationarity, regime shifts, and error accumulation. The Variability-Aware Recursive Neural Network (VARNN) is designed to track suc…

Multivariate Time Series Forecasting