paper-with-me

Papers

SiamCorners: Siamese Corner Networks for Visual Tracking

2021-04-15 · Kai Yang, Zhenyu He, Wenjie Pei, Zikun Zhou, Xin Li, Di Yuan, Haijun Zhang

The current Siamese network based on region proposal network (RPN) has attracted great attention in visual tracking due to its excellent accuracy and high efficiency. However, the design of the RPN involves the selection of the number, scale, and aspect ratios of anchor boxes, which will affect the applicability and convenience of the model. Furthermore, these anchor boxes require complicated calculations, such as calculating their intersection-over-union (IoU) with ground truth bounding boxes.Due to the problems related to anchor boxes, we propose a simple yet effective anchor-free tracker (named Siamese corner networks, SiamCorners), which is end-to-end trained offline on large-scale image pairs. Specifically, we introduce a modified corner pooling layer to convert the bounding box estimate of the target into a pair of corner predictions (the bottom-right and the top-left corners). By tracking a target as a pair of corners, we avoid the need to design the anchor boxes. This will make the entire tracking algorithm more flexible and simple than anchorbased trackers. In our network design, we further introduce a layer-wise feature aggregation strategy that enables the corner pooling module to predict multiple corners for a tracking target in deep networks. We then introduce a new penalty term that is used to select an optimal tracking box in these candidate corners. Finally, SiamCorners achieves experimental results that are comparable to the state-of-art tracker while maintaining a high running speed. In particular, SiamCorners achieves a 53.7% AUC on NFS30 and a 61.4% AUC on UAV123, while still running at 42 frames per second (FPS).

📄 PDF Abstract BibTeX arXiv:2104.07303

Code (1)

yangkai12/SiamCorners 공식 구현 pytorch

Tasks

Region ProposalVisual Tracking

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Corner Pooling 설명 없음
Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

Siamese Attentional Keypoint Network for High Performance Visual Tracking

2019-04-23 · Peng Gao, Ruyue Yuan, Fei Wang, Liyi Xiao 외

In this paper, we investigate the impacts of three main aspects of visual tracking, i.e., the backbone network, the attentional mechanism, and the detection component, and propose a Siamese Attentional Keypoint Network, …

Visual TrackingVocal Bursts Intensity Prediction

Correlation-Guided Attention for Corner Detection Based Visual Tracking

2020-06-01 · CVPR 2020 6 · Fei Du, Peng Liu, Wei Zhao, Xianglong Tang

Accurate bounding box estimation has recently attracted much attention in the tracking community because traditional multi-scale search strategies cannot estimate tight bounding boxes in many challenging scenarios involv…

Visual 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

Pyramid Correlation based Deep Hough Voting for Visual Object Tracking

2021-10-15 · Ying Wang, Tingfa Xu, Jianan Li, Shenwang Jiang 외

Most of the existing Siamese-based trackers treat tracking problem as a parallel task of classification and regression. However, some studies show that the sibling head structure could lead to suboptimal solutions during…

Object TrackingregressionVisual Object Tracking