SDAIASMay 21, 2025

4,500 Seconds: Small Data Training Approaches for Deep UAV Audio Classification

arXiv:2505.23782v14 citationsh-index: 3Has Code
Originality Synthesis-oriented
AI Analysis

It addresses data scarcity for UAV security applications, but is incremental as it compares existing methods on a small dataset.

This study tackled UAV audio classification with limited data, using 4,500 seconds of audio across 9 classes, and found that CNNs outperformed transformers by 1-2% accuracy while being more computationally efficient.

Unmanned aerial vehicle (UAV) usage is expected to surge in the coming decade, raising the need for heightened security measures to prevent airspace violations and security threats. This study investigates deep learning approaches to UAV classification focusing on the key issue of data scarcity. To investigate this we opted to train the models using a total of 4,500 seconds of audio samples, evenly distributed across a 9-class dataset. We leveraged parameter efficient fine-tuning (PEFT) and data augmentations to mitigate the data scarcity. This paper implements and compares the use of convolutional neural networks (CNNs) and attention-based transformers. Our results show that, CNNs outperform transformers by 1-2\% accuracy, while still being more computationally efficient. These early findings, however, point to potential in using transformers models; suggesting that with more data and further optimizations they could outperform CNNs. Future works aims to upscale the dataset to better understand the trade-offs between these approaches.

Code Implementations1 repo
Foundations

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

Your Notes