paper-with-me

Papers

Low-complexity deep learning frameworks for acoustic scene classification

2022-06-13 · Lam Pham, Dat Ngo, Anahid Jalali, Alexander Schindler

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%.

📄 PDF Abstract BibTeX arXiv:2206.06057

Code (0)

등록된 구현이 없습니다.

Tasks

Acoustic Scene ClassificationClassificationData AugmentationDeep LearningScene Classification

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Low-complexity deep learning frameworks for acoustic scene classification using teacher-student scheme and multiple spectrograms

2023-05-16 · Lam Pham, Dat Ngo, Cam Le, Anahid Jalali 외

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 Classification

Low-complexity CNNs for Acoustic Scene Classification

2022-07-23 · Arshdeep Singh, Mark D. Plumbley

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 Classification

DD-CNN: Depthwise Disout Convolutional Neural Network for Low-complexity Acoustic Scene Classification

2020-07-25 · Jingqiao Zhao, Zhen-Hua Feng, Qiuqiang Kong, Xiaoning Song 외

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 Classification

A Lottery Ticket Hypothesis Framework for Low-Complexity Device-Robust Neural Acoustic Scene Classification

2021-07-03 · Hao Yen, Chao-Han Huck Yang, Hu Hu, Sabato Marco Siniscalchi 외

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+3

Low-complexity CNNs for Acoustic Scene Classification

2022-08-02 · Arshdeep Singh, James A King, Xubo Liu, Wenwu Wang 외

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