# Super accurate low latency object detection on a surveillance UAV

**Authors:** Maarten Vandersteegen, Kristof Vanbeeck, Toon goedeme

arXiv: 1904.02024 · 2019-04-04

## TL;DR

This paper presents a highly accurate and low-latency object detection system for UAVs, optimized for real-time security and surveillance applications on embedded hardware, achieving over 10x speed improvements.

## Contribution

It introduces a multi-dataset learning strategy and hardware optimization techniques to enhance accuracy and reduce latency for UAV-based object detection.

## Key findings

- Achieves super accurate detection across various conditions.
- Reduces latency by over 10x on embedded platforms.
- Maintains accuracy with quantization and layer fusion.

## Abstract

Drones have proven to be useful in many industry segments such as security and surveillance, where e.g. on-board real-time object tracking is a necessity for autonomous flying guards. Tracking and following suspicious objects is therefore required in real-time on limited hardware. With an object detector in the loop, low latency becomes extremely important. In this paper, we propose a solution to make object detection for UAVs both fast and super accurate. We propose a multi-dataset learning strategy yielding top eye-sky object detection accuracy. Our model generalizes well on unseen data and can cope with different flying heights, optically zoomed-in shots and different viewing angles. We apply optimization steps such that we achieve minimal latency on embedded on-board hardware by fusing layers, quantizing calculations to 16-bit floats and 8-bit integers, with negligible loss in accuracy. We validate on NVIDIA's Jetson TX2 and Jetson Xavier platforms where we achieve a speed-wise performance boost of more than 10x.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.02024/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1904.02024/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1904.02024/full.md

---
Source: https://tomesphere.com/paper/1904.02024