CVSep 25, 2024

Walker: Self-supervised Multiple Object Tracking by Walking on Temporal Appearance Graphs

arXiv:2409.17221v16 citationsh-index: 137
Originality Highly original
AI Analysis

This addresses the high annotation cost for multiple object tracking in video analysis, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of reducing annotation effort in multiple object tracking by introducing Walker, a self-supervised tracker that learns from videos with sparse bounding box annotations and no tracking labels, achieving competitive performance on MOT17, DanceTrack, and BDD100K while reducing annotation requirements by up to 400x.

The supervision of state-of-the-art multiple object tracking (MOT) methods requires enormous annotation efforts to provide bounding boxes for all frames of all videos, and instance IDs to associate them through time. To this end, we introduce Walker, the first self-supervised tracker that learns from videos with sparse bounding box annotations, and no tracking labels. First, we design a quasi-dense temporal object appearance graph, and propose a novel multi-positive contrastive objective to optimize random walks on the graph and learn instance similarities. Then, we introduce an algorithm to enforce mutually-exclusive connective properties across instances in the graph, optimizing the learned topology for MOT. At inference time, we propose to associate detected instances to tracklets based on the max-likelihood transition state under motion-constrained bi-directional walks. Walker is the first self-supervised tracker to achieve competitive performance on MOT17, DanceTrack, and BDD100K. Remarkably, our proposal outperforms the previous self-supervised trackers even when drastically reducing the annotation requirements by up to 400x.

Foundations

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

Your Notes