# Weakly Labelled AudioSet Tagging with Attention Neural Networks

**Authors:** Qiuqiang Kong, Changsong Yu, Turab Iqbal, Yong Xu, Wenwu Wang, Mark D., Plumbley

arXiv: 1903.00765 · 2019-12-11

## TL;DR

This paper introduces attention neural networks for weakly labelled audio tagging on the large-scale AudioSet, achieving state-of-the-art performance by focusing on salient audio segments.

## Contribution

It proposes decision-level and feature-level attention neural networks for audio tagging, bridging attention mechanisms with multiple instance learning, and demonstrates their effectiveness on AudioSet.

## Key findings

- Feature-level attention neural network achieves 0.369 mAP.
- Attention models outperform MIL and baseline methods.
- Audio tagging performance weakly correlates with training data size and label quality.

## Abstract

Audio tagging is the task of predicting the presence or absence of sound classes within an audio clip. Previous work in audio tagging focused on relatively small datasets limited to recognising a small number of sound classes. We investigate audio tagging on AudioSet, which is a dataset consisting of over 2 million audio clips and 527 classes. AudioSet is weakly labelled, in that only the presence or absence of sound classes is known for each clip, while the onset and offset times are unknown. To address the weakly-labelled audio tagging problem, we propose attention neural networks as a way to attend the most salient parts of an audio clip. We bridge the connection between attention neural networks and multiple instance learning (MIL) methods, and propose decision-level and feature-level attention neural networks for audio tagging. We investigate attention neural networks modeled by different functions, depths and widths. Experiments on AudioSet show that the feature-level attention neural network achieves a state-of-the-art mean average precision (mAP) of 0.369, outperforming the best multiple instance learning (MIL) method of 0.317 and Google's deep neural network baseline of 0.314. In addition, we discover that the audio tagging performance on AudioSet embedding features has a weak correlation with the number of training samples and the quality of labels of each sound class.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.00765/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1903.00765/full.md

## References

59 references — full list in the complete paper: https://tomesphere.com/paper/1903.00765/full.md

---
Source: https://tomesphere.com/paper/1903.00765