CVSep 30, 2024

Performance Evaluation of Deep Learning-based Quadrotor UAV Detection and Tracking Methods

arXiv:2410.00285v11 citationsh-index: 5Has Code
Originality Synthesis-oriented
AI Analysis

It addresses privacy and safety concerns from UAV proliferation by comparing existing methods, making it incremental.

This paper evaluated deep learning models YOLOv5 and YOLOv8 for detecting quadrotor UAVs and tracking systems BoT-SORT and Byte Track, finding YOLOv5 generally better in detection accuracy and BoT-SORT superior in tracking with higher IoU and lower center error.

Unmanned Aerial Vehicles (UAVs) are becoming more popular in various sectors, offering many benefits, yet introducing significant challenges to privacy and safety. This paper investigates state-of-the-art solutions for detecting and tracking quadrotor UAVs to address these concerns. Cutting-edge deep learning models, specifically the YOLOv5 and YOLOv8 series, are evaluated for their performance in identifying UAVs accurately and quickly. Additionally, robust tracking systems, BoT-SORT and Byte Track, are integrated to ensure reliable monitoring even under challenging conditions. Our tests on the DUT dataset reveal that while YOLOv5 models generally outperform YOLOv8 in detection accuracy, the YOLOv8 models excel in recognizing less distinct objects, demonstrating their adaptability and advanced capabilities. Furthermore, BoT-SORT demonstrated superior performance over Byte Track, achieving higher IoU and lower center error in most cases, indicating more accurate and stable tracking. Code: https://github.com/zmanaa/UAV_detection_and_tracking Tracking demo: https://drive.google.com/file/d/1pe6HC5kQrgTbA2QrjvMN-yjaZyWeAvDT/view?usp=sharing

Foundations

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

Your Notes