CVAIGRJan 23, 2018

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

arXiv:1801.07791v52907 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of applying convolutional operations to point clouds for tasks like 3D object recognition, representing an incremental improvement over existing methods.

The paper tackles the problem of feature learning from irregular and unordered point clouds by proposing PointCNN, a generalization of CNNs that learns an X-transformation to weight features and permute points into a canonical order, achieving on par or better performance than state-of-the-art methods on multiple benchmarks.

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.

Code Implementations16 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes