paper-with-me

Papers

Towards Accurate Pixel-wise Object Tracking by Attention Retrieval

2020-08-06 · Zhipeng Zhang, Bing Li, Weiming Hu, Houwen Peng

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.

📄 PDF Abstract BibTeX arXiv:2008.02745

Code (1)

researchmm/TracKit 공식 구현 pytorch

Tasks

ObjectObject TrackingRetrievalSegmentation

Similar Papers 제목 키워드 기반

Pixel-wise object tracking

2017-11-20 · Yilin Song, Chenge Li, Yao Wang

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+1

Tracking Objects as Pixel-wise Distributions

2022-07-12 · Zelin Zhao, Ze Wu, Yueqing Zhuang, Boxun Li 외

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 Tracking

Learning Spatio-Appearance Memory Network for High-Performance Visual Tracking

2020-09-21 · Fei Xie, Wankou Yang, Bo Liu, Kaihua Zhang 외

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+4

Correlation-Guided Attention for Corner Detection Based Visual Tracking

2020-06-01 · CVPR 2020 6 · Fei Du, Peng Liu, Wei Zhao, Xianglong Tang

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 Tracking

PiCANet: Pixel-wise Contextual Attention Learning for Accurate Saliency Detection

2018-12-15 · Nian Liu, Junwei Han, Ming-Hsuan Yang

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