CVSep 4, 2019

Aerial multi-object tracking by detection using deep association networks

arXiv:1909.01547v12 citations
AI Analysis

This work addresses multi-object tracking for drone-based platforms, but it is incremental as it builds on existing methods like RetinaNet and DeepSORT.

The paper tackled object detection and tracking in drone images by modifying RetinaNet with anchor scale adjustments and SE blocks, achieving significant performance improvements on the VisDrone2019 datasets.

A lot a research is focused on object detection and it has achieved significant advances with deep learning techniques in recent years. Inspite of the existing research, these algorithms are not usually optimal for dealing with sequences or images captured by drone-based platforms, due to various challenges such as view point change, scales, density of object distribution and occlusion. In this paper, we develop a model for detection of objects in drone images using the VisDrone2019 DET dataset. Using the RetinaNet model as our base, we modify the anchor scales to better handle the detection of dense distribution and small size of the objects. We explicitly model the channel interdependencies by using "Squeeze-and-Excitation" (SE) blocks that adaptively recalibrates channel-wise feature responses. This helps to bring significant improvements in performance at a slight additional computational cost. Using this architecture for object detection, we build a custom DeepSORT network for object detection on the VisDrone2019 MOT dataset by training a custom Deep Association network for the algorithm.

Foundations

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

Your Notes