paper-with-me

Papers

Classifying Variable-Length Audio Files with All-Convolutional Networks and Masked Global Pooling

2016-07-11 · Lars Hertel, Huy Phan, Alfred Mertins

We trained a deep all-convolutional neural network with masked global pooling to perform single-label classification for acoustic scene classification and multi-label classification for domestic audio tagging in the DCASE-2016 contest. Our network achieved an average accuracy of 84.5% on the four-fold cross-validation for acoustic scene recognition, compared to the provided baseline of 72.5%, and an average equal error rate of 0.17 for domestic audio tagging, compared to the baseline of 0.21. The network therefore improves the baselines by a relative amount of 17% and 19%, respectively. The network only consists of convolutional layers to extract features from the short-time Fourier transform and one global pooling layer to combine those features. It particularly possesses neither fully-connected layers, besides the fully-connected output layer, nor dropout layers.

📄 PDF Abstract BibTeX arXiv:1607.02857

Code (1)

numpde/phonepad tf

Tasks

Acoustic Scene ClassificationAllAudio TaggingClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONScene ClassificationScene Recognition

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Audio Retrieval with WavText5K and CLAP Training

2022-09-28 · Soham Deshmukh, Benjamin Elizalde, Huaming Wang

Audio-Text retrieval takes a natural language query to retrieve relevant audio files in a database. Conversely, Text-Audio retrieval takes an audio file as a query to retrieve relevant natural language descriptions. Most…

AudioCapsAudio captioningContrastive LearningRetrieval+1

Variable-Length Audio Fingerprinting

2026-03-25 · Hongjie Chen, Hanyu Meng, Huimin Zeng, Ryan A. Rossi 외 arxiv

Audio fingerprinting converts audio to much lower-dimensional representations, allowing distorted recordings to still be recognized as their originals through similar fingerprints. Existing deep learning approaches rigid…

Deep Learning for Speech Emotion Recognition: A CNN Approach Utilizing Mel Spectrograms

2025-03-25 · Niketa Penumajji

This paper explores the application of Convolutional Neural Networks CNNs for classifying emotions in speech through Mel Spectrogram representations of audio files. Traditional methods such as Gaussian Mixture Models and…

Deep LearningEmotion RecognitionSpeech Emotion Recognition

A Multimodal CNN-based Tool to Censure Inappropriate Video Scenes

2019-11-10 · Pedro V. A. de Freitas, Paulo R. C. Mendes, Gabriel N. P. dos Santos, Antonio José G. Busson 외

Due to the extensive use of video-sharing platforms and services for their storage, the amount of such media on the internet has become massive. This volume of data makes it difficult to control the kind of content that …

Variable Length Variable Quality Audio Steganography

2021-09-29 · Seungmo Ku

Steganography is the task of hiding and recovering secret data inside a non-secret container data while making imperceptible changes to the container. When using steganography to hide audio inside an image, current appro…

Image Reconstruction