CVROMar 31, 2025

Cal or No Cal? -- Real-Time Miscalibration Detection of LiDAR and Camera Sensors

arXiv:2504.01040v22 citationsh-index: 10Has CodeIROS
Originality Incremental advance
AI Analysis

This addresses safety-critical calibration issues in autonomous vehicles, though it is incremental as it builds on existing online calibration trends.

The paper tackles the problem of real-time miscalibration detection for LiDAR and camera sensors in autonomous driving by proposing a binary classification framework instead of direct parameter regression, resulting in improved detection performance, faster inference, and lower resource demand compared to state-of-the-art methods.

The goal of extrinsic calibration is the alignment of sensor data to ensure an accurate representation of the surroundings and enable sensor fusion applications. From a safety perspective, sensor calibration is a key enabler of autonomous driving. In the current state of the art, a trend from target-based offline calibration towards targetless online calibration can be observed. However, online calibration is subject to strict real-time and resource constraints which are not met by state-of-the-art methods. This is mainly due to the high number of parameters to estimate, the reliance on geometric features, or the dependence on specific vehicle maneuvers. To meet these requirements and ensure the vehicle's safety at any time, we propose a miscalibration detection framework that shifts the focus from the direct regression of calibration parameters to a binary classification of the calibration state, i.e., calibrated or miscalibrated. Therefore, we propose a contrastive learning approach that compares embedded features in a latent space to classify the calibration state of two different sensor modalities. Moreover, we provide a comprehensive analysis of the feature embeddings and challenging calibration errors that highlight the performance of our approach. As a result, our method outperforms the current state-of-the-art in terms of detection performance, inference time, and resource demand. The code is open source and available on https://github.com/TUMFTM/MiscalibrationDetection.

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