CVNov 19, 2018

Robust Visual Tracking using Multi-Frame Multi-Feature Joint Modeling

arXiv:1811.07498v115 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of robust visual tracking for computer vision applications, presenting an incremental improvement by combining existing techniques in a novel framework.

The paper tackled robust visual tracking under complex scenarios like occlusions and illumination changes by integrating temporal consistency and multiple feature cues in a unified correlation filter-based model, achieving superior performance compared to state-of-the-art trackers on two benchmark datasets.

It remains a huge challenge to design effective and efficient trackers under complex scenarios, including occlusions, illumination changes and pose variations. To cope with this problem, a promising solution is to integrate the temporal consistency across consecutive frames and multiple feature cues in a unified model. Motivated by this idea, we propose a novel correlation filter-based tracker in this work, in which the temporal relatedness is reconciled under a multi-task learning framework and the multiple feature cues are modeled using a multi-view learning approach. We demonstrate the resulting regression model can be efficiently learned by exploiting the structure of blockwise diagonal matrix. A fast blockwise diagonal matrix inversion algorithm is developed thereafter for efficient online tracking. Meanwhile, we incorporate an adaptive scale estimation mechanism to strengthen the stability of scale variation tracking. We implement our tracker using two types of features and test it on two benchmark datasets. Experimental results demonstrate the superiority of our proposed approach when compared with other state-of-the-art trackers. project homepage http://bmal.hust.edu.cn/project/KMF2JMTtracking.html

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes