Search papers, labs, and topics across Lattice.
This paper introduces a novel cross-attention mechanism for camera-LiDAR extrinsic calibration that operates directly on image patches and LiDAR point groups in their native domains, avoiding the distortions introduced by depth map projections. The method incorporates extrinsic parameter hypotheses into the attention mechanism to ensure geometry-consistent cross-modal interaction. Experiments on KITTI and nuScenes show that the proposed approach significantly improves calibration accuracy and robustness, especially under large initial extrinsic perturbations, achieving 88% and 99% accuracy, respectively.
Ditching depth map projections for camera-LiDAR calibration unlocks significant gains in accuracy and robustness, especially when starting from poor initial extrinsic estimates.
Accurate camera-LiDAR fusion relies on precise extrinsic calibration, which fundamentally depends on establishing reliable cross-modal correspondences under potentially large misalignments. Existing learning-based methods typically project LiDAR points into depth maps for feature fusion, which distorts 3D geometry and degrades performance when the extrinsic initialization is far from the ground truth. To address this issue, we propose an extrinsic-aware cross-attention framework that directly aligns image patches and LiDAR point groups in their native domains. The proposed attention mechanism explicitly injects extrinsic parameter hypotheses into the correspondence modeling process, enabling geometry-consistent cross-modal interaction without relying on projected 2D depth maps. Extensive experiments on the KITTI and nuScenes benchmarks demonstrate that our method consistently outperforms state-of-the-art approaches in both accuracy and robustness. Under large extrinsic perturbations, our approach achieves accurate calibration in 88% of KITTI cases and 99% of nuScenes cases, substantially surpassing the second-best baseline. We have open sourced our code on https://github.com/gitouni/ProjFusion to benefit the community.