paper-with-me

홈 › Papers

Learning Multi-Domain Convolutional Neural Networks for Visual Tracking

2015-10-27 · CVPR 2016 6 · Hyeonseob Nam, Bohyung Han

We propose a novel visual tracking algorithm based on the representations from a discriminatively trained Convolutional Neural Network (CNN). Our algorithm pretrains a CNN using a large set of videos with tracking ground-truths to obtain a generic target representation. Our network is composed of shared layers and multiple branches of domain-specific layers, where domains correspond to individual training sequences and each branch is responsible for binary classification to identify the target in each domain. We train the network with respect to each domain iteratively to obtain generic target representations in the shared layers. When tracking a target in a new sequence, we construct a new network by combining the shared layers in the pretrained CNN with a new binary classification layer, which is updated online. Online tracking is performed by evaluating the candidate windows randomly sampled around the previous target state. The proposed algorithm illustrates outstanding performance compared with state-of-the-art methods in existing tracking benchmarks.

📄 PDF Abstract BibTeX arXiv:1510.07945

Code (2)

FelixOliver/PROYECTO-FINAL-VOT
HyeonseobNam/py-MDNet pytorch

Tasks

Binary ClassificationGeneral ClassificationVisual Tracking

Similar Papers 제목 키워드 기반

Robust and Real-time Deep Tracking Via Multi-Scale Domain Adaptation

2017-01-03 · Xinyu Wang, Hanxi Li, Yi Li, Fumin Shen 외

Visual tracking is a fundamental problem in computer vision. Recently, some deep-learning-based tracking algorithms have been achieving record-breaking performances. However, due to the high complexity of deep learning, …

Domain Adaptationimage-classificationImage ClassificationObject Tracking+1

Spatially Supervised Recurrent Convolutional Neural Networks for Visual Object Tracking

2016-07-19 · Guanghan Ning, Zhi Zhang, Chen Huang, Zhihai He 외

In this paper, we develop a new approach of spatially supervised recurrent convolutional neural networks for visual object tracking. Our recurrent convolutional network exploits the history of locations as well as the di…

Binary Classificationobject-detectionObject DetectionObject Tracking+2

Efficient Scale Estimation Methods using Lightweight Deep Convolutional Neural Networks for Visual Tracking

2020-04-06 · Seyed Mojtaba Marvasti-Zadeh, Hossein Ghanei-Yakhdan, Shohreh Kasaei

In recent years, visual tracking methods that are based on discriminative correlation filters (DCF) have been very promising. However, most of these methods suffer from a lack of robust scale estimation skills. Although …

Computational EfficiencyVisual Tracking

Real-Time MDNet

2018-08-27 · ECCV 2018 9 · Ilchae Jung, Jeany Son, Mooyeol Baek, Bohyung Han

We present a fast and accurate visual tracking algorithm based on the multi-domain convolutional neural network (MDNet). The proposed approach accelerates feature extraction procedure and learns more discriminative model…

Visual Tracking

Multi-domain Collaborative Feature Representation for Robust Visual Object Tracking

2021-08-10 · Jiqing Zhang, Kai Zhao, Bo Dong, Yingkai Fu 외

Jointly exploiting multiple different yet complementary domain information has been proven to be an effective way to perform robust object tracking. This paper focuses on effectively representing and utilizing complement…

Object TrackingVisual Object Tracking