paper-with-me

홈 › Papers

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

2020-12-31 · CVPR 2021 1 · Yiming Zeng, Yue Qian, Zhiyu Zhu, Junhui Hou, Hui Yuan, Ying He

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.

📄 PDF Abstract BibTeX arXiv:2012.15638

Code (1)

ZENGYIMING-EAMON/CorrNet3D 공식 구현 pytorch

Tasks

3D Dense Shape Correspondence

Similar Papers 제목 키워드 기반

Looking Beyond Corners: Contrastive Learning of Visual Representations for Keypoint Detection and Description Extraction

2021-12-22 · Henrique Siqueira, Patrick Ruhkamp, Ibrahim Halfaoui, Markus Karmann 외

Learnable keypoint detectors and descriptors are beginning to outperform classical hand-crafted feature extraction methods. Recent studies on self-supervised learning of visual representations have driven the increasing …

Contrastive LearningKeypoint DetectionSelf-Supervised Learning

SE-ORNet: Self-Ensembling Orientation-aware Network for Unsupervised Point Cloud Shape Correspondence

2023-04-10 · CVPR 2023 1 · Jiacheng Deng, Chuxin Wang, Jiahao Lu, Jianfeng He 외

Unsupervised point cloud shape correspondence aims to obtain dense point-to-point correspondences between point clouds without manually annotated pairs. However, humans and some animals have bilateral symmetry and variou…

3D Dense Shape Correspondence

Unsupervised Template-assisted Point Cloud Shape Correspondence Network

2024-03-25 · CVPR 2024 1 · Jiacheng Deng, Jiahao Lu, Tianzhu Zhang

Unsupervised point cloud shape correspondence aims to establish point-wise correspondences between source and target point clouds. Existing methods obtain correspondences directly by computing point-wise feature similari…

3D Dense Shape Correspondence

Temporally-Coherent Surface Reconstruction via Metric-Consistent Atlases

2021-04-14 · ICCV 2021 10 · Jan Bednarik, Vladimir G. Kim, Siddhartha Chaudhuri, Shaifali Parashar 외

We propose a method for the unsupervised reconstruction of a temporally-coherent sequence of surfaces from a sequence of time-evolving point clouds, yielding dense, semantically meaningful correspondences between all key…

Surface Reconstruction

A Representation Separation Perspective to Correspondences-free Unsupervised 3D Point Cloud Registration

2022-03-24 · Zhiyuan Zhang, Jiadai Sun, Yuchao Dai, Dingfu Zhou 외

3D point cloud registration in remote sensing field has been greatly advanced by deep learning based methods, where the rigid transformation is either directly regressed from the two point clouds (correspondences-free ap…

Point Cloud Registration