CVAILGMay 30, 2021

Polygonal Point Set Tracking

arXiv:2105.14584v14 citations
Originality Incremental advance
AI Analysis

This addresses the need for more flexible and efficient object tracking in video for visual effects applications, though it is incremental as it builds on existing contour-based methods.

The paper tackles the problem of tracking corresponding points on a target object's contour across video frames by propagating a polygonal point set, enabling applications like motion tracking and texture mapping, and demonstrates superior performance over baselines and existing methods on a newly built dataset.

In this paper, we propose a novel learning-based polygonal point set tracking method. Compared to existing video object segmentation~(VOS) methods that propagate pixel-wise object mask information, we propagate a polygonal point set over frames. Specifically, the set is defined as a subset of points in the target contour, and our goal is to track corresponding points on the target contour. Those outputs enable us to apply various visual effects such as motion tracking, part deformation, and texture mapping. To this end, we propose a new method to track the corresponding points between frames by the global-local alignment with delicately designed losses and regularization terms. We also introduce a novel learning strategy using synthetic and VOS datasets that makes it possible to tackle the problem without developing the point correspondence dataset. Since the existing datasets are not suitable to validate our method, we build a new polygonal point set tracking dataset and demonstrate the superior performance of our method over the baselines and existing contour-based VOS methods. In addition, we present visual-effects applications of our method on part distortion and text mapping.

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