paper-with-me

Papers

Multi-Level Recurrent Residual Networks for Action Recognition

2017-11-22 · Zhenxing Zheng, Gaoyun An, Qiuqi Ruan

Most existing Convolutional Neural Networks(CNNs) used for action recognition are either difficult to optimize or underuse crucial temporal information. Inspired by the fact that the recurrent model consistently makes breakthroughs in the task related to sequence, we propose a novel Multi-Level Recurrent Residual Networks(MRRN) which incorporates three recognition streams. Each stream consists of a Residual Networks(ResNets) and a recurrent model. The proposed model captures spatiotemporal information by employing both alternative ResNets to learn spatial representations from static frames and stacked Simple Recurrent Units(SRUs) to model temporal dynamics. Three distinct-level streams learned low-, mid-, high-level representations independently are fused by computing a weighted average of their softmax scores to obtain the complementary representations of the video. Unlike previous models which boost performance at the cost of time complexity and space complexity, our models have a lower complexity by employing shortcut connection and are trained end-to-end with greater efficiency. MRRN displays significant performance improvements compared to CNN-RNN framework baselines and obtains comparable performance with the state-of-the-art, achieving 51.3% on HMDB-51 dataset and 81.9% on UCF-101 dataset although no additional data.

📄 PDF Abstract BibTeX arXiv:1711.08238

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionTemporal Action Localization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Recurrent Residual Learning for Action Recognition

2017-06-27 · Ahsan Iqbal, Alexander Richard, Hilde Kuehne, Juergen Gall

Action recognition is a fundamental problem in computer vision with a lot of potential applications such as video surveillance, human computer interaction, and robot learning. Given pre-segmented videos, the task is to r…

Action Recognitionimage-classificationImage ClassificationTemporal Action Localization

Residual Recurrent CRNN for End-to-End Optical Music Recognition on Monophonic Scores

2020-10-26 · Aozhi Liu, Lipei Zhang, Yaqi Mei, Baoqiang Han 외

One of the challenges of the Optical Music Recognition task is to transcript the symbols of the camera-captured images into digital music notations. Previous end-to-end model which was developed as a Convolutional Recurr…

Decoder

Deep Recurrent Convolutional Neural Network: Improving Performance For Speech Recognition

2016-11-22 · Zewang Zhang, Zheng Sun, Jiaqi Liu, Jingwen Chen 외

A deep learning approach has been widely applied in sequence modeling problems. In terms of automatic speech recognition (ASR), its performance has significantly been improved by increasing large speech corpus and deeper…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2

Improved Inception-Residual Convolutional Neural Network for Object Recognition

2017-12-28 · Md Zahangir Alom, Mahmudul Hasan, Chris Yakopcic, Tarek M. Taha 외

Machine learning and computer vision have driven many of the greatest advances in the modeling of Deep Convolutional Neural Networks (DCNNs). Nowadays, most of the research has been focused on improving recognition accur…

ObjectObject Recognition

Breast Cancer Classification from Histopathological Images with Inception Recurrent Residual Convolutional Neural Network

2018-11-10 · Md Zahangir Alom, Chris Yakopcic, Tarek M. Taha, Vijayan K. Asari

The Deep Convolutional Neural Network (DCNN) is one of the most powerful and successful deep learning approaches. DCNNs have already provided superior performance in different modalities of medical imaging including brea…

Cancer ClassificationClassificationGeneral ClassificationObject Recognition