paper-with-me

홈 › Papers

Convolutional RNN: an Enhanced Model for Extracting Features from Sequential Data

2016-02-18 · Gil Keren, Björn Schuller

Traditional convolutional layers extract features from patches of data by applying a non-linearity on an affine function of the input. We propose a model that enhances this feature extraction process for the case of sequential data, by feeding patches of the data into a recurrent neural network and using the outputs or hidden states of the recurrent units to compute the extracted features. By doing so, we exploit the fact that a window containing a few frames of the sequential data is a sequence itself and this additional structure might encapsulate valuable information. In addition, we allow for more steps of computation in the feature extraction process, which is potentially beneficial as an affine function followed by a non-linearity can result in too simple features. Using our convolutional recurrent layers we obtain an improvement in performance in two audio classification tasks, compared to traditional convolutional layers. Tensorflow code for the convolutional recurrent layers is publicly available in https://github.com/cruvadom/Convolutional-RNN.

📄 PDF Abstract BibTeX arXiv:1602.05875

Code (3)

cruvadom/Convolutional-RNN 공식 구현 tf
fmohaghegh/OceanWavePrediction tf
rickyHong/Conv-RNN-repl tf

Tasks

Audio Classification

Similar Papers 제목 키워드 기반

An Attention-Enhanced Recurrent Graph Convolutional Network for Skeleton-Based Action Recognition

2019-11-27 · SPML '19: Proceedings of the 2019 2nd International Conference on Signal Processing and Machine Learning 2019 11 · Xiaolu Ding, Kai Yang, Wai Chen

Dynamic movements of human skeleton have attracted more and more attention as a robust modality for action recognition. As not all temporal stages and skeleton joints are informative for action recognition, and the irrel…

Action RecognitionSkeleton Based Action Recognition

Automatic Music Highlight Extraction using Convolutional Recurrent Attention Networks

2017-12-16 · Jung-Woo Ha, Adrian Kim, Chanju Kim, Jang-Yeon Park 외

Music highlights are valuable contents for music services. Most methods focused on low-level signal features. We propose a method for extracting highlights using high-level features from convolutional recurrent attention…

Node Classification via Semantic-Structural Attention-Enhanced Graph Convolutional Networks

2024-03-24 · Hongyin Zhu

Graph data, also known as complex network data, is omnipresent across various domains and applications. Prior graph neural network models primarily focused on extracting task-specific structural features through supervis…

Graph Neural NetworkNode Classification

Three-Stream Convolutional Neural Network With Multi-Task and Ensemble Learning for 3D Action Recognition

2019-06-16 · The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2019 2019 6 · Duohan Liang, Guoliang Fan, Guangfeng Lin, Wanjun Chen 외

In this paper, we propose a three-stream convolutional neural network (3SCNN) for action recognition from skeleton sequences, which aims to thoroughly and fully exploit the skeleton data by extracting, learning, fusing a…

3D Action RecognitionAction RecognitionEnsemble LearningSkeleton Based Action Recognition

End-to-end Person Search Sequentially Trained on Aggregated Dataset

2022-01-24 · Angelique Loesch, Jaonary Rabarisoa, Romaric Audigier

In video surveillance applications, person search is a challenging task consisting in detecting people and extracting features from their silhouette for re-identification (re-ID) purpose. We propose a new end-to-end mode…

Pedestrian DetectionPerson Search