paper-with-me

Papers

Convolutional Gated Recurrent Neural Network Incorporating Spatial Features for Audio Tagging

2017-02-24 · Yong Xu, Qiuqiang Kong, Qiang Huang, Wenwu Wang, Mark D. Plumbley

Environmental audio tagging is a newly proposed task to predict the presence or absence of a specific audio event in a chunk. Deep neural network (DNN) based methods have been successfully adopted for predicting the audio tags in the domestic audio scene. In this paper, we propose to use a convolutional neural network (CNN) to extract robust features from mel-filter banks (MFBs), spectrograms or even raw waveforms for audio tagging. Gated recurrent unit (GRU) based recurrent neural networks (RNNs) are then cascaded to model the long-term temporal structure of the audio signal. To complement the input information, an auxiliary CNN is designed to learn on the spatial features of stereo recordings. We evaluate our proposed methods on Task 4 (audio tagging) of the Detection and Classification of Acoustic Scenes and Events 2016 (DCASE 2016) challenge. Compared with our recent DNN-based method, the proposed structure can reduce the equal error rate (EER) from 0.13 to 0.11 on the development set. The spatial features can further reduce the EER to 0.10. The performance of the end-to-end learning on raw waveforms is also comparable. Finally, on the evaluation set, we get the state-of-the-art performance with 0.12 EER while the performance of the best existing system is 0.15 EER.

📄 PDF Abstract BibTeX arXiv:1702.07787

Code (2)

yongxuUSTC/cnn_rnn_spatial_audio_tagging 공식 구현
mariyashcheg/kaggle-freesound-2019 pytorch

Tasks

Audio Tagging

Similar Papers 제목 키워드 기반

Cascaded Recurrent Neural Networks for Hyperspectral Image Classification

2019-02-28 · Renlong Hang, Qingshan Liu, Danfeng Hong, Pedram Ghamisi

By considering the spectral signature as a sequence, recurrent neural networks (RNNs) have been successfully used to learn discriminative features from hyperspectral images (HSIs) recently. However, most of these models …

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classification+1

A Practical Gated Recurrent Transformer Network Incorporating Multiple Fusions for Video Denoising

2024-09-10 · Kai Guo, Seungwon Choi, Jongseong Choi, Lae-Hoon Kim

State-of-the-art (SOTA) video denoising methods employ multi-frame simultaneous denoising mechanisms, resulting in significant delays (e.g., 16 frames), making them impractical for real-time cameras. To overcome this lim…

DenoisingVideo Denoising

Learning long-range spatial dependencies with horizontal gated recurrent units

2018-12-01 · NeurIPS 2018 12 · Drew Linsley, Junkyung Kim, Vijay Veerabadran, Charles Windolf 외

Progress in deep learning has spawned great successes in many engineering applications. As a prime example, convolutional neural networks, a type of feedforward neural networks, are now approaching -- and sometimes even …

Pathfinder

2D bidirectional gated recurrent unit convolutional Neural networks for end-to-end violence detection In videos

2024-09-11 · Abdarahmane Traoré, Moulay A. Akhloufi

Abnormal behavior detection, action recognition, fight and violence detection in videos is an area that has attracted a lot of interest in recent years. In this work, we propose an architecture that combines a Bidirectio…

Action Recognition

Spatial-Temporal Graph Convolutional Gated Recurrent Network for Traffic Forecasting

2022-10-06 · Le Zhao, Mingcai Chen, Yuntao Du, Haiyang Yang 외

As an important part of intelligent transportation systems, traffic forecasting has attracted tremendous attention from academia and industry. Despite a lot of methods being proposed for traffic forecasting, it is still …