paper-with-me

Papers

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, Xiao-Jun Wu

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 the inputs of our network. In the proposed DD-CNN, depthwise separable convolution is used to reduce the network complexity. Besides, SpecAugment and Disout are used for further performance boosting. Experimental results demonstrate that our DD-CNN can learn discriminative acoustic characteristics from audio fragments and effectively reduce the network complexity. Our DD-CNN was used for the low-complexity acoustic scene classification task of the DCASE2020 Challenge, which achieves 92.04% accuracy on the validation set.

📄 PDF Abstract BibTeX arXiv:2007.12864

Code (0)

등록된 구현이 없습니다.

Tasks

Acoustic Scene ClassificationClassificationGeneral ClassificationScene 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…
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…
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

Similar Papers 제목 키워드 기반

Domestic Activity Clustering from Audio via Depthwise Separable Convolutional Autoencoder Network

2022-08-04 · Yanxiong Li, Wenchang Cao, Konstantinos Drossos, Tuomas Virtanen

Automatic estimation of domestic activities from audio can be used to solve many problems, such as reducing the labor cost for nursing the elderly people. This study focuses on solving the problem of domestic activity cl…

Clustering

DOA Estimation with Lightweight Network on LLM-Aided Simulated Acoustic Scenes

2025-11-11 · Haowen Li, Zhengding Luo, Dongyuan Shi, Boxiang Wang 외 arxiv

Direction-of-Arrival (DOA) estimation is critical in spatial audio and acoustic signal processing, with wide-ranging applications in real-world. Most existing DOA models are trained on synthetic data by convolving clean …

Low-Complexity Acoustic Scene Classification Using Data Augmentation and Lightweight ResNet

2023-06-03 · Yanxiong Li, Wenchang Cao, Wei Xie, Qisheng Huang 외

We present a work on low-complexity acoustic scene classification (ASC) with multiple devices, namely the subtask A of Task 1 of the DCASE2021 challenge. This subtask focuses on classifying audio samples of multiple devi…

Acoustic Scene ClassificationData AugmentationModel CompressionScene Classification

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

Domestic Activities Classification from Audio Recordings Using Multi-scale Dilated Depthwise Separable Convolutional Network

2023-06-09 · Yufei Zeng, Yanxiong Li, Zhenfeng Zhou, Ruiqi Wang 외

Domestic activities classification (DAC) from audio recordings aims at classifying audio recordings into pre-defined categories of domestic activities, which is an effective way for estimation of daily activities perform…