Towards Accurate Pixel-wise Object Tracking by Attention Retrieval
The encoding of the target in object tracking moves from the coarse bounding-box to fine-grained segmentation map recently. Revisiting de facto real-time approaches that are capable of predicting mask during tracking, we observed that they usually fork a light branch from the backbone network for segmentation. Although efficient, directly fusing backbone features without considering the negative influence of background clutter tends to introduce false-negative predictions, lagging the segmentation accuracy. To mitigate this problem, we propose an attention retrieval network (ARN) to perform soft spatial constraints on backbone features. We first build a look-up-table (LUT) with the ground-truth mask in the starting frame, and then retrieves the LUT to obtain an attention map for spatial constraints. Moreover, we introduce a multi-resolution multi-stage segmentation network (MMS) to further weaken the influence of background clutter by reusing the predicted mask to filter backbone features. Our approach set a new state-of-the-art on recent pixel-wise object tracking benchmark VOT2020 while running at 40 fps. Notably, the proposed model surpasses SiamMask by 11.7/4.2/5.5 points on VOT2020, DAVIS2016, and DAVIS2017, respectively. We will release our code at https://github.com/researchmm/TracKit.
Code (1)
Tasks
ObjectObject TrackingRetrievalSegmentationSimilar Papers 제목 키워드 기반
Pixel-wise object tracking
In this paper, we propose a novel pixel-wise visual object tracking framework that can track any anonymous object in a noisy background. The framework consists of two submodels, a global attention model and a local segme…
ObjectObject TrackingSegmentationSemantic Segmentation+1Tracking Objects as Pixel-wise Distributions
Multi-object tracking (MOT) requires detecting and associating objects through frames. Unlike tracking via detected bounding boxes or tracking objects as points, we propose tracking objects as pixel-wise distributions. W…
Multi-Object TrackingObjectObject TrackingLearning Spatio-Appearance Memory Network for High-Performance Visual Tracking
Existing visual object tracking usually learns a bounding-box based template to match the targets across frames, which cannot accurately learn a pixel-wise representation, thereby being limited in handling severe appeara…
Object TrackingSegmentationSemantic SegmentationVideo Object Segmentation+4Correlation-Guided Attention for Corner Detection Based Visual Tracking
Accurate bounding box estimation has recently attracted much attention in the tracking community because traditional multi-scale search strategies cannot estimate tight bounding boxes in many challenging scenarios involv…
Visual TrackingPiCANet: Pixel-wise Contextual Attention Learning for Accurate Saliency Detection
In saliency detection, every pixel needs contextual information to make saliency prediction. Previous models usually incorporate contexts holistically. However, for each pixel, usually only part of its context region is …
object-detectionObject DetectionRGB Salient Object DetectionSaliency Detection+3