paper-with-me

Papers

PointRegGPT: Boosting 3D Point Cloud Registration using Generative Point-Cloud Pairs for Training

2024-07-19 · Suyi Chen, Hao Xu, Haipeng Li, Kunming Luo, Guanghui Liu, Chi-Wing Fu, Ping Tan, Shuaicheng Liu

Data plays a crucial role in training learning-based methods for 3D point cloud registration. However, the real-world dataset is expensive to build, while rendering-based synthetic data suffers from domain gaps. In this work, we present PointRegGPT, boosting 3D point cloud registration using generative point-cloud pairs for training. Given a single depth map, we first apply a random camera motion to re-project it into a target depth map. Converting them to point clouds gives a training pair. To enhance the data realism, we formulate a generative model as a depth inpainting diffusion to process the target depth map with the re-projected source depth map as the condition. Also, we design a depth correction module to alleviate artifacts caused by point penetration during the re-projection. To our knowledge, this is the first generative approach that explores realistic data generation for indoor point cloud registration. When equipped with our approach, several recent algorithms can improve their performance significantly and achieve SOTA consistently on two common benchmarks. The code and dataset will be released on https://github.com/Chen-Suyi/PointRegGPT.

📄 PDF Abstract BibTeX arXiv:2407.14054

Code (1)

chen-suyi/pointreggpt 공식 구현 pytorch

Tasks

Point Cloud Registration

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Rectified Point Flow: Generic Point Cloud Pose Estimation

2025-06-05 · Tao Sun, Liyuan Zhu, Shengyu Huang, Shuran Song 외

We introduce Rectified Point Flow, a unified parameterization that formulates pairwise point cloud registration and multi-part shape assembly as a single conditional generative problem. Given unposed point clouds, our me…

Point Cloud RegistrationPose Estimation

GenReg: Deep Generative Method for Fast Point Cloud Registration

2021-11-23 · Xiaoshui Huang, Zongyi Xu, Guofeng Mei, Sheng Li 외

Accurate and efficient point cloud registration is a challenge because the noise and a large number of points impact the correspondence search. This challenge is still a remaining research problem since most of the exist…

Point Cloud Registration

Geometry-to-Image Synthesis-Driven Generative Point Cloud Registration

2025-12-10 · Haobo Jiang, Jin Xie, Jian Yang, Liang Yu 외 arxiv

In this paper, we propose a novel 3D registration paradigm, Generative Point Cloud Registration, which bridges advanced 2D generative models with 3D matching tasks to enhance registration performance. Our key idea is to …

Point Cloud RegistrationPoint Clouds

Graphite: GRAPH-Induced feaTure Extraction for Point Cloud Registration

2020-10-18 · Mahdi Saleh, Shervin Dehghani, Benjamin Busam, Nassir Navab 외

3D Point clouds are a rich source of information that enjoy growing popularity in the vision community. However, due to the sparsity of their representation, learning models based on large point clouds is still a challen…

DescriptiveKeypoint DetectionMetric LearningPoint Cloud Registration+1

Accurate Point Cloud Registration with Robust Optimal Transport

2021-11-01 · NeurIPS 2021 12 · Zhengyang Shen, Jean Feydy, Peirong Liu, Ariel Hernán Curiale 외

This work investigates the use of robust optimal transport (OT) for shape matching. Specifically, we show that recent OT solvers improve both optimization-based and deep learning methods for point cloud registration, boo…

Point Cloud RegistrationScene Flow Estimation