HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

A Review of Panoptic Segmentation for Mobile Mapping Point Clouds

Binbin Xiang Yuanwen Yue Torben Peters Konrad Schindler

A Review of Panoptic Segmentation for Mobile Mapping Point Clouds

Abstract

3D point cloud panoptic segmentation is the combined task to (i) assign each point to a semantic class and (ii) separate the points in each class into object instances. Recently there has been an increased interest in such comprehensive 3D scene understanding, building on the rapid advances of semantic segmentation due to the advent of deep 3D neural networks. Yet, to date there is very little work about panoptic segmentation of outdoor mobile-mapping data, and no systematic comparisons. The present paper tries to close that gap. It reviews the building blocks needed to assemble a panoptic segmentation pipeline and the related literature. Moreover, a modular pipeline is set up to perform comprehensive, systematic experiments to assess the state of panoptic segmentation in the context of street mapping. As a byproduct, we also provide the first public dataset for that task, by extending the NPM3D dataset to include instance labels. That dataset and our source code are publicly available. We discuss which adaptations are need to adapt current panoptic segmentation methods to outdoor scenes and large objects. Our study finds that for mobile mapping data, KPConv performs best but is slower, while PointNet++ is fastest but performs significantly worse. Sparse CNNs are in between. Regardless of the backbone, Instance segmentation by clustering embedding features is better than using shifted coordinates.

Code Repositories

bxiang233/panopticsegformobilemappingpointclouds
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
panoptic-segmentation-on-s3dis-area5KPConv (Xiang 2023)
PQ: 41.8
Params (M): 14.2
RQ: 51.5
SQ: 74.7
panoptic-segmentation-on-s3dis-area5PointGroup (Xiang 2023)
PQ: 42.3
Params (M): 7.7
RQ: 52.0
SQ: 74.7
panoptic-segmentation-on-s3dis-area5MinkowskiNet (Xiang 2023)
PQ: 39.2
Params (M): 38.0
RQ: 48.0
SQ: 74.9
panoptic-segmentation-on-s3dis-area5PointNet++ (Xiang 2023)
PQ: 24.6
Params (M): 3.1
RQ: 32.6
SQ: 68.2

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
A Review of Panoptic Segmentation for Mobile Mapping Point Clouds | Papers | HyperAI