CVApr 2, 2020

Tracking by Instance Detection: A Meta-Learning Approach

arXiv:2004.00830v1160 citations
AI Analysis

This work addresses the problem of efficient and accurate visual tracking for computer vision applications, presenting an incremental improvement by applying meta-learning to existing detectors.

The paper tackles visual object tracking by reframing it as instance detection, using meta-learning to initialize detectors for quick adaptation from a single image, achieving state-of-the-art results with AUC scores up to 0.757 and real-time performance at 40 FPS.

We consider the tracking problem as a special type of object detection problem, which we call instance detection. With proper initialization, a detector can be quickly converted into a tracker by learning the new instance from a single image. We find that model-agnostic meta-learning (MAML) offers a strategy to initialize the detector that satisfies our needs. We propose a principled three-step approach to build a high-performance tracker. First, pick any modern object detector trained with gradient descent. Second, conduct offline training (or initialization) with MAML. Third, perform domain adaptation using the initial frame. We follow this procedure to build two trackers, named Retina-MAML and FCOS-MAML, based on two modern detectors RetinaNet and FCOS. Evaluations on four benchmarks show that both trackers are competitive against state-of-the-art trackers. On OTB-100, Retina-MAML achieves the highest ever AUC of 0.712. On TrackingNet, FCOS-MAML ranks the first on the leader board with an AUC of 0.757 and the normalized precision of 0.822. Both trackers run in real-time at 40 FPS.

Foundations

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

Your Notes