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

IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2026)

Sparse LiDAR

Input Image

Dense LiDAR

Generated Image


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 R2LIVE 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.


System Overview

Overview of the proposed Image-to-Point Cloud registration pipeline. Given a sparse LiDAR scan and a camera image, the Conditional Rectified Flow module generates a dense LiDAR intensity image, which is then matched to the camera image via feature matching. The resulting 2D-3D correspondences are fed into PnP-RANSAC to estimate the 6-DoF relative pose.

System Overview

Model Architecture

Model Architecture

Registration Experiments

GT

GT

Ours

Ours

2D3D-MATR

2D3D-MATR

FreeReg

FreeReg