paper-with-me

Papers

PosDiffNet: Positional Neural Diffusion for Point Cloud Registration in a Large Field of View with Perturbations

2024-01-06 · Rui She, Sijie Wang, Qiyu Kang, Kai Zhao, Yang song, Wee Peng Tay, Tianyu Geng, Xingchao Jian

Point cloud registration is a crucial technique in 3D computer vision with a wide range of applications. However, this task can be challenging, particularly in large fields of view with dynamic objects, environmental noise, or other perturbations. To address this challenge, we propose a model called PosDiffNet. Our approach performs hierarchical registration based on window-level, patch-level, and point-level correspondence. We leverage a graph neural partial differential equation (PDE) based on Beltrami flow to obtain high-dimensional features and position embeddings for point clouds. We incorporate position embeddings into a Transformer module based on a neural ordinary differential equation (ODE) to efficiently represent patches within points. We employ the multi-level correspondence derived from the high feature similarity scores to facilitate alignment between point clouds. Subsequently, we use registration methods such as SVD-based algorithms to predict the transformation using corresponding point pairs. We evaluate PosDiffNet on several 3D point cloud datasets, verifying that it achieves state-of-the-art (SOTA) performance for point cloud registration in large fields of view with perturbations. The implementation code of experiments is available at https://github.com/AI-IT-AVs/PosDiffNet.

📄 PDF Abstract BibTeX arXiv:2401.03167

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud RegistrationPosition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Distinctiveness Oriented Positional Equilibrium for Point Cloud Registration

2021-01-01 · ICCV 2021 10 · Taewon Min, Chonghyuk Song, Eunseok Kim, Inwook Shim

Recent state-of-the-art learning-based approaches to point cloud registration have largely been based on graph neural networks (GNN). However, these prominent GNN backbones suffer from the indistinguishable features …

Point Cloud Registration

Ordered Diffusion for 3D Human Registration

2026-08-06 · Mattia Masiero, Ilya A. Petrov, Daniel Cremers, Gerard Pons-Moll 외 arxiv

3D human registration has historically been treated as a regression task, assuming a unique ground-truth alignment exists between the template and an input point cloud. In reality, acquisition noise, occlusions, and unkn…

PCRDiffusion: Diffusion Probabilistic Models for Point Cloud Registration

2023-12-11 · Yue Wu, Yongzhe Yuan, Xiaolong Fan, Xiaoshui Huang 외

We propose a new framework that formulates point cloud registration as a denoising diffusion process from noisy transformation to object transformation. During training stage, object transformation diffuses from ground-t…

DenoisingPoint Cloud Registration

SE(3) Diffusion Model-based Point Cloud Registration for Robust 6D Object Pose Estimation

2023-10-26 · NeurIPS 2023 11

In this paper, we introduce an SE(3) diffusion model-based point cloud registration framework for 6D object pose estimation in real-world scenarios. Our approach formulates the 3D registration task as a denoising diffusi…

6D Pose Estimation using RGBDenoisingPoint Cloud RegistrationPose Estimation

RARE: Refine Any Registration of Pairwise Point Clouds via Zero-Shot Learning

2025-07-26 · Chengyu Zheng, Jin Huang, Honghua Chen, Mingqiang Wei arxiv

Recent research leveraging large-scale pretrained diffusion models has demonstrated the potential of using diffusion features to establish semantic correspondences in images. Inspired by advancements in diffusion-based t…

Point Cloud RegistrationZero-Shot LearningPoint Clouds