scispace - formally typeset
Open AccessProceedings Article

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

Reads0
Chats0
TLDR
PointNet++ as discussed by the authors applies PointNet recursively on a nested partitioning of the input point set to learn local features with increasing contextual scales, and proposes novel set learning layers to adaptively combine features from multiple scales.
Abstract
Few prior works study deep learning on point sets. PointNet 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.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

Modeling Point Clouds With Self-Attention and Gumbel Subset Sampling

TL;DR: This work develops Point Attention Transformers (PATs), using a parameter-efficient Group Shuffle Attention (GSA) to replace the costly Multi-Head Attention, and proposes an end-to-end learnable and task-agnostic sampling operation, named Gumbel Subset Sampling (GSS), to select a representative subset of input points.
Proceedings ArticleDOI

PVN3D: A Deep Point-Wise 3D Keypoints Voting Network for 6DoF Pose Estimation

TL;DR: PVN3D as mentioned in this paper proposes a deep Hough voting network to detect 3D keypoints of objects and then estimate the 6D pose parameters within a least-squares fitting manner.
Proceedings ArticleDOI

Mesh R-CNN

TL;DR: Mesh R-CNN as discussed by the authors proposes a mesh prediction branch that outputs meshes with varying topological structure by first predicting coarse voxel representations which are converted to meshes and refined with a graph convolution network operating over the mesh's vertices and edges.
Posted Content

Relation-Shape Convolutional Neural Network for Point Cloud Analysis

TL;DR: RS-CNN as mentioned in this paper extends regular grid CNN to irregular configuration for point cloud analysis, where the convolutional weight for local point set is forced to learn a highlevel relation expression from predefined geometric priors, between a sampled point from this point set and the others.
Proceedings ArticleDOI

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

TL;DR: This paper proposes an efficient end-to-end permutation invariant convolution for point cloud deep learning and builds an efficient neural network named ShellNet to directly consume the point clouds with larger receptive fields while maintaining less layers.
Related Papers (5)