Improving Acoustic Scene Classification in Low-Resource Conditions
Acoustic Scene Classification (ASC) identifies an environment based on an audio signal. This paper explores ASC in low-resource conditions and proposes a novel model, DS-FlexiNet, which combines depthwise separable convolutions from MobileNetV2 with ResNet-inspired residual connections for a balance of efficiency and accuracy. To address hardware limitations and device heterogeneity, DS-FlexiNet employs Quantization Aware Training (QAT) for model compression and data augmentation methods like Auto Device Impulse Response (ADIR) and Freq-MixStyle (FMS) to improve cross-device generalization. Knowledge Distillation (KD) from twelve teacher models further enhances performance on unseen devices. The architecture includes a custom Residual Normalization layer to handle domain differences across devices, and depthwise separable convolutions reduce computational overhead without sacrificing feature representation. Experimental results show that DS-FlexiNet excels in both adaptability and performance under resource-constrained conditions.
Code (0)
등록된 구현이 없습니다.
Tasks
Acoustic Scene ClassificationClassificationData AugmentationKnowledge DistillationModel CompressionQuantizationScene ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Unsupervised Adversarial Domain Adaptation Based On The Wasserstein Distance For Acoustic Scene Classification
A challenging problem in deep learning-based machine listening field is the degradation of the performance when using data from unseen conditions. In this paper we focus on the acoustic scene classification (ASC) task an…
Acoustic Scene ClassificationClassificationDeep LearningDomain Adaptation+3Robust Acoustic Scene Classification in the Presence of Active Foreground Speech
We present an iVector based Acoustic Scene Classification (ASC) system suited for real life settings where active foreground speech can be present. In the proposed system, each recording is represented by a fixed-length …
Acoustic Scene ClassificationScene ClassificationUnsupervised adversarial domain adaptation for acoustic scene classification
A general problem in acoustic scene classification task is the mismatched conditions between training and testing data, which significantly reduces the performance of the developed methods on classification accuracy. As …
Acoustic Scene ClassificationClassificationDomain AdaptationGeneral Classification+1Cross-task pre-training for on-device acoustic scene classification
Acoustic scene classification (ASC) and acoustic event detection (AED) are different but related tasks. Acoustic events can provide useful information for recognizing acoustic scenes. However, most of the datasets are pr…
Acoustic Scene ClassificationClassificationEvent DetectionGeneral Classification+1Quantum-Enhanced Transformers for Robust Acoustic Scene Classification in IoT Environments
The proliferation of Internet of Things (IoT) devices equipped with acoustic sensors necessitates robust acoustic scene classification (ASC) capabilities, even in noisy and data-limited environments. Traditional machine …
Acoustic Scene ClassificationData AugmentationScene Classification