paper-with-me

Papers

Investigating Multi-Feature Selection and Ensembling for Audio Classification

2022-06-15 · Muhammad Turab, Teerath Kumar, Malika Bendechache, Takfarinas Saber

Deep Learning (DL) algorithms have shown impressive performance in diverse domains. Among them, audio has attracted many researchers over the last couple of decades due to some interesting patterns--particularly in classification of audio data. For better performance of audio classification, feature selection and combination play a key role as they have the potential to make or break the performance of any DL model. To investigate this role, we conduct an extensive evaluation of the performance of several cutting-edge DL models (i.e., Convolutional Neural Network, EfficientNet, MobileNet, Supper Vector Machine and Multi-Perceptron) with various state-of-the-art audio features (i.e., Mel Spectrogram, Mel Frequency Cepstral Coefficients, and Zero Crossing Rate) either independently or as a combination (i.e., through ensembling) on three different datasets (i.e., Free Spoken Digits Dataset, Audio Urdu Digits Dataset, and Audio Gujarati Digits Dataset). Overall, results suggest feature selection depends on both the dataset and the model. However, feature combinations should be restricted to the only features that already achieve good performances when used individually (i.e., mostly Mel Spectrogram, Mel Frequency Cepstral Coefficients). Such feature combination/ensembling enabled us to outperform the previous state-of-the-art results irrespective of our choice of DL model.

📄 PDF Abstract BibTeX arXiv:2206.07511

Code (0)

등록된 구현이 없습니다.

Tasks

Audio ClassificationClassificationfeature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Batch Normalization 설명 없음
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…
Sigmoid Activation 설명 없음
Average Pooling 설명 없음
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution

Similar Papers 제목 키워드 기반

Video-based Cross-modal Auxiliary Network for Multimodal Sentiment Analysis

2022-08-30 · Rongfei Chen, Wenju Zhou, Yang Li, Huiyu Zhou

Multimodal sentiment analysis has a wide range of applications due to its information complementarity in multimodal interactions. Previous works focus more on investigating efficient joint representations, but they rarel…

ClassificationDiversityimage-classificationImage Classification+2

Investigating the Effect of Intraclass Variability in Temporal Ensembling

2020-08-20 · Siddharth Vohra, Manikandan Ravikiran

Temporal Ensembling is a semi-supervised approach that allows training deep neural network models with a small number of labeled images. In this paper, we present our preliminary study on the effect of intraclass variabi…

When Are Two Scores Better Than One? Investigating Ensembles of Diffusion Models

2026-01-16 · Raphaël Razafindralambo, Rémy Sun, Frédéric Precioso, Damien Garreau 외 arxiv

Diffusion models now generate high-quality, diverse samples, with an increasing focus on more powerful models. Although ensembling is a well-known way to improve supervised models, its application to unconditional score-…

Multivariate Time-series Anomaly Detection via Dynamic Model Pool & Ensembling

2026-01-05 · Wei Hu, Zewei Yu, Jianqiu Xu arxiv

Multivariate time-series (MTS) anomaly detection is critical in domains such as service monitor, IoT, and network security. While multi-model methods based on selection or ensembling outperform single-model ones, they st…

Anomaly Detection

General audio tagging with ensembling convolutional neural network and statistical features

2018-10-30 · Kele Xu, Boqing Zhu, Qiuqiang Kong, Haibo Mi 외

Audio tagging aims to infer descriptive labels from audio clips. Audio tagging is challenging due to the limited size of data and noisy labels. In this paper, we describe our solution for the DCASE 2018 Task 2 general au…

Audio TaggingDescriptiveEnsemble LearningTask 2