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

ICCV 2019  ·  Zhiyuan Zhang, Binh-Son Hua, Sai-Kit Yeung ·

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.

PDF Abstract ICCV 2019 PDF ICCV 2019 Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
3D Semantic Segmentation DALES ShellNet mIoU 57.4 # 8
Overall Accuracy 96.4 # 5
Model size N/A # 1
3D Point Cloud Classification ModelNet40 ShellNet Overall Accuracy 93.1 # 62
Semantic Segmentation S3DIS ShellNet Mean IoU 66.8 # 33
Number of params N/A # 1
Semantic Segmentation Semantic3D shellnet_v2 mIoU 69.3% # 10

Methods