CVAIDec 31, 2020

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

arXiv:2012.15638v282 citationsHas Code
AI Analysis

This work addresses the problem of dense 3D point cloud correspondence for researchers and practitioners by eliminating the need for annotated data, offering a significant improvement over existing methods.

This paper introduces CorrNet3D, an unsupervised, end-to-end deep learning framework for dense correspondence between 3D point clouds. It leverages a deformation-like reconstruction approach to learn correspondence without annotated data, outperforming state-of-the-art methods on both synthetic and real-world datasets for rigid and non-rigid 3D shapes.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes