LGSDASMLNov 2, 2018

Unifying Isolated and Overlapping Audio Event Detection with Multi-Label Multi-Task Convolutional Recurrent Neural Networks

arXiv:1811.01092v222 citations
Originality Incremental advance
AI Analysis

This work addresses audio event detection for applications like surveillance or multimedia analysis, but it is incremental as it builds on existing neural network architectures with multi-task losses.

The authors tackled the problem of detecting both isolated and overlapping audio events by proposing a multi-label multi-task convolutional recurrent neural network framework that jointly models event occurrence and temporal boundaries, demonstrating good generalization on two datasets.

We propose a multi-label multi-task framework based on a convolutional recurrent neural network to unify detection of isolated and overlapping audio events. The framework leverages the power of convolutional recurrent neural network architectures; convolutional layers learn effective features over which higher recurrent layers perform sequential modelling. Furthermore, the output layer is designed to handle arbitrary degrees of event overlap. At each time step in the recurrent output sequence, an output triple is dedicated to each event category of interest to jointly model event occurrence and temporal boundaries. That is, the network jointly determines whether an event of this category occurs, and when it occurs, by estimating onset and offset positions at each recurrent time step. We then introduce three sequential losses for network training: multi-label classification loss, distance estimation loss, and confidence loss. We demonstrate good generalization on two datasets: ITC-Irst for isolated audio event detection, and TUT-SED-Synthetic-2016 for overlapping audio event detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes