Robust LiDAR-Camera Calibration with 2D Gaussian Splatting
Shuyi Zhou, Shuxiang Xie, Ryoichi Ishikawa, Takeshi Oishi
TL;DR
The paper tackles the challenge of targetless LiDAR–camera extrinsic calibration by exploiting 2D Gaussian Splatting (2DGS) to build a differentiable geometric representation from LiDAR frames. It separates geometry construction from colorization, first optimizing 2DGS geometry using depth supervision, then jointly refining splat colors and the LiDAR–camera extrinsic, guided by photometric, reprojection, and triangulation losses. To address the limitations of photometric optimization, it introduces depth uncertainty weighting and two additional geometric losses to enforce cross-view consistency and depth accuracy. Evaluations on KITTI show improved calibration accuracy and robustness to large initial miscalibrations compared to several baselines, highlighting practical applicability for autonomous systems with minimal manual setup.
Abstract
LiDAR-camera systems have become increasingly popular in robotics recently. A critical and initial step in integrating the LiDAR and camera data is the calibration of the LiDAR-camera system. Most existing calibration methods rely on auxiliary target objects, which often involve complex manual operations, whereas targetless methods have yet to achieve practical effectiveness. Recognizing that 2D Gaussian Splatting (2DGS) can reconstruct geometric information from camera image sequences, we propose a calibration method that estimates LiDAR-camera extrinsic parameters using geometric constraints. The proposed method begins by reconstructing colorless 2DGS using LiDAR point clouds. Subsequently, we update the colors of the Gaussian splats by minimizing the photometric loss. The extrinsic parameters are optimized during this process. Additionally, we address the limitations of the photometric loss by incorporating the reprojection and triangulation losses, thereby enhancing the calibration robustness and accuracy.
