CVSep 12, 2024

UNIT: Unsupervised Online Instance Segmentation through Time

arXiv:2409.07887v15 citationsh-index: 36
Originality Incremental advance
AI Analysis

This addresses the costly manual annotation issue for autonomous agents in understanding their surroundings, though it appears incremental as it builds on existing instance segmentation methods with a new training recipe.

The paper tackles the problem of unsupervised online instance segmentation and tracking in Lidar point clouds by training a network on pseudo-labels without manual annotations, and demonstrates superiority over baselines on two outdoor datasets.

Online object segmentation and tracking in Lidar point clouds enables autonomous agents to understand their surroundings and make safe decisions. Unfortunately, manual annotations for these tasks are prohibitively costly. We tackle this problem with the task of class-agnostic unsupervised online instance segmentation and tracking. To that end, we leverage an instance segmentation backbone and propose a new training recipe that enables the online tracking of objects. Our network is trained on pseudo-labels, eliminating the need for manual annotations. We conduct an evaluation using metrics adapted for temporal instance segmentation. Computing these metrics requires temporally-consistent instance labels. When unavailable, we construct these labels using the available 3D bounding boxes and semantic labels in the dataset. We compare our method against strong baselines and demonstrate its superiority across two different outdoor Lidar datasets.

Foundations

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

Your Notes