paper-with-me

홈 › Papers

Multiway Non-rigid Point Cloud Registration via Learned Functional Map Synchronization

2021-11-25 · Jiahui Huang, Tolga Birdal, Zan Gojcic, Leonidas J. Guibas, Shi-Min Hu

We present SyNoRiM, a novel way to jointly register multiple non-rigid shapes by synchronizing the maps relating learned functions defined on the point clouds. Even though the ability to process non-rigid shapes is critical in various applications ranging from computer animation to 3D digitization, the literature still lacks a robust and flexible framework to match and align a collection of real, noisy scans observed under occlusions. Given a set of such point clouds, our method first computes the pairwise correspondences parameterized via functional maps. We simultaneously learn potentially non-orthogonal basis functions to effectively regularize the deformations, while handling the occlusions in an elegant way. To maximally benefit from the multi-way information provided by the inferred pairwise deformation fields, we synchronize the pairwise functional maps into a cycle-consistent whole thanks to our novel and principled optimization formulation. We demonstrate via extensive experiments that our method achieves a state-of-the-art performance in registration accuracy, while being flexible and efficient as we handle both non-rigid and multi-body cases in a unified framework and avoid the costly optimization over point-wise permutations by the use of basis function maps.

📄 PDF Abstract BibTeX arXiv:2111.12878

Code (1)

huangjh-pub/synorim 공식 구현 pytorch

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

Multiway Point Cloud Mosaicking with Diffusion and Global Optimization

2024-01-01 · CVPR 2024 1 · Shengze Jin, Iro Armeni, Marc Pollefeys, Daniel Barath

We introduce a novel framework for multiway point cloud mosaicking (named Wednesday) designed to co-align sets of partially overlapping point clouds -- typically obtained from 3D scanners or moving RGB-D cameras -- i…

Denoisingglobal-optimization

GeoTransformer: Fast and Robust Point Cloud Registration with Geometric Transformer

2023-07-25 · Zheng Qin, Hao Yu, Changjian Wang, Yulan Guo 외

We study the problem of extracting accurate correspondences for point cloud registration. Recent keypoint-free methods have shown great potential through bypassing the detection of repeatable keypoints which is difficult…

Image to Point Cloud RegistrationPoint Cloud RegistrationTriplet

Non-rigid Point Cloud Registration with Neural Deformation Pyramid

2022-05-25 · Yang Li, Tatsuya Harada

Non-rigid point cloud registration is a key component in many computer vision and computer graphics applications. The high complexity of the unknown non-rigid motion make this task a challenging problem. In this paper, w…

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

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