paper-with-me

Papers

Superpoint Transformer for 3D Scene Instance Segmentation

2022-11-28 · Jiahao Sun, Chunmei Qing, Junpeng Tan, Xiangmin Xu

Most existing methods realize 3D instance segmentation by extending those models used for 3D object detection or 3D semantic segmentation. However, these non-straightforward methods suffer from two drawbacks: 1) Imprecise bounding boxes or unsatisfactory semantic predictions limit the performance of the overall 3D instance segmentation framework. 2) Existing method requires a time-consuming intermediate step of aggregation. To address these issues, this paper proposes a novel end-to-end 3D instance segmentation method based on Superpoint Transformer, named as SPFormer. It groups potential features from point clouds into superpoints, and directly predicts instances through query vectors without relying on the results of object detection or semantic segmentation. The key step in this framework is a novel query decoder with transformers that can capture the instance information through the superpoint cross-attention mechanism and generate the superpoint masks of the instances. Through bipartite matching based on superpoint masks, SPFormer can implement the network training without the intermediate aggregation step, which accelerates the network. Extensive experiments on ScanNetv2 and S3DIS benchmarks verify that our method is concise yet efficient. Notably, SPFormer exceeds compared state-of-the-art methods by 4.3% on ScanNetv2 hidden test set in terms of mAP and keeps fast inference speed (247ms per frame) simultaneously. Code is available at https://github.com/sunjiahao1999/SPFormer.

📄 PDF Abstract BibTeX arXiv:2211.15766

Code (1)

sunjiahao1999/spformer 공식 구현 pytorch

Tasks

3D Instance Segmentation3D Object Detection3D Semantic SegmentationDecoderInstance Segmentationobject-detectionObject DetectionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Relation3D : Enhancing Relation Modeling for Point Cloud Instance Segmentation

2025-01-01 · CVPR 2025 1 · Jiahao Lu, Jiacheng Deng

3D instance segmentation aims to predict a set of object instances in a scene, representing them as binary foreground masks with corresponding semantic labels. Currently, transformer-based methods are gaining increas…

3D Instance SegmentationContrastive LearningInstance SegmentationRelation+1

Instance Segmentation in 3D Scenes using Semantic Superpoint Tree Networks

2021-08-17 · ICCV 2021 10 · Zhihao Liang, Zhihao LI, Songcen Xu, Mingkui Tan 외

Instance segmentation in 3D scenes is fundamental in many applications of scene understanding. It is yet challenging due to the compound factors of data irregularity and uncertainty in the numbers of instances. State-of-…

3D Instance SegmentationInstance SegmentationScene UnderstandingSemantic Segmentation

AQ3D: Adaptive Query Transformer for 3D Instance Segmentation

2026-08-31 · Keno Moenck, Thorsten Schüppstuhl arxiv

Transformer-based decoders for 3D instance segmentation typically commit to a fixed number of queries and positional modeling calibrated on the training distribution rather than on the scene at hand. Indoor scans vary wi…

3D Instance SegmentationData Augmentation

SPPSFormer: High-quality Superpoint-based Transformer for Roof Plane Instance Segmentation from Point Clouds

2025-05-30 · Cheng Zeng, Xiatian Qi, Chi Chen, Kai Sun 외

Transformers have been seldom employed in point cloud roof plane instance segmentation, which is the focus of this study, and existing superpoint Transformers suffer from limited performance due to the use of low-quality…

Data AugmentationInstance SegmentationPlane Instance SegmentationSemantic Segmentation

Efficient 3D Semantic Segmentation with Superpoint Transformer

2023-06-13 · ICCV 2023 1 · Damien Robert, Hugo Raguet, Loic Landrieu

We introduce a novel superpoint-based transformer architecture for efficient semantic segmentation of large-scale 3D scenes. Our method incorporates a fast algorithm to partition point clouds into a hierarchical superpoi…

3D Semantic SegmentationGPUSemantic Segmentation