paper-with-me

Papers

Learning long-term dependencies for action recognition with a biologically-inspired deep network

2016-11-16 · ICCV 2017 10 · Yemin Shi, Yonghong Tian, Yao-Wei Wang, Tiejun Huang

Despite a lot of research efforts devoted in recent years, how to efficiently learn long-term dependencies from sequences still remains a pretty challenging task. As one of the key models for sequence learning, recurrent neural network (RNN) and its variants such as long short term memory (LSTM) and gated recurrent unit (GRU) are still not powerful enough in practice. One possible reason is that they have only feedforward connections, which is different from the biological neural system that is typically composed of both feedforward and feedback connections. To address this problem, this paper proposes a biologically-inspired deep network, called shuttleNet\footnote{Our code is available at \url{https://github.com/shiyemin/shuttlenet}}. Technologically, the shuttleNet consists of several processors, each of which is a GRU while associated with multiple groups of cells and states. Unlike traditional RNNs, all processors inside shuttleNet are loop connected to mimic the brain's feedforward and feedback connections, in which they are shared across multiple pathways in the loop connection. Attention mechanism is then employed to select the best information flow pathway. Extensive experiments conducted on two benchmark datasets (i.e UCF101 and HMDB51) show that we can beat state-of-the-art methods by simply embedding shuttleNet into a CNN-RNN framework.

📄 PDF Abstract BibTeX arXiv:1611.05216

Code (1)

shiyemin/shuttlenet 공식 구현 tf

Tasks

Action RecognitionTemporal Action Localization

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Sparse Attentive Backtracking: Long-Range Credit Assignment in Recurrent Networks

2017-11-07 · ICLR 2018 1 · Nan Rosemary Ke, Anirudh Goyal, Olexa Bilaniuk, Jonathan Binas 외

A major drawback of backpropagation through time (BPTT) is the difficulty of learning long-term dependencies, coming from having to propagate credit information backwards through every single step of the forward computat…

Training biologically plausible recurrent neural networks on cognitive tasks with long-term dependencies

2023-09-21 · NeurIPS 2023 11

Training recurrent neural networks (RNNs) has become a go-to approach for generating and evaluating mechanistic neural hypotheses for cognition. The ease and efficiency of training RNNs with backpropagation through time …

Squeeze-and-Excitation on Spatial and Temporal Deep Feature Space for Action Recognition

2018-06-02 · Gaoyun An, Wen Zhou, Yuxuan Wu, Zhenxing Zheng 외

Spatial and temporal features are two key and complementary information for human action recognition. In order to make full use of the intra-frame spatial characteristics and inter-frame temporal relationships, we propos…

Action RecognitionTemporal Action Localization

Long-Short Temporal Modeling for Efficient Action Recognition

2021-06-30 · Liyu Wu, Yuexian Zou, Can Zhang

Efficient long-short temporal modeling is key for enhancing the performance of action recognition task. In this paper, we propose a new two-stream action recognition network, termed as MENet, consisting of a Motion Enhan…

Action Recognition

Improvement and Implementation of a Speech Emotion Recognition Model Based on Dual-Layer LSTM

2024-11-14 · Xiaoran Yang, Shuhan Yu, Wenxi Xu

This paper builds upon an existing speech emotion recognition model by adding an additional LSTM layer to improve the accuracy and processing efficiency of emotion recognition from audio data. By capturing the long-term …

Emotion RecognitionSentiment AnalysisSpeech Emotion Recognition