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

CorrNet3D: Unsupervised End-to-end Learning of Dense Correspondence for 3D Point Clouds

About

Motivated by the intuition that one can transform two aligned point clouds to each other more easily and meaningfully than a misaligned pair, we propose CorrNet3D -- the first unsupervised and end-to-end deep learning-based framework -- to drive the learning of dense correspondence between 3D shapes by means of deformation-like reconstruction to overcome the need for annotated data. Specifically, CorrNet3D consists of a deep feature embedding module and two novel modules called correspondence indicator and symmetric deformer. Feeding a pair of raw point clouds, our model first learns the pointwise features and passes them into the indicator to generate a learnable correspondence matrix used to permute the input pair. The symmetric deformer, with an additional regularized loss, transforms the two permuted point clouds to each other to drive the unsupervised learning of the correspondence. The extensive experiments on both synthetic and real-world datasets of rigid and non-rigid 3D shapes show our CorrNet3D outperforms state-of-the-art methods to a large extent, including those taking meshes as input. CorrNet3D is a flexible framework in that it can be easily adapted to supervised learning if annotated data are available. The source code and pre-trained model will be available at https://github.com/ZENGYIMING-EAMON/CorrNet3D.git.

Yiming Zeng, Yue Qian, Zhiyu Zhu, Junhui Hou, Hui Yuan, Ying He• 2020

Related benchmarks

TaskDatasetResultRank
3D Shape CorrespondenceFAUST remeshed (test)
Mean Geodesic Error (x100)63
65
Shape MatchingSCAPE remeshed (test)
Mean Geodesic Error (x100)58
46
Near-isometric point cloud matchingSCAPE_r remeshed (test)
Mean Geodesic Error0.52
25
Point cloud matchingSCAPE_r
Mean Geodesic Error58
23
Point cloud matchingFAUST_r
Mean Geodesic Error0.63
23
Shape CorrespondenceSurreal (test)
Accuracy6
16
Point Cloud Shape CorrespondenceSMAL (test)
Accuracy5.3
8
Human point cloud correspondenceSURREAL SHREC'19 official pairs (test)
Accuracy0.06
7
Shape CorrespondenceSHREC'19 (test)
Pre-process Time (ms)0.00e+0
7
3D Shape CorrespondenceSHREC Cross-dataset '19
Accuracy0.06
7
Showing 10 of 20 rows

Other info

Code

Follow for update