A Low-Compexity Deep Learning Framework For Acoustic Scene Classification
Lam Pham, Hieu Tang, Anahid Jalali, Alexander Schindler, Ross King

TL;DR
This paper introduces a low-complexity deep learning framework for acoustic scene classification that combines multiple spectrogram types, CNNs, and model compression techniques to achieve high accuracy with minimal parameters.
Contribution
The paper presents a novel low-complexity CNN framework using multiple spectrograms and model compression for efficient acoustic scene classification.
Findings
Achieved 66.7% classification accuracy on DCASE 2021 dataset.
Reduced model size to 128 KB with model restriction and decomposed convolution.
Improved baseline accuracy by 19%.
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing · Speech and Audio Processing · Speech Recognition and Synthesis
