中文
相关论文

相关论文: Deep Closest Point: Learning Representations for P…

200 篇论文

Point cloud registration aligns 3D point clouds using spatial transformations. It is an important task in computer vision, with applications in areas such as augmented reality (AR) and medical imaging. This work explores the intersection of…

计算机视觉与模式识别 · 计算机科学 2024-05-07 Maximilian Weber , Daniel Wild , Jens Kleesiek , Jan Egger , Christina Gsaxner

Point cloud registration is a fundamental problem in 3D scanning. In this paper, we address the frequent special case of registering terrestrial LiDAR scans (or, more generally, levelled point clouds). Many current solutions still rely on…

计算机视觉与模式识别 · 计算机科学 2018-12-03 Zhipeng Cai , Tat-Jun Chin , Alvaro Parra Bustos , Konrad Schindler

Rigid registration of multi-view and multi-platform LiDAR scans is a fundamental problem in 3D mapping, robotic navigation, and large-scale urban modeling applications. Data acquisition with LiDAR sensors involves scanning multiple areas…

计算机视觉与模式识别 · 计算机科学 2020-02-03 Aby Thomas , Adarsh Sunilkumar , Shankar Shylesh , Aby Abahai T. , Subhasree Methirumangalath , Dong Chen , Jiju Peethambaran

Iterative methods such as iterative closest point (ICP) for point cloud registration often suffer from bad local optimality (e.g. saddle points), due to the nature of nonconvex optimization. To address this fundamental challenge, in this…

计算机视觉与模式识别 · 计算机科学 2024-11-19 Ziming Zhang , Yuping Shao , Yiqing Zhang , Fangzhou Lin , Haichong Zhang , Elke Rundensteiner

Due to their complex spatial structure and diverse geometric features, achieving high-precision and robust point cloud registration for complex Die Castings has been a significant challenge in the die-casting industry. Existing point cloud…

计算机视觉与模式识别 · 计算机科学 2024-03-18 Yu Du , Yu Song , Ce Guo , Xiaojing Tian , Dong Liu , Ming Cong

This paper presents DeepI2P: a novel approach for cross-modality registration between an image and a point cloud. Given an image (e.g. from a rgb-camera) and a general point cloud (e.g. from a 3D Lidar scanner) captured at different…

计算机视觉与模式识别 · 计算机科学 2021-04-09 Jiaxin Li , Gim Hee Lee

3D Point cloud registration is still a very challenging topic due to the difficulty in finding the rigid transformation between two point clouds with partial correspondences, and it's even harder in the absence of any initial estimation…

计算机视觉与模式识别 · 计算机科学 2021-06-21 Zhijian Qiao , Huanshu Wei , Zhe Liu , Chuanzhe Suo , Hesheng Wang

As a fundamental yet challenging problem in intelligent transportation systems, point cloud registration attracts vast attention and has been attained with various deep learning-based algorithms. The unsupervised registration algorithms…

计算机视觉与模式识别 · 计算机科学 2023-04-14 Dongrui Liu , Chuanchuan Chen , Changqing Xu , Robert Qiu , Lei Chu

The Iterative Closest Point (ICP) algorithm and its variants are a fundamental technique for rigid registration between two point sets, with wide applications in different areas from robotics to 3D reconstruction. The main drawbacks for ICP…

计算机视觉与模式识别 · 计算机科学 2023-04-18 Juyong Zhang , Yuxin Yao , Bailin Deng

We propose a generalization of the iterative closest point (ICP) algorithm for point set registration, in which the registration functions are non-rigid and follow the large deformation diffeomorphic metric mapping (LDDMM) framework. The…

信号处理 · 电气工程与系统科学 2025-01-22 Adrien Wohrer

In this note, we propose an approach to initialize the Iterative Closest Point (ICP) algorithm to match unlabelled point clouds related by rigid transformations. The method is based on matching the ellipsoids defined by the points'…

计算机视觉与模式识别 · 计算机科学 2023-06-27 Alexander Kolpakov , Michael Werman

Point cloud registration is a popular topic which has been widely used in 3D model reconstruction, location, and retrieval. In this paper, we propose a new registration method, KSS-ICP, to address the rigid registration task in Kendall…

计算机视觉与模式识别 · 计算机科学 2023-03-22 Chenlei Lv , Weisi Lin , Baoquan Zhao

Point cloud registration plays a critical role in a multitude of computer vision tasks, such as pose estimation and 3D localization. Recently, a plethora of deep learning methods were formulated that aim to tackle this problem. Most of…

计算机视觉与模式识别 · 计算机科学 2021-09-24 Lisa Tse , Abdoul Aziz Amadou , Axen Georget , Ahmet Tuysuzoglu

3D point cloud registration is a fundamental problem in computer vision and robotics. Recently, learning-based point cloud registration methods have made great progress. However, these methods are sensitive to outliers, which lead to more…

计算机视觉与模式识别 · 计算机科学 2022-11-10 Kexue Fu , Jiazheng Luo , Xiaoyuan Luo , Shaolei Liu , Chenxi Zhang , Manning Wang

Point cloud registration is a fundamental problem in 3D computer vision. In this paper, we cast point cloud registration into a planning problem in reinforcement learning, which can seek the transformation between the source and target…

计算机视觉与模式识别 · 计算机科学 2021-08-20 Haobo Jiang , Jin Xie , Jianjun Qian , Jian Yang

PointNet has recently emerged as a popular representation for unstructured point cloud data, allowing application of deep learning to tasks such as object detection, segmentation and shape completion. However, recent works in literature…

计算机视觉与模式识别 · 计算机科学 2019-12-13 Vinit Sarode , Xueqian Li , Hunter Goforth , Yasuhiro Aoki , Animesh Dhagat , Rangaprasad Arun Srivatsan , Simon Lucey , Howie Choset

Point cloud analysis (such as 3D segmentation and detection) is a challenging task, because of not only the irregular geometries of many millions of unordered points, but also the great variations caused by depth, viewpoint, occlusion, etc.…

计算机视觉与模式识别 · 计算机科学 2023-07-28 Tuo Feng , Wenguan Wang , Xiaohan Wang , Yi Yang , Qinghua Zheng

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 existing methods rely on…

计算机视觉与模式识别 · 计算机科学 2021-11-24 Xiaoshui Huang , Zongyi Xu , Guofeng Mei , Sheng Li , Jian Zhang , Yifan Zuo , Yucheng Wang

The Iterative Closest Point (ICP) algorithm is one of the most widely used methods for point-set registration. However, being based on local iterative optimization, ICP is known to be susceptible to local minima. Its performance critically…

计算机视觉与模式识别 · 计算机科学 2016-05-12 Jiaolong Yang , Hongdong Li , Dylan Campbell , Yunde Jia

Point cloud registration is a fundamental problem in computer vision that aims to estimate the transformation between corresponding sets of points. Non-rigid registration, in particular, involves addressing challenges including various…

计算机视觉与模式识别 · 计算机科学 2025-06-06 Sara Monji-Azad , Marvin Kinz , Jürgen Hesser