Papers for

wildlife conservation organizations

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Masked audio pretraining improves sound detection for biodiversity monitoring

MAST: Label-Efficient, Robust, and Generalizable Sound Detection for Biodiversity Monitoring via Masked Audio Pretraining and Self-Training

Abstract: Passive acoustic monitoring can measure biodiversity at larger scales, but time--frequency annotation of animal vocalizations is expensive, site-specific, and difficult to sustain at scale. We present a label-efficient sound detection framework that combines masked audio pretraining with a lightweight detector on mel spectrograms, then further improves robustness through iterative self-training on unlabeled audio. We first pretrain a ViT-based encoder on unlabeled recordings via masked reconstruction and transfer the encoder to a detection backbone. To better separate animal sounds from confounding background, we add a box-level contrastive loss that pulls matched event regions together while pushing noisy negatives apart. We then apply a two-stage pseudo-labeling curriculum to exploit large unlabeled pools without additional annotation. We evaluate the performance on two ecologically distinct domains: tropical rainforest soundscapes (Indonesia) and bird vocalizations in Mediterranean habitats (Spain). On both domains, masked audio pretraining and contrastive learning consistently improve time--frequency detection under temporal and cross-site distribution shift, and self-training yields further gains in out-of-distribution performance. On the rainforest domain, MAST with self-training achieves +0.22 mAP and +0.24 F1 over the strongest baseline under cross-site shift. On the bird domain, self-training achieves +0.12 mAP and +0.10 F1 over the strongest baseline under cross-site shift. Overall, our results show that MAST can effectively extend self-supervised audio representations from clip-level tasks to robust box-level localization across diverse bioacoustic settings, providing a practical path for biodiversity monitoring with limited labels.

Mon 14 SeptSoundMachine Learning
The gist
Monitoring wildlife by listening to their sounds is hard because labeling specific animal calls in recordings takes a lot of work and doesn’t easily transfer across different places. The authors developed a new method called MAST that teaches a computer to recognize animal sounds with fewer labeled examples by first learning from lots of unlabeled recordings. Then it improves itself by guessing new labels from unlabeled data and learning from its own predictions. This approach works well in different environments, helping track animals with less manual effort.
Open 2609.15221v1

Wavelet methods improve bird song recognition in noisy environments

Processing and classifying bird songs using wavelet techniques and supervised learning

Abstract: This study proposes an integrated framework for the processing and classification of invasive bird species vocalizations within natural soundscapes, characterized by high levels of environmental noise. We address the challenge of signal degradation by employing a Bayesian wavelet shrinkage methodology based on the Epanechnikov kernel prior, which offers a closed form decision rule and high computational efficiency for processing large bioacoustic datasets. The methodology was applied to recordings of three species obtained from the iNaturalist platform: \textit{Euphonia violacea}, \textit{Leiothrix lutea}, and \textit{Passer domesticus}. After signal denoising, we extracted a comprehensive set of features, including Mel-Frequency Cepstral Coefficients (MFCCs) and spectral indices such as entropy and zero-crossing rate. Several supervised learning models: Random Forest, Multinomial Logistic Regression and Support Vector Machine (SVM) were evaluated across different feature dimensionalities. Our results demonstrate that the proposed wavelet based preprocessing significantly enhances classification performance, with the SVM model achieving the highest accuracy (up to 0.9398) under a 10-dimensional MFCC configuration. This research provides a robust statistical tool for automated ecological monitoring and the management of biological invasions.

Wed 9 SeptMachine Learning
The gist
Bird songs recorded in nature often get mixed with a lot of background noise, making it hard to identify species. The authors used a special wavelet technique to clean these noisy sounds efficiently. Then, they used machine learning models to classify three bird species by their songs. Their method improved the accuracy of identifying the birds, especially when using a support vector machine model. This helps in tracking invasive bird species and understanding natural environments better.
Open 2609.10826v1