paper-with-me

Papers

CoE: Deep Coupled Embedding for Non-Rigid Point Cloud Correspondences

2024-12-07 · Huajian Zeng, Maolin Gao, Daniel Cremers

The interest in matching non-rigidly deformed shapes represented as raw point clouds is rising due to the proliferation of low-cost 3D sensors. Yet, the task is challenging since point clouds are irregular and there is a lack of intrinsic shape information. We propose to tackle these challenges by learning a new shape representation -- a per-point high dimensional embedding, in an embedding space where semantically similar points share similar embeddings. The learned embedding has multiple beneficial properties: it is aware of the underlying shape geometry and is robust to shape deformations and various shape artefacts, such as noise and partiality. Consequently, this embedding can be directly employed to retrieve high-quality dense correspondences through a simple nearest neighbor search in the embedding space. Extensive experiments demonstrate new state-of-the-art results and robustness in numerous challenging non-rigid shape matching benchmarks and show its great potential in other shape analysis tasks, such as segmentation.

📄 PDF Abstract BibTeX arXiv:2412.05557

Code (1)

zenghjian/coe 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Deep Graph-based Spatial Consistency for Robust Non-rigid Point Cloud Registration

2023-03-17 · CVPR 2023 1 · Zheng Qin, Hao Yu, Changjian Wang, Yuxing Peng 외

We study the problem of outlier correspondence pruning for non-rigid point cloud registration. In rigid registration, spatial consistency has been a commonly used criterion to discriminate outliers from inliers. It measu…

Point Cloud Registration

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

Neural Intrinsic Embedding for Non-rigid Point Cloud Matching

2023-03-02 · CVPR 2023 1 · Puhua Jiang, Mingze Sun, Ruqi Huang

As a primitive 3D data representation, point clouds are prevailing in 3D sensing, yet short of intrinsic structural information of the underlying objects. Such discrepancy poses great challenges on directly establishing …

Point Cloud RegistrationWeakly-supervised Learning

RPM-Net: Robust Point Matching using Learned Features

2020-03-30 · CVPR 2020 6 · Zi Jian Yew, Gim Hee Lee

Iterative Closest Point (ICP) solves the rigid point cloud registration problem iteratively in two steps: (1) make hard assignments of spatially closest point correspondences, and then (2) find the least-squares rigid tr…

Deep LearningPoint Cloud Registration

DV-Matcher: Deformation-based Non-rigid Point Cloud Matching Guided by Pre-trained Visual Features

2025-01-01 · CVPR 2025 1 · Zhangquan Chen, Puhua Jiang, Ruqi Huang

In this paper, we present DV-Matcher, a novel learning-based framework for estimating dense correspondences between non-rigidly deformable point clouds. Learning directly from unstructured point clouds without meshin…