CVROOct 19, 2023

Lidar Panoptic Segmentation and Tracking without Bells and Whistles

arXiv:2310.12464v17 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate 3D scene understanding for autonomous driving by improving lidar-based panoptic segmentation and tracking, though it appears incremental as it builds on existing detection-centric ideas.

The paper tackles lidar panoptic segmentation and tracking by proposing a simple detection-centric network that replaces bottom-up segmentation methods, achieving state-of-the-art performance on multiple 3D/4D benchmarks and outperforming recent query-based models.

State-of-the-art lidar panoptic segmentation (LPS) methods follow bottom-up segmentation-centric fashion wherein they build upon semantic segmentation networks by utilizing clustering to obtain object instances. In this paper, we re-think this approach and propose a surprisingly simple yet effective detection-centric network for both LPS and tracking. Our network is modular by design and optimized for all aspects of both the panoptic segmentation and tracking task. One of the core components of our network is the object instance detection branch, which we train using point-level (modal) annotations, as available in segmentation-centric datasets. In the absence of amodal (cuboid) annotations, we regress modal centroids and object extent using trajectory-level supervision that provides information about object size, which cannot be inferred from single scans due to occlusions and the sparse nature of the lidar data. We obtain fine-grained instance segments by learning to associate lidar points with detected centroids. We evaluate our method on several 3D/4D LPS benchmarks and observe that our model establishes a new state-of-the-art among open-sourced models, outperforming recent query-based models.

Code Implementations1 repo
Foundations

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

Your Notes