TL;DR
This paper introduces a deep learning framework with unsupervised feature learning for environmental audio tagging, significantly improving accuracy over traditional methods and achieving state-of-the-art results.
Contribution
It proposes a novel combination of deep neural networks with auto-encoder based feature learning for multi-label audio tagging tasks.
Findings
Significant EER reduction from 0.21 to 0.13 compared to GMM baseline.
aDAE features outperform standard DNN baseline with 6.7% EER reduction.
Achieved state-of-the-art 0.15 EER on DCASE 2016 evaluation set.
Abstract
Environmental audio tagging aims to predict only the presence or absence of certain acoustic events in the interested acoustic scene. In this paper we make contributions to audio tagging in two parts, respectively, acoustic modeling and feature learning. We propose to use a shrinking deep neural network (DNN) framework incorporating unsupervised feature learning to handle the multi-label classification task. For the acoustic modeling, a large set of contextual frames of the chunk are fed into the DNN to perform a multi-label classification for the expected tags, considering that only chunk (or utterance) level rather than frame-level labels are available. Dropout and background noise aware training are also adopted to improve the generalization capability of the DNNs. For the unsupervised feature learning, we propose to use a symmetric or asymmetric deep de-noising auto-encoder (sDAE or…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDropout
