2019

Deformable Filter Convolution for Point Cloud Reasoning

Xiong, Yuwen, Ren, Mengye, Liao, Renjie et al.

Understand

Point clouds are the native output of many real-world 3D sensors.

  • To borrow the success of 2D convolutional network architectures, a majority of popular 3D perception models voxelize the points, which can result in a loss of local geometric details that cannot be recovered.
  • In this paper, we propose a novel learnable convolution layer for processing 3D point cloud data directly.
  • Instead of discretizing points into fixed voxels, we deform our learnable 3D filters to match with the point cloud shape.

Reading the bibliography…