中文
相关论文

相关论文: Robust Point Cloud Registration Framework Based on…

200 篇论文

Three dimensional (3D) object recognition is becoming a key desired capability for many computer vision systems such as autonomous vehicles, service robots and surveillance drones to operate more effectively in unstructured environments.…

计算机视觉与模式识别 · 计算机科学 2021-08-25 Chenxi Xiao , Juan Wachs

Three-dimensional (3D) object recognition is crucial for intelligent autonomous agents such as autonomous vehicles and robots alike to operate effectively in unstructured environments. Most state-of-art approaches rely on relatively dense…

机器人学 · 计算机科学 2022-05-10 Prajval Kumar Murali , Cong Wang , Ravinder Dahiya , Mohsen Kaboli

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

Point cloud registration is a task to estimate the rigid transformation between two unaligned scans, which plays an important role in many computer vision applications. Previous learning-based works commonly focus on supervised…

计算机视觉与模式识别 · 计算机科学 2023-08-10 Mingzhi Yuan , Kexue Fu , Zhihao Li , Yucong Meng , Manning Wang

3D model generation from single 2D RGB images is a challenging and actively researched computer vision task. Various techniques using conventional network architectures have been proposed for the same. However, the body of research work is…

计算机视觉与模式识别 · 计算机科学 2021-06-30 Abdul Mueed Hafiz , Rouf Ul Alam Bhat , Shabir Ahmad Parah , M. Hassaballah

Relocalization, the process of re-establishing a robot's position within an environment, is crucial for ensuring accurate navigation and task execution when external positioning information, such as GPS, is unavailable or has been lost.…

机器人学 · 计算机科学 2025-04-11 David Akhihiero , Jason N. Gross

Point cloud completion is a generation and estimation issue derived from the partial point clouds, which plays a vital role in the applications in 3D computer vision. The progress of deep learning (DL) has impressively improved the…

计算机视觉与模式识别 · 计算机科学 2023-01-02 Ben Fei , Weidong Yang , Wenming Chen , Zhijun Li , Yikang Li , Tao Ma , Xing Hu , Lipeng Ma

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

Partial point cloud registration is essential for autonomous perception and 3D scene understanding, yet it remains challenging owing to structural ambiguity, partial visibility, and noise. We address these issues by proposing Confidence…

计算机视觉与模式识别 · 计算机科学 2025-09-30 Yongqiang Wang , Weigang Li , Wenping Liu , Zhe Xu , Zhiqiang Tian

With the increased availability of 3D scanning technology, point clouds are moving into the focus of computer vision as a rich representation of everyday scenes. However, they are hard to handle for machine learning algorithms due to their…

计算机视觉与模式识别 · 计算机科学 2019-08-27 Sergey Prokudin , Christoph Lassner , Javier Romero

Point cloud is point sets defined in 3D metric space. Point cloud has become one of the most significant data format for 3D representation. Its gaining increased popularity as a result of increased availability of acquisition devices, such…

计算机视觉与模式识别 · 计算机科学 2020-01-20 Saifullahi Aminu Bello , Shangshu Yu , Cheng Wang

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-11-05 Vinit Sarode , Xueqian Li , Hunter Goforth , Yasuhiro Aoki , Rangaprasad Arun Srivatsan , Simon Lucey , Howie Choset

We present DeepICP - a novel end-to-end learning-based 3D point cloud registration framework that achieves comparable registration accuracy to prior state-of-the-art geometric methods. Different from other keypoint based methods where a…

计算机视觉与模式识别 · 计算机科学 2020-07-14 Weixin Lu , Guowei Wan , Yao Zhou , Xiangyu Fu , Pengfei Yuan , Shiyu Song

Cross-source point cloud registration, which aims to align point cloud data from different sensors, is a fundamental task in 3D vision. However, compared to the same-source point cloud registration, cross-source registration faces two core…

计算机视觉与模式识别 · 计算机科学 2025-09-09 Zongyi Xu , Zhongpeng Lang , Yilong Chen , Shanshan Zhao , Xiaoshui Huang , Yifan Zuo , Yan Zhang , Qianni Zhang , Xinbo Gao

We propose a new supervized learning framework for oversegmenting 3D point clouds into superpoints. We cast this problem as learning deep embeddings of the local geometry and radiometry of 3D points, such that the border of objects presents…

计算机视觉与模式识别 · 计算机科学 2019-04-04 Loic Landrieu , Mohamed Boussaha

We study the problem of extracting accurate correspondences for point cloud registration. Recent keypoint-free methods bypass the detection of repeatable keypoints which is difficult in low-overlap scenarios, showing great potential in…

计算机视觉与模式识别 · 计算机科学 2023-07-18 Zheng Qin , Hao Yu , Changjian Wang , Yulan Guo , Yuxing Peng , Kai Xu

In this paper we propose a rotation-invariant deep network for point clouds analysis. Point-based deep networks are commonly designed to recognize roughly aligned 3D shapes based on point coordinates, but suffer from performance drops with…

计算机视觉与模式识别 · 计算机科学 2020-11-19 Ruixuan Yu , Xin Wei , Federico Tombari , Jian Sun

As a primitive 3D data representation, point clouds are prevailing in 3D sensing, yet short of intrinsic structural information of the underlying objects. Such discrepancy poses great challenges on directly establishing correspondences…

计算机视觉与模式识别 · 计算机科学 2023-03-03 Puhua Jiang , Mingze Sun , Ruqi Huang

Rigid point cloud registration is a fundamental problem and highly relevant in robotics and autonomous driving. Nowadays deep learning methods can be trained to match a pair of point clouds, given the transformation between them. However,…

计算机视觉与模式识别 · 计算机科学 2024-09-13 Christian Löwens , Thorben Funke , André Wagner , Alexandru Paul Condurache

Point cloud registration is a classical topic in the field of 3D Vision and Computer Graphics. Generally, the implementation of registration is typically sensitive to similarity transformations (translation, scaling, and rotation), noisy…

计算机视觉与模式识别 · 计算机科学 2025-08-07 Chenlei Lv , Hui Huang