paper-with-me

Papers

CorrI2P: Deep Image-to-Point Cloud Registration via Dense Correspondence

2022-07-12 · Siyu Ren, Yiming Zeng, Junhui Hou, Xiaodong Chen

Motivated by the intuition that the critical step of localizing a 2D image in the corresponding 3D point cloud is establishing 2D-3D correspondence between them, we propose the first feature-based dense correspondence framework for addressing the image-to-point cloud registration problem, dubbed CorrI2P, which consists of three modules, i.e., feature embedding, symmetric overlapping region detection, and pose estimation through the established correspondence. Specifically, given a pair of a 2D image and a 3D point cloud, we first transform them into high-dimensional feature space and feed the resulting features into a symmetric overlapping region detector to determine the region where the image and point cloud overlap each other. Then we use the features of the overlapping regions to establish the 2D-3D correspondence before running EPnP within RANSAC to estimate the camera's pose. Experimental results on KITTI and NuScenes datasets show that our CorrI2P outperforms state-of-the-art image-to-point cloud registration methods significantly. We will make the code publicly available.

📄 PDF Abstract BibTeX arXiv:2207.05483

Code (1)

rsy6318/CorrI2P 공식 구현 pytorch

Tasks

Image to Point Cloud RegistrationPoint Cloud RegistrationPose Estimation

Similar Papers 제목 키워드 기반

RDMNet: Reliable Dense Matching Based Point Cloud Registration for Autonomous Driving

2023-03-31 · Chenghao Shi, Xieyuanli Chen, Huimin Lu, Wenbang Deng 외

Point cloud registration is an important task in robotics and autonomous driving to estimate the ego-motion of the vehicle. Recent advances following the coarse-to-fine manner show promising potential in point cloud regi…

Autonomous DrivingPoint Cloud RegistrationPose Estimation

GLASS: Geometry-aware Local Alignment and Structure Synchronization Network for 2D-3D Registration

2026-03-27 · Zhixin Cheng, Jiacheng Deng, Xinjun Li, Bohao Liao 외 arxiv

Image-to-point cloud registration methods typically follow a coarse-to-fine pipeline, extracting patch-level correspondences and refining them into dense pixel-to-point matches. However, in scenes with repetitive pattern…

Point Cloud RegistrationPoint Clouds

CA-I2P: Channel-Adaptive Registration Network with Global Optimal Selection

2025-06-26 · Zhixin Cheng, Jiacheng Deng, Xinjun Li, Xiaotian Yin 외

Detection-free methods typically follow a coarse-to-fine pipeline, extracting image and point cloud features for patch-level matching and refining dense pixel-to-point correspondences. However, differences in feature cha…

global-optimizationImage to Point Cloud RegistrationPoint Cloud Registration

Image-to-Point Cloud Registration Made Easy with Rectified Flow-based LiDAR Upsampling

2026-07-16 · Reon Tabata, Kenji Koide, Shuji Oishi, Masashi Yokozuka 외 arxiv

Image-to-Point Cloud Registration (I2P) is essential for integrating camera and LiDAR in perception and autonomous systems, yet the modality gap between images and point clouds makes it difficult to achieve both high acc…

Point Cloud RegistrationPoint Clouds

APR: Online Distant Point Cloud Registration Through Aggregated Point Cloud Reconstruction

2023-05-04 · Quan Liu, Yunsong Zhou, Hongzi Zhu, Shan Chang 외

For many driving safety applications, it is of great importance to accurately register LiDAR point clouds generated on distant moving vehicles. However, such point clouds have extremely different point density and sensor…

Point cloud reconstructionPoint Cloud Registration