paper-with-me

Papers

SiamVGG: Visual Tracking using Deeper Siamese Networks

2019-02-07 · Yuhong Li, Xiaofan Zhang, Deming Chen

Recently, we have seen a rapid development of Deep Neural Network (DNN) based visual tracking solutions. Some trackers combine the DNN-based solutions with Discriminative Correlation Filters (DCF) to extract semantic features and successfully deliver the state-of-the-art tracking accuracy. However, these solutions are highly compute-intensive, which require long processing time, resulting unsecured real-time performance. To deliver both high accuracy and reliable real-time performance, we propose a novel tracker called SiamVGG\footnote{https://github.com/leeyeehoo/SiamVGG}. It combines a Convolutional Neural Network (CNN) backbone and a cross-correlation operator, and takes advantage of the features from exemplary images for more accurate object tracking. The architecture of SiamVGG is customized from VGG-16 with the parameters shared by both exemplary images and desired input video frames. We demonstrate the proposed SiamVGG on OTB-2013/50/100 and VOT 2015/2016/2017 datasets with the state-of-the-art accuracy while maintaining a decent real-time performance of 50 FPS running on a GTX 1080Ti. Our design can achieve 2% higher Expected Average Overlap (EAO) compared to the ECO and C-COT in VOT2017 Challenge.

📄 PDF Abstract BibTeX arXiv:1902.02804

Code (4)

leeyeehoo/SiamVGG 공식 구현 pytorch
logiklesuraj/SiamFC pytorch
logiklesuraj/siamfcex pytorch
zllrunning/SiameseX.PyTorch pytorch

Tasks

Object TrackingVisual Object TrackingVisual Tracking

Methods 이 논문이 사용한 방법론

ECO In recent research, metaheuristic strategies stand out as powerful tools for complex optimization, capturing widespread attention. This study proposes the Educational Competition…

Similar Papers 제목 키워드 기반

Deeper and Wider Siamese Networks for Real-Time Visual Tracking

2019-01-07 · CVPR 2019 6 · Zhipeng Zhang, Houwen Peng

Siamese networks have drawn great attention in visual tracking because of their balanced accuracy and speed. However, the backbone networks used in Siamese trackers are relatively shallow, such as AlexNet [18], which doe…

Real-Time Visual TrackingVideo Object TrackingVisual Object TrackingVisual Tracking

SiamRPN++: Evolution of Siamese Visual Tracking with Very Deep Networks

2018-12-31 · CVPR 2019 6 · Bo Li, Wei Wu, Qiang Wang, Fangyi Zhang 외

Siamese network based trackers formulate tracking as convolutional feature cross-correlation between target template and searching region. However, Siamese trackers still have accuracy gap compared with state-of-the-art …

TranslationVisual Object TrackingVisual Tracking

Faster and Simpler Siamese Network for Single Object Tracking

2021-05-07 · Shaokui Jiang, Baile Xu, Jian Zhao, Furao Shen

Single object tracking (SOT) is currently one of the most important tasks in computer vision. With the development of the deep network and the release for a series of large scale datasets for single object tracking, siam…

Objectobject-detectionObject DetectionObject Tracking

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

Siamese Natural Language Tracker: Tracking by Natural Language Descriptions with Siamese Trackers

2019-12-04 · CVPR 2021 1 · Qi Feng, Vitaly Ablavsky, Qinxun Bai, Stan Sclaroff

We propose a novel Siamese Natural Language Tracker (SNLT), which brings the advancements in visual tracking to the tracking by natural language (NL) descriptions task. The proposed SNLT is applicable to a wide range of …

GPUObject TrackingRegion ProposalVisual Object Tracking+1