CVDec 27, 2020

LCCNet: LiDAR and Camera Self-Calibration using Cost Volume Network

arXiv:2012.13901v29 citations
AI Analysis

This work addresses the critical problem of maintaining accurate LiDAR-camera calibration for autonomous systems, offering improved performance over existing methods.

This paper introduces LCCNet, an online self-calibration method for LiDAR and camera sensors that utilizes a cost volume network for feature matching. The method achieves a mean absolute calibration error of 0.297cm in translation and 0.017° in rotation on the KITTI dataset, outperforming previous CNN-based state-of-the-art methods for miscalibration magnitudes up to 1.5m and 20°.

In this paper, we propose a novel online self-calibration approach for Light Detection and Ranging (LiDAR) and camera sensors. Compared to the previous CNN-based methods that concatenate the feature maps of the RGB image and decalibrated depth image, we exploit the cost volume inspired by the PWC-Net for feature matching. Besides the smooth L1-Loss of the predicted extrinsic calibration parameters, an additional point cloud loss is applied. Instead of regress the extrinsic parameters between LiDAR and camera directly, we predict the decalibrated deviation from initial calibration to the ground truth. During inference, the calibration error decreases further with the usage of iterative refinement and the temporal filtering approach. The evaluation results on the KITTI dataset illustrate that our approach outperforms CNN-based state-of-the-art methods in terms of a mean absolute calibration error of 0.297cm in translation and 0.017° in rotation with miscalibration magnitudes of up to 1.5m and 20°.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes