CVSep 6, 2023

Robust Visual Tracking by Motion Analyzing

arXiv:2309.03247v2h-index: 12
Originality Incremental advance
AI Analysis

This work addresses the problem of improving video object tracking for applications requiring precise motion analysis, though it appears incremental by building on existing segmentation methods.

The paper tackles the limitation of traditional video object segmentation by analyzing motion patterns using tensor decomposition, achieving competitive results on benchmarks like LaSOT and enabling real-time operation.

In recent years, Video Object Segmentation (VOS) has emerged as a complementary method to Video Object Tracking (VOT). VOS focuses on classifying all the pixels around the target, allowing for precise shape labeling, while VOT primarily focuses on the approximate region where the target might be. However, traditional segmentation modules usually classify pixels frame by frame, disregarding information between adjacent frames. In this paper, we propose a new algorithm that addresses this limitation by analyzing the motion pattern using the inherent tensor structure. The tensor structure, obtained through Tucker2 tensor decomposition, proves to be effective in describing the target's motion. By incorporating this information, we achieved competitive results on Four benchmarks LaSOT\cite{fan2019lasot}, AVisT\cite{noman2022avist}, OTB100\cite{7001050}, and GOT-10k\cite{huang2019got} LaSOT\cite{fan2019lasot} with SOTA. Furthermore, the proposed tracker is capable of real-time operation, adding value to its practical application.

Foundations

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

Your Notes