Low-complexity deep learning frameworks for acoustic scene classification
In this report, we presents low-complexity deep learning frameworks for acoustic scene classification (ASC). The proposed frameworks can be separated into four main steps: Front-end spectrogram extraction, online data augmentation, back-end classification, and late fusion of predicted probabilities. In particular, we initially transform audio recordings into Mel, Gammatone, and CQT spectrograms. Next, data augmentation methods of Random Cropping, Specaugment, and Mixup are then applied to generate augmented spectrograms before being fed into deep learning based classifiers. Finally, to achieve the best performance, we fuse probabilities which obtained from three individual classifiers, which are independently-trained with three type of spectrograms. Our experiments conducted on DCASE 2022 Task 1 Development dataset have fullfiled the requirement of low-complexity and achieved the best classification accuracy of 60.1%, improving DCASE baseline by 17.2%.
Code (0)
등록된 구현이 없습니다.
Tasks
Acoustic Scene ClassificationClassificationData AugmentationDeep LearningScene ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Low-complexity deep learning frameworks for acoustic scene classification using teacher-student scheme and multiple spectrograms
In this technical report, a low-complexity deep learning system for acoustic scene classification (ASC) is presented. The proposed system comprises two main phases: (Phase I) Training a teacher network; and (Phase II) tr…
Acoustic Scene ClassificationScene ClassificationLow-complexity CNNs for Acoustic Scene Classification
This paper presents a low-complexity framework for acoustic scene classification (ASC). Most of the frameworks designed for ASC use convolutional neural networks (CNNs) due to their learning ability and improved performa…
Acoustic Scene ClassificationClassificationQuantizationScene ClassificationDD-CNN: Depthwise Disout Convolutional Neural Network for Low-complexity Acoustic Scene Classification
This paper presents a Depthwise Disout Convolutional Neural Network (DD-CNN) for the detection and classification of urban acoustic scenes. Specifically, we use log-mel as feature representations of acoustic signals for …
Acoustic Scene ClassificationClassificationGeneral ClassificationScene ClassificationA Lottery Ticket Hypothesis Framework for Low-Complexity Device-Robust Neural Acoustic Scene Classification
We propose a novel neural model compression strategy combining data augmentation, knowledge transfer, pruning, and quantization for device-robust acoustic scene classification (ASC). Specifically, we tackle the ASC task …
Acoustic Scene ClassificationData AugmentationModel CompressionNetwork Pruning+3Low-complexity CNNs for Acoustic Scene Classification
This technical report describes the SurreyAudioTeam22s submission for DCASE 2022 ASC Task 1, Low-Complexity Acoustic Scene Classification (ASC). The task has two rules, (a) the ASC framework should have maximum 128K para…
Acoustic Scene ClassificationClassificationScene Classification