English

GRNet: Gridding Residual Network for Dense Point Cloud Completion

Computer Vision and Pattern Recognition 2020-07-21 v4 Machine Learning Image and Video Processing

Abstract

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.

Keywords

Cite

@article{arxiv.2006.03761,
  title  = {GRNet: Gridding Residual Network for Dense Point Cloud Completion},
  author = {Haozhe Xie and Hongxun Yao and Shangchen Zhou and Jiageng Mao and Shengping Zhang and Wenxiu Sun},
  journal= {arXiv preprint arXiv:2006.03761},
  year   = {2020}
}

Comments

ECCV 2020

R2 v1 2026-06-23T16:06:22.544Z