Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SEGCloud: Semantic Segmentation of 3D Point Clouds

About

3D semantic scene labeling is fundamental to agents operating in the real world. In particular, labeling raw 3D point sets from sensors provides fine-grained semantics. Recent works leverage the capabilities of Neural Networks (NNs), but are limited to coarse voxel predictions and do not explicitly enforce global consistency. We present SEGCloud, an end-to-end framework to obtain 3D point-level segmentation that combines the advantages of NNs, trilinear interpolation(TI) and fully connected Conditional Random Fields (FC-CRF). Coarse voxel predictions from a 3D Fully Convolutional NN are transferred back to the raw 3D points via trilinear interpolation. Then the FC-CRF enforces global consistency and provides fine-grained semantics on the points. We implement the latter as a differentiable Recurrent NN to allow joint optimization. We evaluate the framework on two indoor and two outdoor 3D datasets (NYU V2, S3DIS, KITTI, Semantic3D.net), and show performance comparable or superior to the state-of-the-art on all datasets.

Lyne P. Tchapmi, Christopher B. Choy, Iro Armeni, JunYoung Gwak, Silvio Savarese• 2017

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU48.92
799
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)48.92
315
Scene ParsingNYUDv2 (test)
mIoU43.5
35
Semantic segmentationSemantic3D reduced-8 (test)
mIoU61.3
33
Semantic segmentationSemantic3D (reduced-8)
mIoU61.3
30
3D Semantic SegmentationS3DIS (Area 5 test (Fold #1))
mIoU48.92
19
Semantic segmentationS3DIS (5th fold)
Mean IoU48.92
19
Semantic segmentationSemantic3D reduced v1 (test)
Mean IoU61.3
18
Semantic segmentationKITTI (test)
mIoU17.5
16
Semantic segmentationNYUv2 13-class labeling--
12
Showing 10 of 15 rows

Other info

Code

Follow for update