paper-with-me

홈 › Papers

SiamTHN: Siamese Target Highlight Network for Visual Tracking

2023-03-22 · Jiahao Bao, Kaiqiang Chen, Xian Sun, Liangjin Zhao, Wenhui Diao, Menglong Yan

Siamese network based trackers develop rapidly in the field of visual object tracking in recent years. The majority of siamese network based trackers now in use treat each channel in the feature maps generated by the backbone network equally, making the similarity response map sensitive to background influence and hence challenging to focus on the target region. Additionally, there are no structural links between the classification and regression branches in these trackers, and the two branches are optimized separately during training. Therefore, there is a misalignment between the classification and regression branches, which results in less accurate tracking results. In this paper, a Target Highlight Module is proposed to help the generated similarity response maps to be more focused on the target region. To reduce the misalignment and produce more precise tracking results, we propose a corrective loss to train the model. The two branches of the model are jointly tuned with the use of corrective loss to produce more reliable prediction results. Experiments on 5 challenging benchmark datasets reveal that the method outperforms current models in terms of performance, and runs at 38 fps, proving its effectiveness and efficiency.

📄 PDF Abstract BibTeX arXiv:2303.12304

Code (0)

등록된 구현이 없습니다.

Tasks

Object TrackingregressionVisual Object TrackingVisual Tracking

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

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

Efficient Adversarial Attacks for Visual Object Tracking

2020-08-01 · ECCV 2020 8 · Siyuan Liang, Xingxing Wei, Siyuan Yao, Xiaochun Cao

Visual object tracking is an important task that requires the tracker to find the objects quickly and accurately. The existing state-ofthe-art object trackers, i.e., Siamese based trackers, use DNNs to attain high accura…

GPUObjectObject TrackingVisual Object Tracking+1

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

Visual Object Tracking with Discriminative Filters and Siamese Networks: A Survey and Outlook

2021-12-06 · Sajid Javed, Martin Danelljan, Fahad Shahbaz Khan, Muhammad Haris Khan 외

Accurate and robust visual object tracking is one of the most challenging and fundamental computer vision problems. It entails estimating the trajectory of the target in an image sequence, given only its initial location…

Object TrackingSurveyVisual Object TrackingVisual Tracking