CVJun 7, 2017

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space

arXiv:1706.02413v114164 citations
Originality Highly original
AI Analysis

This work improves 3D point cloud analysis for applications like computer vision and robotics, representing a novel method for a known bottleneck.

The paper tackles the problem of deep learning on point sets by addressing PointNet's inability to capture local structures and handle varying densities, resulting in significantly better state-of-the-art performance on 3D point cloud benchmarks.

Few prior works study deep learning on point sets. PointNet by Qi et al. is a pioneer in this direction. However, by design PointNet does not capture local structures induced by the metric space points live in, limiting its ability to recognize fine-grained patterns and generalizability to complex scenes. In this work, we introduce a hierarchical neural network that applies PointNet recursively on a nested partitioning of the input point set. By exploiting metric space distances, our network is able to learn local features with increasing contextual scales. With further observation that point sets are usually sampled with varying densities, which results in greatly decreased performance for networks trained on uniform densities, we propose novel set learning layers to adaptively combine features from multiple scales. Experiments show that our network called PointNet++ is able to learn deep point set features efficiently and robustly. In particular, results significantly better than state-of-the-art have been obtained on challenging benchmarks of 3D point clouds.

Code Implementations68 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