paper-with-me

Papers

Unsupervised Feature Learning Based on Deep Models for Environmental Audio Tagging

2016-07-13 · Yong Xu, Qiang Huang, Wenwu Wang, Peter Foster, Siddharth Sigtia, Philip J. B. Jackson, Mark D. Plumbley

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 aDAE) to generate new data-driven features from the Mel-Filter Banks (MFBs) features. The new features, which are smoothed against background noise and more compact with contextual information, can further improve the performance of the DNN baseline. Compared with the standard Gaussian Mixture Model (GMM) baseline of the DCASE 2016 audio tagging challenge, our proposed method obtains a significant equal error rate (EER) reduction from 0.21 to 0.13 on the development set. The proposed aDAE system can get a relative 6.7% EER reduction compared with the strong DNN baseline on the development set. Finally, the results also show that our approach obtains the state-of-the-art performance with 0.15 EER on the evaluation set of the DCASE 2016 audio tagging task while EER of the first prize of this challenge is 0.17.

📄 PDF Abstract BibTeX arXiv:1607.03681

Code (2)

yongxuUSTC/aDAE_DNN_audio_tagging 공식 구현
lgerrets/asait18-tagging tf

Tasks

Audio TaggingGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Convolutional Gated Recurrent Neural Network Incorporating Spatial Features for Audio Tagging

2017-02-24 · Yong Xu, Qiuqiang Kong, Qiang Huang, Wenwu Wang 외

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 audi…

Audio Tagging

A Deep Bag-of-Features Model for Music Auto-Tagging

2015-08-20 · Juhan Nam, Jorge Herrera, Kyogu Lee

Feature learning and deep learning have drawn great attention in recent years as a way of transforming input data into more effective representations using learning algorithms. Such interest has grown in the area of musi…

Audio ClassificationInformation RetrievalMusic Auto-TaggingMusic Information Retrieval+2

Geo-ATBench: A Benchmark for Geospatial Audio Tagging with Geospatial Semantic Context

2026-03-11 · Yuanbo Hou, Yanru Wu, Qiaoqiao Ren, Shengchen Li 외 arxiv

Environmental sound understanding in computational auditory scene analysis (CASA) is often formulated as an audio-only recognition problem. This formulation leaves a persistent drawback in multi-label audio tagging (AT):…

Audio Tagging

Unsupervised Source Separation By Steering Pretrained Music Models

2021-10-25 · Ethan Manilow, Patrick O'Reilly, Prem Seetharaman, Bryan Pardo

We showcase an unsupervised method that repurposes deep models trained for music generation and music tagging for audio source separation, without any retraining. An audio generation model is conditioned on an input mixt…

Audio GenerationAudio Source SeparationMusic GenerationMusic Tagging+1

Unsupervised Feature Learning for Audio Analysis

2017-12-11 · Matthias Meyer, Jan Beutel, Lothar Thiele

Identifying acoustic events from a continuously streaming audio source is of interest for many applications including environmental monitoring for basic research. In this scenario neither different event classes are know…

Clustering