SDASJun 12, 2021

A Low-Compexity Deep Learning Framework For Acoustic Scene Classification

arXiv:2106.06838v13 citations
Originality Synthesis-oriented
AI Analysis

This work addresses efficient acoustic scene classification for urban monitoring applications, but it is incremental as it builds on existing methods with minor optimizations.

The authors tackled acoustic scene classification by proposing a low-complexity deep learning framework that uses multiple spectrograms and CNNs with model compression, achieving 66.7% accuracy and 128 KB parameters, a 19.0% improvement over the baseline.

In this paper, we presents a low-complexity deep learning frameworks for acoustic scene classification (ASC). The proposed framework can be separated into three main steps: Front-end spectrogram extraction, back-end classification, and late fusion of predicted probabilities. First, we use Mel filter, Gammatone filter and Constant Q Transfrom (CQT) to transform raw audio signal into spectrograms, where both frequency and temporal features are presented. Three spectrograms are then fed into three individual back-end convolutional neural networks (CNNs), classifying into ten urban scenes. Finally, a late fusion of three predicted probabilities obtained from three CNNs is conducted to achieve the final classification result. To reduce the complexity of our proposed CNN network, we apply two model compression techniques: model restriction and decomposed convolution. Our extensive experiments, which are conducted on DCASE 2021 (IEEE AASP Challenge on Detection and Classification of Acoustic Scenes and Events) Task 1A development dataset, achieve a low-complexity CNN based framework with 128 KB trainable parameters and the best classification accuracy of 66.7%, improving DCASE baseline by 19.0%

Foundations

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

Your Notes