CVIVJun 4, 2020

COMET: Context-Aware IoU-Guided Network for Small Object Tracking

arXiv:2006.02597v335 citations
AI Analysis

This addresses the problem of small object tracking in aerial videos for applications like surveillance, though it appears incremental as it builds on existing tracking methods.

The paper tackled tracking small targets in aerial videos with camera motion and high density by introducing COMET, a context-aware IoU-guided tracker, which outperformed the ATOM tracker by 6.2% in precision and 7% in success score on benchmarks.

We consider the problem of tracking an unknown small target from aerial videos of medium to high altitudes. This is a challenging problem, which is even more pronounced in unavoidable scenarios of drastic camera motion and high density. To address this problem, we introduce a context-aware IoU-guided tracker (COMET) that exploits a multitask two-stream network and an offline reference proposal generation strategy. The proposed network fully exploits target-related information by multi-scale feature learning and attention modules. The proposed strategy introduces an efficient sampling strategy to generalize the network on the target and its parts without imposing extra computational complexity during online tracking. These strategies contribute considerably in handling significant occlusions and viewpoint changes. Empirically, COMET outperforms the state-of-the-arts in a range of aerial view datasets that focusing on tracking small objects. Specifically, COMET outperforms the celebrated ATOM tracker by an average margin of 6.2% (and 7%) in precision (and success) score on challenging benchmarks of UAVDT, VisDrone-2019, and Small-90.

Foundations

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

Your Notes