CVJul 30, 2019

Joint Group Feature Selection and Discriminative Filter Learning for Robust Visual Object Tracking

arXiv:1907.13242v2182 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing tracking accuracy and interpretability for computer vision applications, representing an incremental advance by introducing channel selection to an existing DCF-based tracking framework.

The paper tackles robust visual object tracking by proposing a Group Feature Selection method for Discriminative Correlation Filters (GFS-DCF), which jointly selects features across channels and spatial dimensions and learns filters, resulting in improved performance on benchmarks like OTB2015 and VOT2018.

We propose a new Group Feature Selection method for Discriminative Correlation Filters (GFS-DCF) based visual object tracking. The key innovation of the proposed method is to perform group feature selection across both channel and spatial dimensions, thus to pinpoint the structural relevance of multi-channel features to the filtering system. In contrast to the widely used spatial regularisation or feature selection methods, to the best of our knowledge, this is the first time that channel selection has been advocated for DCF-based tracking. We demonstrate that our GFS-DCF method is able to significantly improve the performance of a DCF tracker equipped with deep neural network features. In addition, our GFS-DCF enables joint feature selection and filter learning, achieving enhanced discrimination and interpretability of the learned filters. To further improve the performance, we adaptively integrate historical information by constraining filters to be smooth across temporal frames, using an efficient low-rank approximation. By design, specific temporal-spatial-channel configurations are dynamically learned in the tracking process, highlighting the relevant features, and alleviating the performance degrading impact of less discriminative representations and reducing information redundancy. The experimental results obtained on OTB2013, OTB2015, VOT2017, VOT2018 and TrackingNet demonstrate the merits of our GFS-DCF and its superiority over the state-of-the-art trackers. The code is publicly available at https://github.com/XU-TIANYANG/GFS-DCF.

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