CVJun 7, 2017

CoMaL Tracking: Tracking Points at the Object Boundaries

arXiv:1706.02331v14 citations
Originality Incremental advance
AI Analysis

This work addresses a specific challenge in computer vision for applications requiring precise object boundary tracking, representing an incremental improvement over prior methods.

The paper tackles the problem of point tracking at object boundaries, where traditional methods degrade, by proposing a novel tracking algorithm for CoMaL points that improves speed and accuracy over existing frameworks.

Traditional point tracking algorithms such as the KLT use local 2D information aggregation for feature detection and tracking, due to which their performance degrades at the object boundaries that separate multiple objects. Recently, CoMaL Features have been proposed that handle such a case. However, they proposed a simple tracking framework where the points are re-detected in each frame and matched. This is inefficient and may also lose many points that are not re-detected in the next frame. We propose a novel tracking algorithm to accurately and efficiently track CoMaL points. For this, the level line segment associated with the CoMaL points is matched to MSER segments in the next frame using shape-based matching and the matches are further filtered using texture-based matching. Experiments show improvements over a simple re-detect-and-match framework as well as KLT in terms of speed/accuracy on different real-world applications, especially at the object boundaries.

Foundations

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

Your Notes