CVNov 30, 2020

RfD-Net: Point Scene Understanding by Semantic Instance Reconstruction

arXiv:2011.14744v171 citations
AI Analysis

This work addresses the challenge of semantic scene understanding and dense object surface reconstruction from sparse point clouds, which is a problem for robotics and autonomous driving applications.

This paper introduces RfD-Net, a method for jointly detecting and reconstructing dense object surfaces directly from raw point clouds. It decouples instance reconstruction into global object localization and local shape prediction, leading to an improvement of over 11 in mesh IoU for object reconstruction compared to state-of-the-art methods.

Semantic scene understanding from point clouds is particularly challenging as the points reflect only a sparse set of the underlying 3D geometry. Previous works often convert point cloud into regular grids (e.g. voxels or bird-eye view images), and resort to grid-based convolutions for scene understanding. In this work, we introduce RfD-Net that jointly detects and reconstructs dense object surfaces directly from raw point clouds. Instead of representing scenes with regular grids, our method leverages the sparsity of point cloud data and focuses on predicting shapes that are recognized with high objectness. With this design, we decouple the instance reconstruction into global object localization and local shape prediction. It not only eases the difficulty of learning 2-D manifold surfaces from sparse 3D space, the point clouds in each object proposal convey shape details that support implicit function learning to reconstruct any high-resolution surfaces. Our experiments indicate that instance detection and reconstruction present complementary effects, where the shape prediction head shows consistent effects on improving object detection with modern 3D proposal network backbones. The qualitative and quantitative evaluations further demonstrate that our approach consistently outperforms the state-of-the-arts and improves over 11 of mesh IoU in object reconstruction.

Code Implementations1 repo
Foundations

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

Your Notes