CVJun 29, 2017

Robust Face Tracking using Multiple Appearance Models and Graph Relational Learning

arXiv:1706.09806v26 citations
Originality Incremental advance
AI Analysis

This work addresses appearance matching challenges for face tracking applications, but it is incremental as it builds on existing tracking-by-detection methods with minor improvements.

The paper tackles robust face tracking in real-world scenarios by proposing FaceTrack, which uses multiple appearance models and a weighted fusion strategy, achieving performance close to state-of-the-art with a 0.001 precision and 0.017 success margin difference from Struck.

This paper addresses the problem of appearance matching across different challenges while doing visual face tracking in real-world scenarios. In this paper, FaceTrack is proposed that utilizes multiple appearance models with its long-term and short-term appearance memory for efficient face tracking. It demonstrates robustness to deformation, in-plane and out-of-plane rotation, scale, distractors and background clutter. It capitalizes on the advantages of the tracking-by-detection, by using a face detector that tackles drastic scale appearance change of a face. The detector also helps to reinitialize FaceTrack during drift. A weighted score-level fusion strategy is proposed to obtain the face tracking output having the highest fusion score by generating candidates around possible face locations. The tracker showcases impressive performance when initiated automatically by outperforming many state-of-the-art trackers, except Struck by a very minute margin: 0.001 in precision and 0.017 in success respectively.

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