CVOct 21, 2021

Multi-Object Tracking and Segmentation with a Space-Time Memory Network

arXiv:2110.11284v23 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of tracking objects over long time intervals in computer vision, which is incremental as it builds on existing methods for data association.

The paper tackles the long-term data association problem in multi-object tracking and segmentation by proposing MeNToS, a tracker that uses a space-time memory network to associate tracklets, showing improved performance on KITTIMOTS and MOTSChallenge datasets with the HOTA metric.

We propose a method for multi-object tracking and segmentation based on a novel memory-based mechanism to associate tracklets. The proposed tracker, MeNToS, addresses particularly the long-term data association problem, when objects are not observable for long time intervals. Indeed, the recently introduced HOTA metric (High Order Tracking Accuracy), which has a better alignment than the formerly established MOTA (Multiple Object Tracking Accuracy) with the human visual assessment of tracking, has shown that improvements are still needed for data association, despite the recent improvement in object detection. In MeNToS, after creating tracklets using instance segmentation and optical flow, the proposed method relies on a space-time memory network originally developed for one-shot video object segmentation to improve the association of sequence of detections (tracklets) with temporal gaps. We evaluate our tracker on KITTIMOTS and MOTSChallenge and we show the benefit of our data association strategy with the HOTA metric. Additional ablation studies demonstrate that our approach using a space-time memory network gives better and more robust long-term association than those based on a re-identification network. Our project page is at \url{www.mehdimiah.com/mentos+}.

Foundations

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

Your Notes