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

ShellNet: Efficient Point Cloud Convolutional Neural Networks using Concentric Shells Statistics

About

Deep learning with 3D data has progressed significantly since the introduction of convolutional neural networks that can handle point order ambiguity in point cloud data. While being able to achieve good accuracies in various scene understanding tasks, previous methods often have low training speed and complex network architecture. In this paper, we address these problems by proposing an efficient end-to-end permutation invariant convolution for point cloud deep learning. Our simple yet effective convolution operator named ShellConv uses statistics from concentric spherical shells to define representative features and resolve the point order ambiguity, allowing traditional convolution to perform on such features. Based on ShellConv we further build an efficient neural network named ShellNet to directly consume the point clouds with larger receptive fields while maintaining less layers. We demonstrate the efficacy of ShellNet by producing state-of-the-art results on object classification, object part segmentation, and semantic scene segmentation while keeping the network very fast to train.

Zhiyuan Zhang, Binh-Son Hua, Sai-Kit Yeung• 2019

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)66.8
315
Part SegmentationShapeNetPart (test)--
312
Shape classificationModelNet40 (test)
OA93.1
255
Object ClassificationModelNet40 (test)--
180
Shape Part SegmentationShapeNet (test)--
95
Semantic segmentationS3DIS
mIoU66.8
88
Object ClassificationModelNet40
Instance Accuracy93.1
33
Semantic segmentationSemantic3D reduced-8 (test)
mIoU69.3
33
Indoor Scene SegmentationS3DIS (6-fold val)
mIoU (Category)66.8
32
Part SegmentationShapeNet Parts
mpIoU82.8
31
Showing 10 of 15 rows

Other info

Code

Follow for update