TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/A Review of Panoptic Segmentation for Mobile Mapping Point...

A Review of Panoptic Segmentation for Mobile Mapping Point Clouds

Binbin Xiang, Yuanwen Yue, Torben Peters, Konrad Schindler

2023-04-27Panoptic SegmentationScene UnderstandingSegmentationSemantic SegmentationInstance Segmentation
PaperPDFCode(official)

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.

Results

TaskDatasetMetricValueModel
Semantic SegmentationS3DIS Area5PQ42.3PointGroup (Xiang 2023)
Semantic SegmentationS3DIS Area5Params (M)7.7PointGroup (Xiang 2023)
Semantic SegmentationS3DIS Area5RQ52PointGroup (Xiang 2023)
Semantic SegmentationS3DIS Area5SQ74.7PointGroup (Xiang 2023)
Semantic SegmentationS3DIS Area5PQ41.8KPConv (Xiang 2023)
Semantic SegmentationS3DIS Area5Params (M)14.2KPConv (Xiang 2023)
Semantic SegmentationS3DIS Area5RQ51.5KPConv (Xiang 2023)
Semantic SegmentationS3DIS Area5SQ74.7KPConv (Xiang 2023)
Semantic SegmentationS3DIS Area5PQ39.2MinkowskiNet (Xiang 2023)
Semantic SegmentationS3DIS Area5Params (M)38MinkowskiNet (Xiang 2023)
Semantic SegmentationS3DIS Area5RQ48MinkowskiNet (Xiang 2023)
Semantic SegmentationS3DIS Area5SQ74.9MinkowskiNet (Xiang 2023)
Semantic SegmentationS3DIS Area5PQ24.6PointNet++ (Xiang 2023)
Semantic SegmentationS3DIS Area5Params (M)3.1PointNet++ (Xiang 2023)
Semantic SegmentationS3DIS Area5RQ32.6PointNet++ (Xiang 2023)
Semantic SegmentationS3DIS Area5SQ68.2PointNet++ (Xiang 2023)
10-shot image generationS3DIS Area5PQ42.3PointGroup (Xiang 2023)
10-shot image generationS3DIS Area5Params (M)7.7PointGroup (Xiang 2023)
10-shot image generationS3DIS Area5RQ52PointGroup (Xiang 2023)
10-shot image generationS3DIS Area5SQ74.7PointGroup (Xiang 2023)
10-shot image generationS3DIS Area5PQ41.8KPConv (Xiang 2023)
10-shot image generationS3DIS Area5Params (M)14.2KPConv (Xiang 2023)
10-shot image generationS3DIS Area5RQ51.5KPConv (Xiang 2023)
10-shot image generationS3DIS Area5SQ74.7KPConv (Xiang 2023)
10-shot image generationS3DIS Area5PQ39.2MinkowskiNet (Xiang 2023)
10-shot image generationS3DIS Area5Params (M)38MinkowskiNet (Xiang 2023)
10-shot image generationS3DIS Area5RQ48MinkowskiNet (Xiang 2023)
10-shot image generationS3DIS Area5SQ74.9MinkowskiNet (Xiang 2023)
10-shot image generationS3DIS Area5PQ24.6PointNet++ (Xiang 2023)
10-shot image generationS3DIS Area5Params (M)3.1PointNet++ (Xiang 2023)
10-shot image generationS3DIS Area5RQ32.6PointNet++ (Xiang 2023)
10-shot image generationS3DIS Area5SQ68.2PointNet++ (Xiang 2023)
Panoptic SegmentationS3DIS Area5PQ42.3PointGroup (Xiang 2023)
Panoptic SegmentationS3DIS Area5Params (M)7.7PointGroup (Xiang 2023)
Panoptic SegmentationS3DIS Area5RQ52PointGroup (Xiang 2023)
Panoptic SegmentationS3DIS Area5SQ74.7PointGroup (Xiang 2023)
Panoptic SegmentationS3DIS Area5PQ41.8KPConv (Xiang 2023)
Panoptic SegmentationS3DIS Area5Params (M)14.2KPConv (Xiang 2023)
Panoptic SegmentationS3DIS Area5RQ51.5KPConv (Xiang 2023)
Panoptic SegmentationS3DIS Area5SQ74.7KPConv (Xiang 2023)
Panoptic SegmentationS3DIS Area5PQ39.2MinkowskiNet (Xiang 2023)
Panoptic SegmentationS3DIS Area5Params (M)38MinkowskiNet (Xiang 2023)
Panoptic SegmentationS3DIS Area5RQ48MinkowskiNet (Xiang 2023)
Panoptic SegmentationS3DIS Area5SQ74.9MinkowskiNet (Xiang 2023)
Panoptic SegmentationS3DIS Area5PQ24.6PointNet++ (Xiang 2023)
Panoptic SegmentationS3DIS Area5Params (M)3.1PointNet++ (Xiang 2023)
Panoptic SegmentationS3DIS Area5RQ32.6PointNet++ (Xiang 2023)
Panoptic SegmentationS3DIS Area5SQ68.2PointNet++ (Xiang 2023)

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21Advancing Complex Wide-Area Scene Understanding with Hierarchical Coresets Selection2025-07-17Argus: Leveraging Multiview Images for Improved 3-D Scene Understanding With Large Language Models2025-07-17City-VLM: Towards Multidomain Perception Scene Understanding via Multimodal Incomplete Learning2025-07-17Deep Learning-Based Fetal Lung Segmentation from Diffusion-weighted MRI Images and Lung Maturity Evaluation for Fetal Growth Restriction2025-07-17DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17From Variability To Accuracy: Conditional Bernoulli Diffusion Models with Consensus-Driven Correction for Thin Structure Segmentation2025-07-17Unleashing Vision Foundation Models for Coronary Artery Segmentation: Parallel ViT-CNN Encoding and Variational Fusion2025-07-17