SDAIMay 5

Smart Passive Acoustic Monitoring: Embedding a Classifier on AudioMoth Microcontroller

arXiv:2605.034122.6Has Code
Predicted impact top 96% in SD · last 90 daysOriginality Synthesis-oriented
AI Analysis

For ecologists conducting bioacoustic monitoring, this provides a low-power, on-device solution to reduce data storage and power consumption, though it is an incremental application of existing methods to a specific hardware platform.

This work embeds a 1D-CNN classifier on an AudioMoth microcontroller for in-situ detection of Scopoli Shearwater calls, achieving 91% accuracy with a 10kB RAM footprint and 20ms inference time, enabling selective recording and real-time classification.

Passive Acoustic Monitoring (PAM) is an efficient and non-invasive method for surveying ecosystems at a reduced cost. Typically, autonomous recorders allow the acquisition of vast bioacoustic datasets which are then analyzed. However, power consumption and data storage are both scarce and limit the duration of acquisition campaigns. To address this issue, we propose a smart PAM system which allows the in-situ analysis of the soundscape by embedding a classifier directly onto an AudioMoth microcontroller. Specifically, we propose an optimized yet simple 1D Convolutional Neural Network (1D-CNN) to classify the raw audio. The model focuses on the specific call of Scopoli Shearwater seabirds (endangered species) and is trained on a real-world dataset with a classification accuracy of 91\% (balanced accuracy of 89\%). We also propose a process to optimize the model to fit the severe resource constraints of the AudioMoth, achieving a \~10kB RAM memory footprint and 20ms inference time. Finally, we present an open-source tutorial of our model optimization and export strategy which can be used for embedding models beyond the scope of our study. Our modified version of the AudioMoth firmware adds two functions: (F1) which selectively records data when the target species has been detected and (F2) which logs the continuous classification results in real time. This work intends to facilitate the conception of intelligent sensors, enhancing the efficiency and scalability of bioacoustic monitoring campaigns.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes