paper-with-me

홈 › Papers

Siam R-CNN: Visual Tracking by Re-Detection

2019-11-28 · CVPR 2020 6 · Paul Voigtlaender, Jonathon Luiten, Philip H. S. Torr, Bastian Leibe

We present Siam R-CNN, a Siamese re-detection architecture which unleashes the full power of two-stage object detection approaches for visual object tracking. We combine this with a novel tracklet-based dynamic programming algorithm, which takes advantage of re-detections of both the first-frame template and previous-frame predictions, to model the full history of both the object to be tracked and potential distractor objects. This enables our approach to make better tracking decisions, as well as to re-detect tracked objects after long occlusion. Finally, we propose a novel hard example mining strategy to improve Siam R-CNN's robustness to similar looking objects. Siam R-CNN achieves the current best performance on ten tracking benchmarks, with especially strong results for long-term tracking. We make our code and models available at www.vision.rwth-aachen.de/page/siamrcnn.

📄 PDF Abstract BibTeX arXiv:1911.12836

Code (1)

VisualComputingInstitute/SiamR-CNN tf

Tasks

Objectobject-detectionObject DetectionObject TrackingSemi-Supervised Video Object SegmentationVisual Object TrackingVisual Tracking

Similar Papers 제목 키워드 기반

Siamese Keypoint Prediction Network for Visual Object Tracking

2020-06-07 · Qiang Li, Zekui Qin, Wenbo Zhang, Wen Zheng

Visual object tracking aims to estimate the location of an arbitrary target in a video sequence given its initial bounding box. By utilizing offline feature learning, the siamese paradigm has recently been the leading fr…

ObjectObject TrackingPredictionVisual Object Tracking

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

SiamFC++: Towards Robust and Accurate Visual Tracking with Target Estimation Guidelines

2019-11-14 · Yinda Xu, Zeyu Wang, Zuoxin Li, Ye Yuan 외

Visual tracking problem demands to efficiently perform robust classification and accurate target state estimation over a given target at the same time. Former methods have proposed various ways of target state estimation…

ClassificationGeneral ClassificationRobust classificationState Estimation+2

High Performance Visual Tracking With Siamese Region Proposal Network

2018-06-01 · CVPR 2018 6 · Bo Li, Junjie Yan, Wei Wu, Zheng Zhu 외

Visual object tracking has been a fundamental topic in recent years and many deep learning based trackers have achieved state-of-the-art performance on multiple benchmarks. However, most of these trackers can hardly get …

Object TrackingRegion ProposalVideo Object TrackingVisual Object Tracking+2

MLVSNet: Multi-Level Voting Siamese Network for 3D Visual Tracking

2021-01-01 · ICCV 2021 10 · Zhoutao Wang, Qian Xie, Yu-Kun Lai, Jing Wu 외

Benefiting from the excellent performance of Siamese-based trackers, huge progress on 2D visual tracking has been achieved. However, 3D visual tracking is still under-explored. Inspired by the idea of Hough voting in…

3D Object Detectionobject-detectionObject DetectionVisual Tracking