paper-with-me

Papers

Forward-Backward Convolutional Recurrent Neural Networks and Tag-Conditioned Convolutional Neural Networks for Weakly Labeled Semi-supervised Sound Event Detection

2021-03-11 · Janek Ebbers, Reinhold Haeb-Umbach

In this paper we present our system for the detection and classification of acoustic scenes and events (DCASE) 2020 Challenge Task 4: Sound event detection and separation in domestic environments. We introduce two new models: the forward-backward convolutional recurrent neural network (FBCRNN) and the tag-conditioned convolutional neural network (CNN). The FBCRNN employs two recurrent neural network (RNN) classifiers sharing the same CNN for preprocessing. With one RNN processing a recording in forward direction and the other in backward direction, the two networks are trained to jointly predict audio tags, i.e., weak labels, at each time step within a recording, given that at each time step they have jointly processed the whole recording. The proposed training encourages the classifiers to tag events as soon as possible. Therefore, after training, the networks can be applied to shorter audio segments of, e.g., 200 ms, allowing sound event detection (SED). Further, we propose a tag-conditioned CNN to complement SED. It is trained to predict strong labels while using (predicted) tags, i.e., weak labels, as additional input. For training pseudo strong labels from a FBCRNN ensemble are used. The presented system scored the fourth and third place in the systems and teams rankings, respectively. Subsequent improvements allow our system to even outperform the challenge baseline and winner systems in average by, respectively, 18.0% and 2.2% event-based F1-score on the validation set. Source code is publicly available at https://github.com/fgnt/pb_sed.

📄 PDF Abstract BibTeX arXiv:2103.06581

Code (1)

fgnt/pb_sed 공식 구현 pytorch

Tasks

Event DetectionSound Event DetectionTAG

Similar Papers 제목 키워드 기반

Video Description using Bidirectional Recurrent Neural Networks

2016-04-12 · Álvaro Peris, Marc Bolaños, Petia Radeva, Francisco Casacuberta

Although traditionally used in the machine translation field, the encoder-decoder framework has been recently applied for the generation of video and image descriptions. The combination of Convolutional and Recurrent Neu…

DecoderText GenerationTranslationVideo Captioning+1

Combine Convolution with Recurrent Networks for Text Classification

2020-06-29 · Shengfei Lyu, Jiaqi Liu

Convolutional neural network (CNN) and recurrent neural network (RNN) are two popular architectures used in text classification. Traditional methods to combine the strengths of the two networks rely on streamlining them …

ClassificationGeneral Classificationtext-classificationText Classification

RiFCN: Recurrent Network in Fully Convolutional Network for Semantic Segmentation of High Resolution Remote Sensing Images

2018-05-05 · Lichao Mou, Xiao Xiang Zhu

Semantic segmentation in high resolution remote sensing images is a fundamental and challenging task. Convolutional neural networks (CNNs), such as fully convolutional network (FCN) and SegNet, have shown outstanding per…

SegmentationSemantic Segmentation

Highly Efficient Forward and Backward Propagation of Convolutional Neural Networks for Pixelwise Classification

2014-12-15 · Hongsheng Li, Rui Zhao, Xiaogang Wang

We present highly efficient algorithms for performing forward and backward propagation of Convolutional Neural Network (CNN) for pixelwise classification on images. For pixelwise classification tasks, such as image segme…

ClassificationGeneral Classificationimage-classificationImage Classification+4

TCNCA: Temporal Convolution Network with Chunked Attention for Scalable Sequence Processing

2023-12-09 · Aleksandar Terzic, Michael Hersche, Geethan Karunaratne, Luca Benini 외

MEGA is a recent transformer-based architecture, which utilizes a linear recurrent operator whose parallel computation, based on the FFT, scales as $O(LlogL)$, with $L$ being the sequence length. We build upon their appr…

Language ModelingLanguage Modelling