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

PointCNN: Convolution On $\mathcal{X}$-Transformed Points

About

We present a simple and general framework for feature learning from point clouds. The key to the success of CNNs is the convolution operator that is capable of leveraging spatially-local correlation in data represented densely in grids (e.g. images). However, point clouds are irregular and unordered, thus directly convolving kernels against features associated with the points, will result in desertion of shape information and variance to point ordering. To address these problems, we propose to learn an $\mathcal{X}$-transformation from the input points, to simultaneously promote two causes. The first is the weighting of the input features associated with the points, and the second is the permutation of the points into a latent and potentially canonical order. Element-wise product and sum operations of the typical convolution operator are subsequently applied on the $\mathcal{X}$-transformed features. The proposed method is a generalization of typical CNNs to feature learning from point clouds, thus we call it PointCNN. Experiments show that PointCNN achieves on par or better performance than state-of-the-art methods on multiple challenging benchmark datasets and tasks.

Yangyan Li, Rui Bu, Mingchao Sun, Wei Wu, Xinhan Di, Baoquan Chen• 2018

Related benchmarks

TaskDatasetResultRank
Image ClassificationMNIST (test)
Accuracy99.54
882
Image ClassificationCIFAR10 (test)
Accuracy80.22
585
3D Object ClassificationModelNet40 (test)
Accuracy92.2
302
3D Point Cloud ClassificationModelNet40 (test)
OA92.5
297
ClassificationCIFAR10 (test)
Accuracy80.22
266
Semantic segmentationS3DIS
mIoU65.39
88
Shape classificationModelNet40--
85
Part SegmentationShapeNet Parts
mpIoU84.6
31
3D Point Cloud ClassificationScanNet (test)--
30
Image ClassificationCIFAR-10 standard (test)--
22
Showing 10 of 15 rows

Other info

Code

Follow for update