Acoustic Scene Classification

37 papers with code • 5 benchmarks • 10 datasets

The goal of acoustic scene classification is to classify a test recording into one of the provided predefined classes that characterizes the environment in which it was recorded.

Source: DCASE 2019 Source: DCASE 2018

Most implemented papers

Low-Complexity Models for Acoustic Scene Classification Based on Receptive Field Regularization and Frequency Damping

kkoutini/cpjku_dcase20 5 Nov 2020

Deep Neural Networks are known to be very demanding in terms of computing and memory requirements.

Spectrum Correction: Acoustic Scene Classification with Mismatched Recording Devices

SRPOL-AUI/spectrum-correction 25 May 2021

This method works for both time and frequency domain representations of audio recordings.

Receptive Field Regularization Techniques for Audio Classification and Tagging with Deep Convolutional Neural Networks

kkoutini/cpjku_dcase20 26 May 2021

As state-of-the-art CNN architectures-in computer vision and other domains-tend to go deeper in terms of number of layers, their RF size increases and therefore they degrade in performance in several audio classification and tagging tasks.

Low-complexity acoustic scene classification for multi-device audio: analysis of DCASE 2021 Challenge systems

mathworks/Baseline-MATLAB-DCASE 28 May 2021

The most used techniques among the submissions were residual networks and weight quantization, with the top systems reaching over 70% accuracy, and log loss under 0. 8.

A Variational Bayesian Approach to Learning Latent Variables for Acoustic Knowledge Transfer

mihawkhu/asc_knowledge_transfer 16 Oct 2021

We propose a variational Bayesian (VB) approach to learning distributions of latent variables in deep neural network (DNN) models for cross-domain knowledge transfer, to address acoustic mismatches between training and testing conditions.

Towards Audio Domain Adaptation for Acoustic Scene Classification using Disentanglement Learning

jakobabesser/icassp_2022_disentanglementasc 26 Oct 2021

The deployment of machine listening algorithms in real-life applications is often impeded by a domain shift caused for instance by different microphone characteristics.

Acoustic scene classification using auditory datasets

Shubhajit412/ACOUSTIC_SCENE_CLASSIFICATION_USING_AUDITORY_DATASETS 26 Dec 2021

The approach used not only challenges some of the fundamental mathematical techniques used so far in early experiments of the same trend but also introduces new scopes and new horizons for interesting results.

A Passive Similarity based CNN Filter Pruning for Efficient Acoustic Scene Classification

Arshdeep-Singh-Boparai/passive-filter-pruning-Interspeech22 29 Mar 2022

We propose a passive filter pruning framework, where a few convolutional filters from the CNNs are eliminated to yield compressed CNNs.

Multi-dimensional Edge-based Audio Event Relational Graph Representation Learning for Acoustic Scene Classification

yuanbo2020/ergl 27 Oct 2022

Experiments on a polyphonic acoustic scene dataset show that the proposed ERGL achieves competitive performance on ASC by using only a limited number of embeddings of audio events without any data augmentations.

Efficient Similarity-based Passive Filter Pruning for Compressing CNNs

arshdeep-singh-boparai/efficient_similarity_pruning_algo 27 Oct 2022

However, the computational complexity of computing the pairwise similarity matrix is high, particularly when a convolutional layer has many filters.