Lightweight Multi-Drone Detection and 3D-Localization via YOLO
Aryan Sharma, Nitik Jain, and Mangal Kothari

TL;DR
This paper introduces a lightweight, real-time multi-drone detection and 3D localization system using tiny-YOLOv4 and stereo triangulation, optimized for embedded systems with high accuracy and low computational cost.
Contribution
It presents a modular, efficient drone detection method that eliminates complex stereo matching, enabling deployment on embedded systems with real-time performance.
Findings
Detection accuracy of up to 77% at 332 FPS on Nvidia Titan Xp.
Successful drone detection at distances up to 8 meters in simulation.
Open-source release of code, models, and synthetic dataset.
Abstract
In this work, we present and evaluate a method to perform real-time multiple drone detection and three-dimensional localization using state-of-the-art tiny-YOLOv4 object detection algorithm and stereo triangulation. Our computer vision approach eliminates the need for computationally expensive stereo matching algorithms, thereby significantly reducing the memory footprint and making it deployable on embedded systems. Our drone detection system is highly modular (with support for various detection algorithms) and capable of identifying multiple drones in a system, with real-time detection accuracy of up to 77\% with an average FPS of 332 (on Nvidia Titan Xp). We also test the complete pipeline in AirSim environment, detecting drones at a maximum distance of 8 meters, with a mean error of of the distance. We also release the source code for the project, with pre-trained models and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Advanced Neural Network Applications · Video Surveillance and Tracking Methods
