CVMar 21, 2022

Robust Visual Tracking by Segmentation

arXiv:2203.11191v288 citationsh-index: 191
Originality Incremental advance
AI Analysis

This addresses the challenge of tracking objects with complex shapes in computer vision, offering a more accurate method for applications like surveillance or robotics, though it is incremental as it builds on existing segmentation and tracking ideas.

The paper tackles the problem of inaccurate target representation in visual object tracking by proposing a segmentation-centric pipeline that uses segmentation masks instead of bounding boxes, achieving a new state-of-the-art success AUC score of 69.7% on LaSOT.

Estimating the target extent poses a fundamental challenge in visual object tracking. Typically, trackers are box-centric and fully rely on a bounding box to define the target in the scene. In practice, objects often have complex shapes and are not aligned with the image axis. In these cases, bounding boxes do not provide an accurate description of the target and often contain a majority of background pixels. We propose a segmentation-centric tracking pipeline that not only produces a highly accurate segmentation mask, but also internally works with segmentation masks instead of bounding boxes. Thus, our tracker is able to better learn a target representation that clearly differentiates the target in the scene from background content. In order to achieve the necessary robustness for the challenging tracking scenario, we propose a separate instance localization component that is used to condition the segmentation decoder when producing the output mask. We infer a bounding box from the segmentation mask, validate our tracker on challenging tracking datasets and achieve the new state of the art on LaSOT with a success AUC score of 69.7%. Since most tracking datasets do not contain mask annotations, we cannot use them to evaluate predicted segmentation masks. Instead, we validate our segmentation quality on two popular video object segmentation datasets.

Code Implementations2 repos
Foundations

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

Your Notes