CVAICGMar 20, 2023

Self-Supervised Learning for Multimodal Non-Rigid 3D Shape Matching

arXiv:2303.10971v131 citationsh-index: 27
Originality Highly original
AI Analysis

This work addresses the gap in 3D shape matching quality between mesh-based and point cloud-based methods, enabling applications in computer vision and graphics where multimodal data is common.

The paper tackles the problem of matching 3D shapes across different data modalities (meshes and point clouds) by introducing a self-supervised multimodal learning strategy that combines mesh-based functional map regularization with a contrastive loss, achieving state-of-the-art results on challenging benchmarks and demonstrating cross-dataset generalization.

The matching of 3D shapes has been extensively studied for shapes represented as surface meshes, as well as for shapes represented as point clouds. While point clouds are a common representation of raw real-world 3D data (e.g. from laser scanners), meshes encode rich and expressive topological information, but their creation typically requires some form of (often manual) curation. In turn, methods that purely rely on point clouds are unable to meet the matching quality of mesh-based methods that utilise the additional topological structure. In this work we close this gap by introducing a self-supervised multimodal learning strategy that combines mesh-based functional map regularisation with a contrastive loss that couples mesh and point cloud data. Our shape matching approach allows to obtain intramodal correspondences for triangle meshes, complete point clouds, and partially observed point clouds, as well as correspondences across these data modalities. We demonstrate that our method achieves state-of-the-art results on several challenging benchmark datasets even in comparison to recent supervised methods, and that our method reaches previously unseen cross-dataset generalisation ability.

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