paper-with-me

홈 › Papers

Stein ICP for Uncertainty Estimation in Point Cloud Matching

2021-06-07 · Fahira Afzal Maken, Fabio Ramos, Lionel Ott

Quantification of uncertainty in point cloud matching is critical in many tasks such as pose estimation, sensor fusion, and grasping. Iterative closest point (ICP) is a commonly used pose estimation algorithm which provides a point estimate of the transformation between two point clouds. There are many sources of uncertainty in this process that may arise due to sensor noise, ambiguous environment, and occlusion. However, for safety critical problems such as autonomous driving, a point estimate of the pose transformation is not sufficient as it does not provide information about the multiple solutions. Current probabilistic ICP methods usually do not capture all sources of uncertainty and may provide unreliable transformation estimates which can have a detrimental effect in state estimation or decision making tasks that use this information. In this work we propose a new algorithm to align two point clouds that can precisely estimate the uncertainty of ICP's transformation parameters. We develop a Stein variational inference framework with gradient based optimization of ICP's cost function. The method provides a non-parametric estimate of the transformation, can model complex multi-modal distributions, and can be effectively parallelized on a GPU. Experiments using 3D kinect data as well as sparse indoor/outdoor LiDAR data show that our method is capable of efficiently producing accurate pose uncertainty estimates.

📄 PDF Abstract BibTeX arXiv:2106.03287

Code (2)

https://bitbucket.org/fafz/stein-icp 공식 구현 pytorch
https://bitbucket.org/fafz/stein_particle_filter pytorch

Tasks

Autonomous DrivingDecision MakingGPUPose EstimationSensor FusionState EstimationVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

COTReg:Coupled Optimal Transport based Point Cloud Registration

2021-12-29 · Guofeng Mei, Xiaoshui Huang, Litao Yu, Jian Zhang 외

Generating a set of high-quality correspondences or matches is one of the most critical steps in point cloud registration. This paper proposes a learning framework COTReg by jointly considering the pointwise and structur…

Point Cloud Registration

PLG-IN: Pluggable Geometric Consistency Loss with Wasserstein Distance in Monocular Depth Estimation

2020-06-03 · Noriaki Hirose, Satoshi Koide, Keisuke Kawano, Ruho Kondo

We propose a novel objective for penalizing geometric inconsistencies to improve the depth and pose estimation performance of monocular camera images. Our objective is designed using the Wasserstein distance between two …

Depth EstimationMonocular Depth EstimationPose Estimation

Fast Estimation of Wasserstein Distances via Regression on Sliced Wasserstein Distances

2025-09-24 · Khai Nguyen, Hai Nguyen, Nhat Ho arxiv

We address the problem of efficiently computing Wasserstein distances for multiple pairs of distributions drawn from a meta-distribution. To this end, we propose a fast estimation method based on regressing Wasserstein d…

Point Clouds

Bridge 2D-3D: Uncertainty-aware Hierarchical Registration Network with Domain Alignment

2025-04-02 · Zhixin Cheng, Jiacheng Deng, Xinjun Li, Baoqun Yin 외

The method for image-to-point cloud registration typically determines the rigid transformation using a coarse-to-fine pipeline. However, directly and uniformly matching image patches with point cloud patches may lead to …

Image to Point Cloud RegistrationPoint Cloud Registration

Generalized Wasserstein Flow Matching: Transport Plans, Everywhere, All at Once

2026-05-08 · Moritz Piening, Richard Duong, Gabriele Steidl arxiv

Flow matching has recently emerged as a flexible and efficient framework for generative modelling by learning deterministic transport dynamics between probability measures. In this work, we extend flow matching to the sp…