paper-with-me

Papers

Position-Guided Point Cloud Panoptic Segmentation Transformer

2023-03-23 · Zeqi Xiao, Wenwei Zhang, Tai Wang, Chen Change Loy, Dahua Lin, Jiangmiao Pang

DEtection TRansformer (DETR) started a trend that uses a group of learnable queries for unified visual perception. This work begins by applying this appealing paradigm to LiDAR-based point cloud segmentation and obtains a simple yet effective baseline. Although the naive adaptation obtains fair results, the instance segmentation performance is noticeably inferior to previous works. By diving into the details, we observe that instances in the sparse point clouds are relatively small to the whole scene and often have similar geometry but lack distinctive appearance for segmentation, which are rare in the image domain. Considering instances in 3D are more featured by their positional information, we emphasize their roles during the modeling and design a robust Mixed-parameterized Positional Embedding (MPE) to guide the segmentation process. It is embedded into backbone features and later guides the mask prediction and query update processes iteratively, leading to Position-Aware Segmentation (PA-Seg) and Masked Focal Attention (MFA). All these designs impel the queries to attend to specific regions and identify various instances. The method, named Position-guided Point cloud Panoptic segmentation transFormer (P3Former), outperforms previous state-of-the-art methods by 3.4% and 1.2% PQ on SemanticKITTI and nuScenes benchmark, respectively. The source code and models are available at https://github.com/SmartBot-PJLab/P3Former .

📄 PDF Abstract BibTeX arXiv:2303.13509

Code (1)

smartbot-pjlab/p3former 공식 구현 pytorch

Tasks

Instance SegmentationPanoptic SegmentationPoint Cloud SegmentationPositionSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Panoptic-PolarNet: Proposal-free LiDAR Point Cloud Panoptic Segmentation

2021-03-27 · CVPR 2021 1 · Zixiang Zhou, Yang Zhang, Hassan Foroosh

Panoptic segmentation presents a new challenge in exploiting the merits of both detection and segmentation, with the aim of unifying instance segmentation and semantic segmentation in a single framework. However, an effi…

ClusteringInstance SegmentationPanoptic SegmentationSegmentation+1

MonoDVPS: A Self-Supervised Monocular Depth Estimation Approach to Depth-aware Video Panoptic Segmentation

2022-10-14 · Andra Petrovai, Sergiu Nedevschi

Depth-aware video panoptic segmentation tackles the inverse projection problem of restoring panoptic 3D point clouds from video sequences, where the 3D points are augmented with semantic classes and temporally consistent…

Depth-aware Video Panoptic SegmentationDepth EstimationDepth PredictionImage Segmentation+5

PUPS: Point Cloud Unified Panoptic Segmentation

2023-02-13 · Shihao Su, Jianyun Xu, Huanyu Wang, Zhenwei Miao 외

Point cloud panoptic segmentation is a challenging task that seeks a holistic solution for both semantic and instance segmentation to predict groupings of coherent points. Previous approaches treat semantic and instance …

DecoderInstance SegmentationPanoptic SegmentationSegmentation+1

Label-Efficient LiDAR Panoptic Segmentation

2025-03-04 · Ahmet Selim Çanakçı, Niclas Vödisch, Kürsat Petek, Wolfram Burgard 외

A main bottleneck of learning-based robotic scene understanding methods is the heavy reliance on extensive annotated training data, which often limits their generalization ability. In LiDAR panoptic segmentation, this ch…

Instance SegmentationPanoptic SegmentationScene UnderstandingSegmentation+1

A Review of Panoptic Segmentation for Mobile Mapping Point Clouds

2023-04-27 · Binbin Xiang, Yuanwen Yue, Torben Peters, Konrad Schindler

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 su…

Instance SegmentationPanoptic SegmentationScene UnderstandingSegmentation+1