SDLGASOct 27, 2022

Deep Learning Object Detection Approaches to Signal Identification

arXiv:2210.16173v24 citationsh-index: 60
Originality Incremental advance
AI Analysis

This addresses the limitations of traditional threshold-based algorithms in detecting small or overlapping signals, offering a robust solution for real-world signal identification applications.

The paper tackles the problem of signal source identification by reframing it as an object detection task using spectrograms, achieving a Mean Average Precision of up to 0.906 with deep learning models like RetinaNet and YOLOv5.

Traditionally source identification is solved using threshold based energy detection algorithms. These algorithms frequently sum up the activity in regions, and consider regions above a specific activity threshold to be sources. While these algorithms work for the majority of cases, they often fail to detect signals that occupy small frequency bands, fail to distinguish sources with overlapping frequency bands, and cannot detect any signals under a specified signal to noise ratio. Through the conversion of raw signal data to spectrogram, source identification can be framed as an object detection problem. By leveraging modern advancements in deep learning based object detection, we propose a system that manages to alleviate the failure cases encountered when using traditional source identification algorithms. Our contributions include framing source identification as an object detection problem, the publication of a spectrogram object detection dataset, and evaluation of the RetinaNet and YOLOv5 object detection models trained on the dataset. Our final models achieve Mean Average Precisions of up to 0.906. With such a high Mean Average Precision, these models are sufficiently robust for use in real world applications.

Foundations

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

Your Notes