CVJul 15, 2016

Unifying Registration based Tracking: A Case Study with Structural Similarity

arXiv:1607.04673v4Has Code
AI Analysis

This provides a modular framework for researchers to develop and compare tracking methods more systematically, though it is incremental in its adaptation of existing measures.

The paper tackles the problem of evaluating registration-based tracking methods by decomposing them into three submodules and introducing a unified framework for experimentation. It adapts structural similarity for tracking and shows that many existing trackers only contribute to one or two submodules, with results tested on four public datasets.

This paper adapts a popular image quality measure called structural similarity for high precision registration based tracking while also introducing a simpler and faster variant of the same. Further, these are evaluated comprehensively against existing measures using a unified approach to study registration based trackers that decomposes them into three constituent sub modules - appearance model, state space model and search method. Several popular trackers in literature are broken down using this method so that their contributions - as of this paper - are shown to be limited to only one or two of these submodules. An open source tracking framework is made available that follows this decomposition closely through extensive use of generic programming. It is used to perform all experiments on four publicly available datasets so the results are easily reproducible. This framework provides a convenient interface to plug in a new method for any sub module and combine it with existing methods for the other two. It can also serve as a fast and flexible solution for practical tracking needs due to its highly efficient implementation.

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