computer vision

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

arXiv:2607.14639

summary

The paper presents a method that converts a sparse LiDAR scan into a dense intensity image using conditional rectified flow, matches it to a camera image, and estimates the 6‑DoF pose via PnP‑RANSAC, requiring only self‑supervised pre‑training and minimal LiDAR data.

Abstract

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 accuracy and strong generalization. In this paper, we propose a simple yet effective I2P method that treats LiDAR as an imaging sensor: from a single sparse LiDAR scan, we generate a dense LiDAR intensity image using Conditional Rectified Flow, match it with a camera image using a pre-trained feature matcher, and estimate the 6-DoF relative pose via PnP-RANSAC. The proposed model is pre-trained through a self-supervised image completion task and fine-tuned on a small amount of LiDAR data (neither image-point cloud pairs nor ground-truth sensor poses are required), enabling it to scale to diverse LiDAR and camera configurations. Experiments on the R3LIVE dataset show that the proposed method achieves a mean error of 4.89° / 1.63 m, outperforming existing methods, while completing a single registration in approximately 0.68 s.

Topics & keywords

#image-to-point cloud registration#lidar upsampling#sensor fusion#pose estimation#self-supervised learningconditional rectified flowdense lidar intensity imagePnP-RANSACself-supervised image completionR3LIVE dataset