Real-Time Drone Detection in Event Cameras via Per-Pixel Frequency Analysis
Michael Bezick, Majid Sahin

TL;DR
This paper introduces a real-time drone detection method using event cameras and per-pixel frequency analysis with NDFT, outperforming YOLO in accuracy and latency by identifying rotor frequency signatures.
Contribution
The paper presents a novel analytical framework, DDHF, for UAV detection that leverages non-uniform Fourier analysis of event camera data, enabling fast, accurate localization without deep learning.
Findings
DDHF achieves 90.89% F1 score and 2.39ms latency.
Compared to YOLO, DDHF is faster and more accurate.
Method is easily tunable and interpretable.
Abstract
Detecting fast-moving objects, such as unmanned aerial vehicle (UAV), from event camera data is challenging due to the sparse, asynchronous nature of the input. Traditional Discrete Fourier Transforms (DFT) are effective at identifying periodic signals, such as spinning rotors, but they assume uniformly sampled data, which event cameras do not provide. We propose a novel per-pixel temporal analysis framework using the Non-uniform Discrete Fourier Transform (NDFT), which we call Drone Detection via Harmonic Fingerprinting (DDHF). Our method uses purely analytical techniques that identify the frequency signature of drone rotors, as characterized by frequency combs in their power spectra, enabling a tunable and generalizable algorithm that achieves accurate real-time localization of UAV. We compare against a YOLO detector under equivalent conditions, demonstrating improvement in accuracy…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsUAV Applications and Optimization · Advanced Neural Network Applications · Advanced Memory and Neural Computing
