FreeReg: Image-to-Point Cloud Registration Leveraging Pretrained Diffusion Models and Monocular Depth Estimators
Haiping Wang, Yuan Liu, Bing Wang, Yujing Sun, Zhen Dong, Wenping Wang, Bisheng Yang
TL;DR
FreeReg addresses cross-modality image-to-point cloud (I2P) registration without task-specific training by unifying modalities through pretrained diffusion models and a monocular depth estimator. It extracts diffusion features from RGB images and depth maps via Stable Diffusion and ControlNet, and augments them with geometric features from Zoe-Depth and FCGF to produce robust, dense correspondences. Pixel-to-point matches are obtained with nearest-neighbor mutual checks and SE(3) pose is recovered with the Kabsch algorithm (or PnP when depth scaling is uncertain). Without task-specific training, FreeReg achieves substantial gains on indoor and outdoor benchmarks, highlighting strong generalization and indicating future speedups and automatic feature selection as promising directions.
Abstract
Matching cross-modality features between images and point clouds is a fundamental problem for image-to-point cloud registration. However, due to the modality difference between images and points, it is difficult to learn robust and discriminative cross-modality features by existing metric learning methods for feature matching. Instead of applying metric learning on cross-modality data, we propose to unify the modality between images and point clouds by pretrained large-scale models first, and then establish robust correspondence within the same modality. We show that the intermediate features, called diffusion features, extracted by depth-to-image diffusion models are semantically consistent between images and point clouds, which enables the building of coarse but robust cross-modality correspondences. We further extract geometric features on depth maps produced by the monocular depth estimator. By matching such geometric features, we significantly improve the accuracy of the coarse correspondences produced by diffusion features. Extensive experiments demonstrate that without any task-specific training, direct utilization of both features produces accurate image-to-point cloud registration. On three public indoor and outdoor benchmarks, the proposed method averagely achieves a 20.6 percent improvement in Inlier Ratio, a three-fold higher Inlier Number, and a 48.6 percent improvement in Registration Recall than existing state-of-the-arts.
