CVLGIVJun 6, 2020

GRNet: Gridding Residual Network for Dense Point Cloud Completion

arXiv:2006.03761v4430 citations
Originality Incremental advance
AI Analysis

This addresses the loss of details in point cloud completion for vision and robotics applications, representing an incremental improvement over existing methods.

The paper tackles the problem of dense point cloud completion by introducing GRNet, which uses 3D grids as intermediate representations to preserve structural details, achieving state-of-the-art performance on benchmarks like ShapeNet, Completion3D, and KITTI.

Estimating the complete 3D point cloud from an incomplete one is a key problem in many vision and robotics applications. Mainstream methods (e.g., PCN and TopNet) use Multi-layer Perceptrons (MLPs) to directly process point clouds, which may cause the loss of details because the structural and context of point clouds are not fully considered. To solve this problem, we introduce 3D grids as intermediate representations to regularize unordered point clouds. We therefore propose a novel Gridding Residual Network (GRNet) for point cloud completion. In particular, we devise two novel differentiable layers, named Gridding and Gridding Reverse, to convert between point clouds and 3D grids without losing structural information. We also present the differentiable Cubic Feature Sampling layer to extract features of neighboring points, which preserves context information. In addition, we design a new loss function, namely Gridding Loss, to calculate the L1 distance between the 3D grids of the predicted and ground truth point clouds, which is helpful to recover details. Experimental results indicate that the proposed GRNet performs favorably against state-of-the-art methods on the ShapeNet, Completion3D, and KITTI benchmarks.

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