paper-with-me

Papers

Long-term Correlation Tracking using Multi-layer Hybrid Features in Sparse and Dense Environments

2017-05-31 · Nathanael L. Baisa, Deepayan Bhowmik, Andrew Wallace

Tracking a target of interest in both sparse and crowded environments is a challenging problem, not yet successfully addressed in the literature. In this paper, we propose a new long-term visual tracking algorithm, learning discriminative correlation filters and using an online classifier, to track a target of interest in both sparse and crowded video sequences. First, we learn a translation correlation filter using a multi-layer hybrid of convolutional neural networks (CNN) and traditional hand-crafted features. We combine advantages of both the lower convolutional layer which retains more spatial details for precise localization and the higher convolutional layer which encodes semantic information for handling appearance variations, and then integrate these with histogram of oriented gradients (HOG) and color-naming traditional features. Second, we include a re-detection module for overcoming tracking failures due to long-term occlusions by training an incremental (online) SVM on the most confident frames using hand-engineered features. This re-detection module is activated only when the correlation response of the object is below some pre-defined threshold. This generates high score detection proposals which are temporally filtered using a Gaussian mixture probability hypothesis density (GM-PHD) filter to find the detection proposal with the maximum weight as the target state estimate by removing the other detection proposals as clutter. Finally, we learn a scale correlation filter for estimating the scale of a target by constructing a target pyramid around the estimated or re-detected position using the HOG features. We carry out extensive experiments on both sparse and dense data sets which show that our method significantly outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1705.11175

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Tracking

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Adaptive Correlation Filters with Long-Term and Short-Term Memory for Object Tracking

2017-07-07 · Chao Ma, Jia-Bin Huang, Xiaokang Yang, Ming-Hsuan Yang

Object tracking is challenging as target objects often undergo drastic appearance changes over time. Recently, adaptive correlation filters have been successfully applied to object tracking. However, tracking algorithms …

Object TrackingPosition

Robust Visual Tracking via Hierarchical Convolutional Features

2017-07-12 · Chao Ma, Jia-Bin Huang, Xiaokang Yang, Ming-Hsuan Yang

In this paper, we propose to exploit the rich hierarchical features of deep convolutional neural networks to improve the accuracy and robustness of visual tracking. Deep neural networks trained on object recognition data…

Object RecognitionVisual Tracking

Correlation-Embedded Transformer Tracking: A Single-Branch Framework

2024-01-23 · Fei Xie, Wankou Yang, Chunyu Wang, Lei Chu 외

Developing robust and discriminative appearance models has been a long-standing research challenge in visual object tracking. In the prevalent Siamese-based paradigm, the features extracted by the Siamese-like networks a…

Feature CorrelationObject TrackingVisual Object Tracking

Long-Term Correlation Tracking

2015-06-01 · CVPR 2015 6 · Chao Ma, Xiaokang Yang, Chongyang Zhang, Ming-Hsuan Yang

In this paper, we address the problem of long-term visual tracking where the target objects undergo significant appearance variation due to deformation, abrupt motion, heavy occlusion and out-of-the-view. In this setting…

TranslationVisual Tracking

Learning Reinforced Attentional Representation for End-to-End Visual Tracking

2019-08-27 · Peng Gao, Qiquan Zhang, Fei Wang, Liyi Xiao 외

Although numerous recent tracking approaches have made tremendous advances in the last decade, achieving high-performance visual tracking remains a challenge. In this paper, we propose an end-to-end network model to lear…

Visual Tracking