paper-with-me

Papers

Detection of manatee vocalisations using the Audio Spectrogram Transformer

2024-07-25 · Stefano Schiappacasse, Taco de Wolff, Yann Henaut, Regina Cervera, Aviva Charles, Felipe Tobar

The Antillean manatee (\emph{Trichechus manatus}) is an endangered herbivorous aquatic mammal whose role as an ecological balancer and umbrella species underscores the importance of its conservation. An innovative approach to monitor manatee populations is passive acoustic monitoring (PAM), where vocalisations are extracted from submarine audio. We propose a novel end-to-end approach to detect manatee vocalisations building on the Audio Spectrogram Transformer (AST). In a transfer learning spirit, we fine-tune AST to detect manatee calls by redesigning its filterbanks and adapting a real-world dataset containing partial positive labels. Our experimental evaluation reveals the two key features of the proposed model: i) it performs on par with the state of the art without requiring hand-tuned denoising or detection stages, and ii) it can successfully identify missed vocalisations in the training dataset, thus reducing the workload of expert bioacoustic labellers. This work is a preliminary relevant step to develop novel, user-friendly tools for the conservation of the different species of manatees.

📄 PDF Abstract BibTeX arXiv:2407.18083

Code (1)

tdewolff/manatees 공식 구현 pytorch

Tasks

DenoisingTransfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

End-to-End Audiovisual Fusion with LSTMs

2017-09-12 · Stavros Petridis, Yujiang Wang, Zuwei Li, Maja Pantic

Several end-to-end deep learning approaches have been recently presented which simultaneously extract visual features from the input images and perform visual speech classification. However, research on jointly extractin…

ClassificationGeneral Classificationspeech-recognitionSpeech Recognition

Deep learning for detection of bird vocalisations

2016-09-25 · Ilyas Potamitis

This work focuses on reliable detection of bird sound emissions as recorded in the open field. Acoustic detection of avian sounds can be used for the automatized monitoring of multiple bird taxa and querying in long-term…

Deep Learning

Detection of blue whale vocalisations using a temporal-domain convolutional neural network

2021-10-05 · Bryan Sagredo, Sonia Español-Jiménez, Felipe Tobar

We present a framework for detecting blue whale vocalisations from acoustic submarine recordings. The proposed methodology comprises three stages: i) a preprocessing step where the audio recordings are conditioned throug…

Denoising

Learning to rumble: Automated elephant call classification, detection and endpointing using deep architectures

2024-10-15 · Christiaan M. Geldenhuys, Thomas R. Niesler

We consider the problem of detecting, isolating and classifying elephant calls in continuously recorded audio. Such automatic call characterisation can assist conservation efforts and inform environmental management stra…

ClassificationManagementTransfer Learning

Improving Audio Spectrogram Transformers for Sound Event Detection Through Multi-Stage Training

2024-07-17 · Florian Schmid, Paul Primus, Tobias Morocutti, Jonathan Greif 외

This technical report describes the CP-JKU team's submission for Task 4 Sound Event Detection with Heterogeneous Training Datasets and Potentially Missing Labels of the DCASE 24 Challenge. We fine-tune three large Audio …

Event DetectionMissing LabelsSound Event Detection