paper-with-me

Papers

Improving Acoustic Scene Classification in Low-Resource Conditions

2024-12-30 · Zhi Chen, Yun-Fei Shao, Yong Ma, Mingsheng Wei, Le Zhang, Wei-Qiang Zhang

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.

📄 PDF Abstract BibTeX arXiv:2412.20722

Code (0)

등록된 구현이 없습니다.

Tasks

Acoustic Scene ClassificationClassificationData AugmentationKnowledge DistillationModel CompressionQuantizationScene Classification

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Batch Normalization 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Inverted Residual Block 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised Adversarial Domain Adaptation Based On The Wasserstein Distance For Acoustic Scene Classification

2019-04-24 · Konstantinos Drossos, Paul Magron, Tuomas Virtanen

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

Robust Acoustic Scene Classification in the Presence of Active Foreground Speech

2021-08-02 · Siyuan Song, Brecht Desplanques, Celest De Moor, Kris Demuynck 외

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 Classification

Unsupervised adversarial domain adaptation for acoustic scene classification

2018-08-17 · Shayan Gharib, Konstantinos Drossos, Emre Çakır, Dmitriy Serdyuk 외

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

Cross-task pre-training for on-device acoustic scene classification

2019-10-22 · Ruixiong Zhang, Wei Zou, Xiangang Li

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

Quantum-Enhanced Transformers for Robust Acoustic Scene Classification in IoT Environments

2025-01-16 · Minh K. Quan, Mayuri Wijayasundara, Sujeeva Setunge, Pubudu N. Pathirana

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