Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GRNet: Gridding Residual Network for Dense Point Cloud Completion

About

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.

Haozhe Xie, Hongxun Yao, Shangchen Zhou, Jiageng Mao, Shengping Zhang, Wenxiu Sun• 2020

Related benchmarks

TaskDatasetResultRank
Point Cloud CompletionPCN (test)
Watercraft8.04
60
Point Cloud CompletionShapeNet-34 (seen categories)
Chamfer Distance (S)1.26
50
Point Cloud CompletionShapeNet-55 (test)
CD-M1.71
44
Point Cloud CompletionKITTI
MMD0.568
42
Point Cloud CompletionShapeNet-34 unseen categories
CD (Symmetric)1.85
37
Point Cloud CompletionMVP (test)
Avg Chamfer Distance (x10^4)2.80e+3
34
Point Cloud CompletionKITTI (test)
MMD0.568
33
Point Cloud CompletionShapeNet seen categories
Airplane Error6.45
32
Point Cloud CompletionCompletion3D (test)
Airplane Score6.13
28
Point Cloud CompletionPCN
CD8.83
23
Showing 10 of 46 rows

Other info

Code

Follow for update