Skip to content

Latest commit

 

History

History
102 lines (77 loc) · 5.81 KB

File metadata and controls

102 lines (77 loc) · 5.81 KB

Point-Cloud-Registration-and-Analysis

The repository mainly focuses on collecting recent works on point cloud registration, for sharing and better learning. Since many other tasks, like image matching and point cloud processing, are highly related to point cloud registration, these papers will be taken into account as well. In order to have a clear look at these fields, We simply classified the articles.This repository will continue to be updated.

labels of task: [cla.] for classfication | [reg.] for registration | [def] for shape deformation | [gen.] for shape generation | [nor.] for normal estimation | [shot.] for few/one/zero-shot learning | [recon.] for reconstruction.

Statistics: 🔥 code is available & stars >= 100  |  ⭐ citation >= 50


Point Cloud Registration

Review

what

Feature Extraction

  • Point-based methods

  • Voxel-based methods

  • Generative model methods

[2020 CVPR] PointGMM: a Neural GMM Network for Point Clouds. Paper Code [reg. gen.]
[2018 ECCV] Hgmr: Hierarchical gaussian mixtures for adaptive 3d registration. Paper [reg.]

  • Lattice method

  • Tangent convolution method

Unsupervised Methods

Outliers Rejection

[1981 Com. ACM] Random Sample Consensus: A Paradigm for Model Fitting with Applications to Image Analysis and Automated Cartography.(RANSAC) Paper


Point Cloud Analysis

  • Point-based methods

[2019 CVPR] PointConv: Deep Convolutional Networks on 3D Point Clouds.Paper [cla. seg.]
[2018 CVPR] PointNet

  • Voxel-based methods

SparseConvNet[Code]
[2018 CVPR] SyncSpecCNN: Synchronized Spectral CNN for 3D Shape Segmentation. Paper [seg.]

  • Generative model methods

[2019 CVPR] Nesti-net: Normal estimation for unstructured 3d pointclouds using convolutional neural networks. [Papers] [nor.]
[2019 Graphic] SDM-NET: deep generative network for structured deformable mesh. Paper [def.]
[2019 TOG] SDM-NET: Deep generative network for structured deformable mesh. Paper [gen.]
[2018 R&A Letters] 3dmfv: Three-dimensional point cloud classification in real-time using convolutional neural networks. Paper [cla.]

  • Spherical CNN
  • Else

[2020 ICLR] Learning to Group: A Bottom-Up Framework for 3D Part Discovery in Unseen Categories. Paper
[2018 ACM Graphic] Deep part induction from articulated object pairs. Paper [shot.]

Review

[2020 IJCV] Image Matching from Handcrafted to Deep Features: A Survey. Paper
[2017 SPM] Geometric Deep Learning. Paper

Else

[2019 ICCV] Deep Mesh Reconstruction From Single RGB Images via Topology Modification Networks.Paper
[2019 CVPR] Occupancy Networks: Learning 3D Reconstruction in Function Space. Paper [recon.]
[2018 NIPS] Learning to Reconstruct Shapes from Unseen Classes. Paper [recon.]
[2017 NIPS] MarrNet: 3D Shape Reconstruction via 2.5D Sketches. Paper [recon.]


Image Matching

Find Correspondences

  • Keypoint-based methods (Sparse)

[2020 CoRR] D2D: Learning to find good correspondences for image matching and manipulation Paper

  • Dense methods

[2017 CVPR] DeMoN: Depth and Motion Network for Learning Monocular Stereo. Paper

End-to-end Methods

Outlier Rejection

[2018 CVPR] Learning to Find Good Correspondences. Paper
[2017 CVPR] DSAC-Differentiable RANSAC for Camera Localization. Paper

###Review

[2020 IJCV] Image Matching from Handcrafted to Deep Features: A Survey. Paper


Point Cloud Dataset

  • Synthetic dataset

ShapeNet: Large Scale Synthetic Objects
ModelNet
PartNet:Fine-grained; Instance-level; Hierarchical.
SceneNet: Large Scale Synthetic Scenes; 3D meshes

  • Real world dataset

3DScan
ScanNet: Large-scale; RGBD scans; 3D camera poses; Instance-level segmentation.
KITTI: LiDAR data; labeled by 3D b.boxes.
Semantic KITTI: LiDAR data; labeled per point.
Waymo Open Dataset: LiDAR data; labeled by 3D b.boxes.


Point Cloud Learning Resource