CVApr 11, 2019

Adaptive Hierarchical Down-Sampling for Point Cloud Classification

arXiv:1904.08506v2132 citations
Originality Incremental advance
AI Analysis

This addresses the issue of inefficient point cloud processing in computer vision, offering a computationally efficient solution for tasks like object classification, though it is incremental as it builds on existing graph-based methods.

The paper tackles the problem of down-sampling point clouds in deep neural networks by proposing an adaptive method that retains important points, achieving state-of-the-art accuracy on the ModelNet40 dataset for 3D object classification.

While several convolution-like operators have recently been proposed for extracting features out of point clouds, down-sampling an unordered point cloud in a deep neural network has not been rigorously studied. Existing methods down-sample the points regardless of their importance for the output. As a result, some important points in the point cloud may be removed, while less valuable points may be passed to the next layers. In contrast, adaptive down-sampling methods sample the points by taking into account the importance of each point, which varies based on the application, task and training data. In this paper, we propose a permutation-invariant learning-based adaptive down-sampling layer, called Critical Points Layer (CPL), which reduces the number of points in an unordered point cloud while retaining the important points. Unlike most graph-based point cloud down-sampling methods that use $k$-NN search algorithm to find the neighbouring points, CPL is a global down-sampling method, rendering it computationally very efficient. The proposed layer can be used along with any graph-based point cloud convolution layer to form a convolutional neural network, dubbed CP-Net in this paper. We introduce a CP-Net for $3$D object classification that achieves the best accuracy for the ModelNet$40$ dataset among point cloud-based methods, which validates the effectiveness of the CPL.

Foundations

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

Your Notes