Autonomous driving paper index
Lightweight Monocular Distance Estimation via Anisotropic Geometry Loss for Low-Light Driving Environments
One-line summary
To address this limitation, we propose the Anisotropic Geometry Loss (AGL) framework.
Engineering notes
While state-of-the-art monocular 3D detection models achieve high accuracy in daylight conditions, they rely on computationally heavy architectures and degrade significantly in low-light environments. Experimental results on the Dark-KITTI dataset show that the proposed method achieves an RMSE of 10.91 ± 0.68 m, improving over YOLOv10n (11.53 ± 0.56 m) and YOLOv26n (11.99 ± 0.58 m), while maintaining a 2.71 M-parameter footprint and real-time inference (>160 FPS).
Chinese explanation / 中文解读
中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。
Original abstract
Robust monocular distance estimation under varying illumination conditions is critical for autonomous driving safety. While state-of-the-art monocular 3D detection models achieve high accuracy in daylight conditions, they rely on computationally heavy architectures and degrade significantly in low-light environments. Lightweight 2D detectors (e.g., YOLO variants) offer real-time performance but lack the geometric constraints required for accurate depth estimation. To address this limitation, we propose the Anisotropic Geometry Loss (AGL) framework. This lightweight framework enforces ground-plane consistency through an anisotropic bottom-edge constraint derived from the pinhole camera model. In addition, a luminance-channel contrast enhancement module (CLAHE) is applied at inference to improve low-light visibility. Experimental results on the Dark-KITTI dataset show that the proposed method achieves an RMSE of 10.91 ± 0.68 m, improving over YOLOv10n (11.53 ± 0.56 m) and YOLOv26n (11.99 ± 0.58 m), while maintaining a 2.71 M-parameter footprint and real-time inference (>160 FPS). With CLAHE, RMSE is further reduced to 10.55 ± 0.72 m. Stratified by kinematic safety zone, the proposed method achieves 2.42 ± 0.03 m in the Near range (0–15 m), 5.94 ± 0.19 m in the Medium range (15–30 m), and 17.41 ± 1.25 m in the Far range (>30 m), corresponding to Euro NCAP AEB (Autonomous Emergency Braking) stopping distances. AGL provides its largest measurable accuracy improvement in the medium-distance range while maintaining comparable performance in the far-distance range. A complementary luminance-channel CLAHE preprocessor recovers bottom-edge gradients in synthetic and real low-light frames; zero-shot generalization is qualitatively corroborated on the ExDark dataset. These results demonstrate that explicit geometric constraints provide an effective and efficient solution for robust cross-illumination resistance in monocular distance estimation. The framework also shows practical potential for camera-only AEB systems deployed on edge-computing platforms aligned with Euro NCAP safety protocols.
Links and sources
Need this topic turned into a technical roadmap?
Full Self Driving can prepare a custom autonomous driving literature review, code map, dataset map, and B2B technology assessment.
Request B2B research
Comments