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

Recurrent Slice Networks for 3D Segmentation of Point Clouds

About

Point clouds are an efficient data format for 3D data. However, existing 3D segmentation methods for point clouds either do not model local dependencies \cite{pointnet} or require added computations \cite{kd-net,pointnet2}. This work presents a novel 3D segmentation framework, RSNet\footnote{Codes are released here https://github.com/qianguih/RSNet}, to efficiently model local structures in point clouds. The key component of the RSNet is a lightweight local dependency module. It is a combination of a novel slice pooling layer, Recurrent Neural Network (RNN) layers, and a slice unpooling layer. The slice pooling layer is designed to project features of unordered points onto an ordered sequence of feature vectors so that traditional end-to-end learning algorithms (RNNs) can be applied. The performance of RSNet is validated by comprehensive experiments on the S3DIS\cite{stanford}, ScanNet\cite{scannet}, and ShapeNet \cite{shapenet} datasets. In its simplest form, RSNets surpass all previous state-of-the-art methods on these benchmarks. And comparisons against previous state-of-the-art methods \cite{pointnet, pointnet2} demonstrate the efficiency of RSNets.

Qiangui Huang, Weiyue Wang, Ulrich Neumann• 2018

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU56.5
799
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)56.5
315
Part SegmentationShapeNetPart (test)
mIoU (Inst.)84.9
312
Part SegmentationShapeNetPart
mIoU (Instance)84.9
198
3D Object Part SegmentationShapeNet Part (test)
mIoU84.9
114
Shape Part SegmentationShapeNet (test)
Mean IoU84.9
95
Semantic segmentationS3DIS
mIoU56.5
88
3D Semantic SegmentationScanNet v1 (test)
mAcc48.37
72
Part SegmentationShapeNet part
mIoU84.9
46
Indoor Scene SegmentationS3DIS (6-fold val)
mIoU (Category)56.5
32
Showing 10 of 16 rows

Other info

Code

Follow for update