paper-with-me

Papers

Robust Visual Object Tracking with Two-Stream Residual Convolutional Networks

2020-05-13 · Ning Zhang, Jingen Liu, Ke Wang, Dan Zeng, Tao Mei

The current deep learning based visual tracking approaches have been very successful by learning the target classification and/or estimation model from a large amount of supervised training data in offline mode. However, most of them can still fail in tracking objects due to some more challenging issues such as dense distractor objects, confusing background, motion blurs, and so on. Inspired by the human "visual tracking" capability which leverages motion cues to distinguish the target from the background, we propose a Two-Stream Residual Convolutional Network (TS-RCN) for visual tracking, which successfully exploits both appearance and motion features for model update. Our TS-RCN can be integrated with existing deep learning based visual trackers. To further improve the tracking performance, we adopt a "wider" residual network ResNeXt as its feature extraction backbone. To the best of our knowledge, TS-RCN is the first end-to-end trainable two-stream visual tracking system, which makes full use of both appearance and motion features of the target. We have extensively evaluated the TS-RCN on most widely used benchmark datasets including VOT2018, VOT2019, and GOT-10K. The experiment results have successfully demonstrated that our two-stream model can greatly outperform the appearance based tracker, and it also achieves state-of-the-art performance. The tracking system can run at up to 38.1 FPS.

📄 PDF Abstract BibTeX arXiv:2005.06536

Code (0)

등록된 구현이 없습니다.

Tasks

Object TrackingVisual Object TrackingVisual TrackingVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Average Pooling 설명 없음
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Connection 설명 없음
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

Fully Spiking Neural Networks for Unified Frame-Event Object Tracking

2025-05-27 · Jingjun Yang, Liangwei Fan, Jinpu Zhang, Xiangkai Lian 외

The integration of image and event streams offers a promising approach for achieving robust visual object tracking in complex environments. However, current fusion methods achieve high performance at the cost of signific…

Object TrackingVisual Object Tracking

Deep Tracking: Visual Tracking Using Deep Convolutional Networks

2015-12-13 · Meera Hahn, Si Chen, Afshin Dehghan

In this paper, we study a discriminatively trained deep convolutional network for the task of visual tracking. Our tracker utilizes both motion and appearance features that are extracted from a pre-trained dual stream de…

Visual Tracking

Naturally Computed Scale Invariance in the Residual Stream of ResNet18

2025-04-22 · André Longon

An important capacity in visual object recognition is invariance to image-altering variables which leave the identity of objects unchanged, such as lighting, rotation, and scale. How do neural networks achieve this? Prio…

Object Recognition

CREST: Convolutional Residual Learning for Visual Tracking

2017-08-01 · ICCV 2017 10 · Yibing Song, Chao Ma, Lijun Gong, Jiawei Zhang 외

Discriminative correlation filters (DCFs) have been shown to perform superiorly in visual tracking. They only need a small set of training samples from the initial frame to generate an appearance model. However, existing…

Visual Tracking

Learning Attentions: Residual Attentional Siamese Network for High Performance Online Visual Tracking

2018-06-01 · CVPR 2018 6 · Qiang Wang, Zhu Teng, Junliang Xing, Jin Gao 외

Offline training for object tracking has recently shown great potentials in balancing tracking accuracy and speed. However, it is still difficult to adapt an offline trained model to a target tracked online. This work pr…

Object TrackingRepresentation LearningVisual Tracking