CARIL: Confidence-Aware Regression in Imitation Learning for Autonomous Driving
Elahe Delavari, Aws Khalil, Jaerock Kwon
TL;DR
The paper tackles the lack of action-level confidence in end-to-end imitation learning for autonomous driving by proposing a dual-head network that jointly performs continuous regression and discrete action classification to estimate confidence. This confidence output enables a correction mechanism, applying uncertainty-informed adjustments to steering in real time. Evaluated in the CARLA simulator, the approach improves trajectory accuracy and stability, with up to a 50% reduction in route deviation compared to regression-only baselines, and demonstrates practical, real-time confidence estimation. The work enhances robustness and interpretability in vision-based imitation learning, offering a public implementation and suggesting pathways to further improve uncertainty handling and integration with reinforcement learning.
Abstract
End-to-end vision-based imitation learning has demonstrated promising results in autonomous driving by learning control commands directly from expert demonstrations. However, traditional approaches rely on either regressionbased models, which provide precise control but lack confidence estimation, or classification-based models, which offer confidence scores but suffer from reduced precision due to discretization. This limitation makes it challenging to quantify the reliability of predicted actions and apply corrections when necessary. In this work, we introduce a dual-head neural network architecture that integrates both regression and classification heads to improve decision reliability in imitation learning. The regression head predicts continuous driving actions, while the classification head estimates confidence, enabling a correction mechanism that adjusts actions in low-confidence scenarios, enhancing driving stability. We evaluate our approach in a closed-loop setting within the CARLA simulator, demonstrating its ability to detect uncertain actions, estimate confidence, and apply real-time corrections. Experimental results show that our method reduces lane deviation and improves trajectory accuracy by up to 50%, outperforming conventional regression-only models. These findings highlight the potential of classification-guided confidence estimation in enhancing the robustness of vision-based imitation learning for autonomous driving. The source code is available at https://github.com/ElaheDlv/Confidence_Aware_IL.
