paper-with-me

Papers

Target Transformed Regression for Accurate Tracking

2021-04-01 · Yutao Cui, Cheng Jiang, LiMin Wang, Gangshan Wu

Accurate tracking is still a challenging task due to appearance variations, pose and view changes, and geometric deformations of target in videos. Recent anchor-free trackers provide an efficient regression mechanism but fail to produce precise bounding box estimation. To address these issues, this paper repurposes a Transformer-alike regression branch, termed as Target Transformed Regression (TREG), for accurate anchor-free tracking. The core to our TREG is to model pair-wise relation between elements in target template and search region, and use the resulted target enhanced visual representation for accurate bounding box regression. This target contextualized representation is able to enhance the target relevant information to help precisely locate the box boundaries, and deal with the object deformation to some extent due to its local and dense matching mechanism. In addition, we devise a simple online template update mechanism to select reliable templates, increasing the robustness for appearance variations and geometric deformations of target in time. Experimental results on visual tracking benchmarks including VOT2018, VOT2019, OTB100, GOT10k, NFS, UAV123, LaSOT and TrackingNet demonstrate that TREG obtains the state-of-the-art performance, achieving a success rate of 0.640 on LaSOT, while running at around 30 FPS. The code and models will be made available at https://github.com/MCG-NJU/TREG.

📄 PDF Abstract BibTeX arXiv:2104.00403

Code (1)

MCG-NJU/TREG 공식 구현 pytorch

Tasks

regressionVisual Object TrackingVisual Tracking

Similar Papers 제목 키워드 기반

Probabilistic Regression for Visual Tracking

2020-03-27 · CVPR 2020 6 · Martin Danelljan, Luc van Gool, Radu Timofte

Visual tracking is fundamentally the problem of regressing the state of the target in each video frame. While significant progress has been achieved, trackers are still prone to failures and inaccuracies. It is therefore…

Object TrackingregressionVisual Tracking

Learning regression and verification networks for long-term visual tracking

2018-09-12 · Yunhua Zhang, Dong Wang, Lijun Wang, Jinqing Qi 외

Compared with short-term tracking, the long-term tracking task requires determining the tracked object is present or absent, and then estimating the accurate bounding box if present or conducting image-wide re-detection …

General ClassificationObjectRegion Proposalregression+1

Learning Localization-aware Target Confidence for Siamese Visual Tracking

2022-04-29 · Jiahao Nie, Han Wu, Zhiwei He, Yuxiang Yang 외

Siamese tracking paradigm has achieved great success, providing effective appearance discrimination and size estimation by the classification and regression. While such a paradigm typically optimizes the classification a…

ClassificationregressionVisual Tracking

CapsuleRRT: Relationships-Aware Regression Tracking via Capsules

2021-06-19 · CVPR 2021 1 · Ding Ma, Xiangqian Wu

Regression tracking has gained more and more attention thanks to its easy-to-implement characteristics, while existing regression trackers rarely consider the relationships between the object parts and the complete o…

image-classificationImage ClassificationKnowledge DistillationObject+1

Two stages for visual object tracking

2021-04-28 · Fei Chen, Fuhan Zhang, Xiaodong Wang

Siamese-based trackers have achived promising performance on visual object tracking tasks. Most existing Siamese-based trackers contain two separate branches for tracking, including classification branch and bounding box…

Image SegmentationObjectObject TrackingSegmentation+4