paper-with-me

홈 › Papers

Low-Complexity Acoustic Scene Classification Using Parallel Attention-Convolution Network

2024-06-12 · Yanxiong Li, Jiaxin Tan, Guoqing Chen, Jialong Li, Yongjie Si, Qianhua He

This work is an improved system that we submitted to task 1 of DCASE2023 challenge. We propose a method of low-complexity acoustic scene classification by a parallel attention-convolution network which consists of four modules, including pre-processing, fusion, global and local contextual information extraction. The proposed network is computationally efficient to capture global and local contextual information from each audio clip. In addition, we integrate other techniques into our method, such as knowledge distillation, data augmentation, and adaptive residual normalization. When evaluated on the official dataset of DCASE2023 challenge, our method obtains the highest accuracy of 56.10% with parameter number of 5.21 kilo and multiply-accumulate operations of 1.44 million. It exceeds the top two systems of DCASE2023 challenge in accuracy and complexity, and obtains state-of-the-art result. Code is at: https://github.com/Jessytan/Low-complexity-ASC.

📄 PDF Abstract BibTeX arXiv:2406.08119

Code (1)

jessytan/low-complexity-asc 공식 구현 pytorch

Tasks

Acoustic Scene ClassificationData AugmentationKnowledge DistillationScene Classification

Similar Papers 제목 키워드 기반

An Acoustic Segment Model Based Segment Unit Selection Approach to Acoustic Scene Classification with Partial Utterances

2020-07-31 · Hu Hu, Sabato Marco Siniscalchi, Yannan Wang, Xue Bai 외

In this paper, we propose a sub-utterance unit selection framework to remove acoustic segments in audio recordings that carry little information for acoustic scene classification (ASC). Our approach is built upon a unive…

Acoustic Scene ClassificationClassificationData AugmentationGeneral Classification+3

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

Acoustic Scene Classification using Audio Tagging

2020-04-19

Acoustic scene classification systems using deep neural networks classify given recordings into pre-defined classes. In this study, we propose a novel scheme for acoustic scene classification which adopts an audio taggin…

Acoustic Scene ClassificationAudio TaggingClassificationScene Classification+1

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