Dynamical System Modeling and Stability Investigation�DSMSI-2025
May 08-10, 2025, Kyiv, Ukraine
Audio models for Object Identification
Andriy Shatyrko, Andrii Ivanenko�
Introduction
The aim of this work is to investigate the capabilities of deep learning models for the acoustic detection and classification of five classes of objects and events: airplane, car/truck, UAV (drone), gunshots, and tank. We analyze the effectiveness of modern audio processing architectures (DistilHuBERT, wav2vec, BEATS) using recurrent, fully connected networks and transformers for extracting relevant features and classification, utilizing a dataset created from open sources. The results of this study aim to demonstrate the potential of deep learning for creating automated acoustic monitoring systems to enhance security measures and defense operations.
2
Dynamical System Modeling and Stability Investigation, DSMSI-2025
Study Focus & Objective
3
Dataset
In this study, audio data from several sources was used to form the training and test samples:
Using data from various sources allowed us to create our own dataset, including both drone sounds and other target sound classes. The total duration of audio in the dataset was:
4
Architectures
5
Accuracy
The BEATS model utilizing the Transformer architecture achieved the highest classification accuracy at 93%. The other models in the comparison exhibited accuracy results around 80%, which is significantly lower. It's also worth noting that the BEATS model with RNN showed moderate performance, further highlighting the effectiveness of the BEATS model with the Transformer modification.
6
Loss�
BEATS Transformer Model: Shows signs of early stopping in improvement on the validation set. Overfitting is noticeable as early as the first training epoch.
DistilHuBERT and Wav2Vec2 Models: The overfitting point is reached around the fourth iteration.
BEATS RNN Model: Unlike the other models, the BEATS RNN architecture, has not yet reached the overfitting point. However, its learning curve on the validation set may suggest it is approaching this limit.
7
Confusion matrix Wav2Vec2 and DistilHuBERT
8
The confusion matrices illustrate that the Wav2Vec2 and DistilHuBERT models effectively recognize the sounds of drones, cars, and gunshots. However, the classification of airplanes and tanks proved to be significantly more challenging, as indicated by the lower accuracy for these classes. Overall, while the models demonstrate the ability to detect the target sound events, they require further improvement in recognizing airplanes and tanks.
Confusion matrix RNN/Transformer BEATS�
The matrix shows that BEATS with Transformer achieved the best overall performance, but struggled with classifying airplanes and tanks. BEATS with RNN performed worse at recognizing drones, often confusing them with cars, but identified tanks better than other models.
9
Conclusion
This paper explored using deep learning and self-supervised learning (SelfSL) models (HuBERT, wav2vec, BEATS) for classifying military object sounds (airplane, car/truck, UAV, gunshots, tank). The BEATS model with a Transformer layer achieved the highest accuracy (93%). While UAV, car, and gunshot sounds were well-identified, airplane and tank classification was challenging. BEATS with RNN showed better tank detection but struggled with UAVs. The study confirms the potential of SelfSL for acoustic monitoring but highlights the need to improve airplane and tank recognition through new training methods, larger datasets, and multisensor integration.
10
Discussion and Future Extensions
Future research will include:
11
Thank you for your attention
12