English
Related papers

Related papers: Siamese Anchor Proposal Network for High-Speed Aer…

200 papers

Tracking vehicles in LIDAR point clouds is a challenging task due to the sparsity of the data and the dense search space. The lack of structure in point clouds impedes the use of convolution filters usually employed in 2D object tracking.…

Computer Vision and Pattern Recognition · Computer Science 2020-05-07 Jesus Zarzar , Silvio Giancola , Bernard Ghanem

We propose an unsupervised visual tracking method in this paper. Different from existing approaches using extensive annotated data for supervised learning, our CNN model is trained on large-scale unlabeled videos in an unsupervised manner.…

Computer Vision and Pattern Recognition · Computer Science 2019-04-04 Ning Wang , Yibing Song , Chao Ma , Wengang Zhou , Wei Liu , Houqiang Li

Recently, Siamese network based trackers have received tremendous interest for their fast tracking speed and high performance. Despite the great success, this tracking framework still suffers from several limitations. First, it cannot…

Computer Vision and Pattern Recognition · Computer Science 2018-09-06 Anfeng He , Chong Luo , Xinmei Tian , Wenjun Zeng

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…

Computer Vision and Pattern Recognition · Computer Science 2020-04-03 Paul Voigtlaender , Jonathon Luiten , Philip H. S. Torr , Bastian Leibe

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 does not fully take…

Computer Vision and Pattern Recognition · Computer Science 2019-03-29 Zhipeng Zhang , Houwen Peng

Most Siamese network-based trackers perform the tracking process without model update, and cannot learn targetspecific variation adaptively. Moreover, Siamese-based trackers infer the new state of tracked objects by generating axis-aligned…

Computer Vision and Pattern Recognition · Computer Science 2020-11-19 Yang Fang , Geun-Sik Jo , Chang-Hee Lee

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 framework for high…

Computer Vision and Pattern Recognition · Computer Science 2020-06-09 Qiang Li , Zekui Qin , Wenbo Zhang , Wen Zheng

In this paper, we propose a novel on-line visual tracking framework based on the Siamese matching network and meta-learner network, which run at real-time speeds. Conventional deep convolutional feature-based discriminative visual tracking…

Computer Vision and Pattern Recognition · Computer Science 2019-08-19 Janghoon Choi , Junseok Kwon , Kyoung Mu Lee

The problem of arbitrary object tracking has traditionally been tackled by learning a model of the object's appearance exclusively online, using as sole training data the video itself. Despite the success of these methods, their online-only…

Computer Vision and Pattern Recognition · Computer Science 2021-12-03 Luca Bertinetto , Jack Valmadre , João F. Henriques , Andrea Vedaldi , Philip H. S. Torr

Region proposal networks (RPN) have been recently combined with the Siamese network for tracking, and shown excellent accuracy with high efficiency. Nevertheless, previously proposed one-stage Siamese-RPN trackers degenerate in presence of…

Computer Vision and Pattern Recognition · Computer Science 2018-12-18 Heng Fan , Haibin Ling

Most of the existing trackers usually rely on either a multi-scale searching scheme or pre-defined anchor boxes to accurately estimate the scale and aspect ratio of a target. Unfortunately, they typically call for tedious and heuristic…

Computer Vision and Pattern Recognition · Computer Science 2020-04-23 Zedu Chen , Bineng Zhong , Guorong Li , Shengping Zhang , Rongrong Ji

Two-stage point-to-box network acts as a critical role in the recent popular 3D Siamese tracking paradigm, which first generates proposals and then predicts corresponding proposal-wise scores. However, such a network suffers from tedious…

Computer Vision and Pattern Recognition · Computer Science 2023-05-10 Jiahao Nie , Zhiwei He , Yuxiang Yang , Zhengyi Bao , Mingyu Gao , Jing Zhang

Trackers that follow Siamese paradigm utilize similarity matching between template and search region features for tracking. Many methods have been explored to enhance tracking performance by incorporating tracking history to better handle…

Computer Vision and Pattern Recognition · Computer Science 2024-04-03 Wenrui Cai , Qingjie Liu , Yunhong Wang

Efficient tracking has garnered attention for its ability to operate on resource-constrained platforms for real-world deployment beyond desktop GPUs. Current efficient trackers mainly follow precision-oriented trackers, adopting a…

Computer Vision and Pattern Recognition · Computer Science 2025-03-04 Jiawen Zhu , Huayi Tang , Xin Chen , Xinying Wang , Dong Wang , Huchuan Lu

This survey presents a deep analysis of the learning and inference capabilities in nine popular trackers. It is neither intended to study the whole literature nor is it an attempt to review all kinds of neural networks proposed for visual…

Computer Vision and Pattern Recognition · Computer Science 2018-08-03 Roman Pflugfelder

Current unmanned aerial vehicle (UAV) visual tracking algorithms are primarily limited with respect to: (i) the kind of size variation they can deal with, (ii) the implementation speed which hardly meets the real-time requirement. In this…

Computer Vision and Pattern Recognition · Computer Science 2020-08-11 Fangqiang Ding , Changhong Fu , Yiming Li , Jin Jin , Chen Feng

Most existing Siamese-based tracking methods execute the classification and regression of the target object based on the similarity maps. However, they either employ a single map from the last convolutional layer which degrades the…

Computer Vision and Pattern Recognition · Computer Science 2021-10-05 Ziang Cao , Changhong Fu , Junjie Ye , Bowen Li , Yiming Li

Event cameras are novel sensors that perceive the per-pixel intensity changes and output asynchronous event streams, showing lots of advantages over traditional cameras, such as high dynamic range (HDR) and no motion blur. It has been shown…

Computer Vision and Pattern Recognition · Computer Science 2021-09-29 Yujeong Chae , Lin Wang , Kuk-Jin Yoon

Siamese trackers have been among the state-of-the-art solutions in each Visual Object Tracking (VOT) challenge over the past few years. However, with great accuracy comes great computational complexity: to achieve real-time processing,…

Computer Vision and Pattern Recognition · Computer Science 2022-12-19 Dominika Przewlocka-Rus , Tomasz Kryjak

The advancement of visual tracking has continuously been brought by deep learning models. Typically, supervised learning is employed to train these models with expensive labeled data. In order to reduce the workload of manual annotations…

Computer Vision and Pattern Recognition · Computer Science 2020-07-24 Ning Wang , Wengang Zhou , Yibing Song , Chao Ma , Wei Liu , Houqiang Li