3D Semantic Segmentation

170 papers with code • 14 benchmarks • 31 datasets

3D Semantic Segmentation is a computer vision task that involves dividing a 3D point cloud or 3D mesh into semantically meaningful parts or regions. The goal of 3D semantic segmentation is to identify and label different objects and parts within a 3D scene, which can be used for applications such as robotics, autonomous driving, and augmented reality.

Libraries

Use these libraries to find 3D Semantic Segmentation models and implementations
12 papers
1,190
5 papers
281
3 papers
1,701
See all 7 libraries.

UniSeg: A Unified Multi-Modal LiDAR Segmentation Network and the OpenPCSeg Codebase

pjlab-adg/pcseg ICCV 2023

Besides, we construct the OpenPCSeg codebase, which is the largest and most comprehensive outdoor LiDAR segmentation codebase.

304
11 Sep 2023

Less is More: Towards Efficient Few-shot 3D Semantic Segmentation via Training-free Networks

yangyangyang127/tfs3d 24 Aug 2023

However, the prior pre-training stage not only introduces excessive time overhead, but also incurs a significant domain gap on `unseen' classes.

65
24 Aug 2023

Towards Large-scale 3D Representation Learning with Multi-dataset Point Prompt Training

Pointcept/Pointcept 18 Aug 2023

In contrast, such privilege has not yet fully benefited 3D deep learning, mainly due to the limited availability of large-scale 3D datasets.

1,190
18 Aug 2023

MarS3D: A Plug-and-Play Motion-Aware Model for Semantic Segmentation on Multi-Scan 3D Point Clouds

cvmi-lab/mars3d CVPR 2023

Unlike the single-scan-based semantic segmentation task, this task requires distinguishing the motion states of points in addition to their semantic categories.

57
18 Jul 2023

HRHD-HK: A benchmark dataset of high-rise and high-density urban scenes for 3D semantic segmentation of photogrammetric point clouds

luzaijiaoxial/hrhd-hk 16 Jul 2023

Thus, it is significant to assess these methods quantitatively in diversified real-world urban scenes, encompassing high-rise, low-rise, high-density, and low-density urban areas.

8
16 Jul 2023

Efficient 3D Semantic Segmentation with Superpoint Transformer

drprojects/superpoint_transformer ICCV 2023

We introduce a novel superpoint-based transformer architecture for efficient semantic segmentation of large-scale 3D scenes.

432
13 Jun 2023

Point-LGMask: Local and Global Contexts Embedding for Point Cloud Pre-training with Multi-Ratio Masking

TangYuan96/Point-LGMask IEEE Transactions on Multimedia 2023

In our work, we present Point-LGMask, a novel method to embed both local and global contexts with multi-ratio masking, which is quite effective for self-supervised feature learning of point clouds but is unfortunately ignored by existing pre-training works.

1
08 Jun 2023

Point-GCC: Universal Self-supervised 3D Scene Pre-training via Geometry-Color Contrast

asterisci/point-gcc 31 May 2023

Geometry and color information provided by the point clouds are both crucial for 3D scene understanding.

25
31 May 2023

GrowSP: Unsupervised Semantic Segmentation of 3D Point Clouds

vlar-group/growsp CVPR 2023

Our method consists of three major components, 1) the feature extractor to learn per-point features from input point clouds, 2) the superpoint constructor to progressively grow the sizes of superpoints, and 3) the semantic primitive clustering module to group superpoints into semantic elements for the final semantic segmentation.

141
25 May 2023

OctFormer: Octree-based Transformers for 3D Point Clouds

Pointcept/Pointcept 4 May 2023

To combat this issue, several works divide point clouds into non-overlapping windows and constrain attentions in each local window.

1,190
04 May 2023