ZIL: Zero-shot Image-to-LiDAR Registration

📅 2026-09-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
ZIL解决了非同步图像与LiDAR点云配准问题,通过视觉和点云变换器编码输入,并学习预测3D坐标以提高姿态准确性。
📝 Abstract
Image-to-LiDAR registration estimates the camera pose of an image with respect to a LiDAR point cloud. It has diverse applications in autonomous driving, robot navigation etc. However, state-of-the-art (SOTA) methods still 1) mostly assume same-frame inputs, struggling with the image and point cloud from distant frames; 2) rely on domain-specific training, failing to generalize to unseen scenarios. We propose ZIL, the first foundation model for zero-shot non-synchronized image-to-LiDAR registration. ZIL encodes the input image and point cloud with the Vision and Point Transformers. In addition to regressing the relative pose, ZIL also learns to predict 3D coordinates, which substantially improves the pose accuracy without additional annotations. Interestingly, naive mix-data training cannot enable zero-shot generalization, which requires normalization on both camera intrinsics and the LiDAR vertical-axis origin. Trained on 7 public datasets with 1.4M LiDAR frames, ZIL consistently and significantly outperforms previous SOTA with a single model across 5 in-domain and zero-shot benchmarks, reducing the translation and rotation errors by up to 87% and 76% (shown in Fig. 1). Code and models are available at https://github.com/ZijunLi7/ZIL.
Problem

Research questions and friction points this paper is trying to address.

Image-to-LiDAR Registration
Zero-shot Generalization
Non-synchronized Inputs
Innovation

Methods, ideas, or system contributions that make the work stand out.

Zero-shot Image-to-LiDAR Registration
Vision and Point Transformers
Non-synchronized Inputs
🔎 Similar Papers
No similar papers found.