paper-with-me

홈 › Papers

Domain Generalization on Efficient Acoustic Scene Classification using Residual Normalization

2021-11-12 · Byeonggeun Kim, Seunghan Yang, Jangho Kim, Simyung Chang

It is a practical research topic how to deal with multi-device audio inputs by a single acoustic scene classification system with efficient design. In this work, we propose Residual Normalization, a novel feature normalization method that uses frequency-wise normalization % instance normalization with a shortcut path to discard unnecessary device-specific information without losing useful information for classification. Moreover, we introduce an efficient architecture, BC-ResNet-ASC, a modified version of the baseline architecture with a limited receptive field. BC-ResNet-ASC outperforms the baseline architecture even though it contains the small number of parameters. Through three model compression schemes: pruning, quantization, and knowledge distillation, we can reduce model complexity further while mitigating the performance degradation. The proposed system achieves an average test accuracy of 76.3% in TAU Urban Acoustic Scenes 2020 Mobile, development dataset with 315k parameters, and average test accuracy of 75.3% after compression to 61.0KB of non-zero parameters. The proposed method won the 1st place in DCASE 2021 challenge, TASK1A.

📄 PDF Abstract BibTeX arXiv:2111.06531

Code (0)

등록된 구현이 없습니다.

Tasks

Acoustic Scene ClassificationClassificationDomain GeneralizationKnowledge DistillationModel CompressionQuantizationScene Classification

Methods 이 논문이 사용한 방법론

Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…

Similar Papers 제목 키워드 기반

Improving Acoustic Scene Classification in Low-Resource Conditions

2024-12-30 · Zhi Chen, Yun-Fei Shao, Yong Ma, Mingsheng Wei 외

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 convo…

Acoustic Scene ClassificationClassificationData AugmentationKnowledge Distillation+3

Description on IEEE ICME 2024 Grand Challenge: Semi-supervised Acoustic Scene Classification under Domain Shift

2024-02-05 · Jisheng Bai, Mou Wang, Haohe Liu, Han Yin 외

Acoustic scene classification (ASC) is a crucial research problem in computational auditory scene analysis, and it aims to recognize the unique acoustic characteristics of an environment. One of the challenges of the ASC…

Acoustic Scene ClassificationScene Classification

Low-complexity acoustic scene classification for multi-device audio: analysis of DCASE 2021 Challenge systems

2021-05-28 · Irene Martín-Morató, Toni Heittola, Annamaria Mesaros, Tuomas Virtanen

This paper presents the details of Task 1A Acoustic Scene Classification in the DCASE 2021 Challenge. The task targeted development of low-complexity solutions with good generalization properties. The provided baseline s…

Acoustic Scene ClassificationQuantizationScene Classification

Domain Generalization with Relaxed Instance Frequency-wise Normalization for Multi-device Acoustic Scene Classification

2022-06-24 · Byeonggeun Kim, Seunghan Yang, Jangho Kim, Hyunsin Park 외

While using two-dimensional convolutional neural networks (2D-CNNs) in image processing, it is possible to manipulate domain information using channel statistics, and instance normalization has been a promising way to ge…

Acoustic Scene ClassificationDomain GeneralizationScene Classification

Over-Parameterization and Generalization in Audio Classification

2021-07-19 · Khaled Koutini, Hamid Eghbal-zadeh, Florian Henkel, Jan Schlüter 외

Convolutional Neural Networks (CNNs) have been dominating classification tasks in various domains, such as machine vision, machine listening, and natural language processing. In machine listening, while generally exhibit…

Acoustic Scene ClassificationAudio ClassificationClassificationScene Classification