π€ AI Summary
Monocular 3D object detection suffers significant performance degradation when test-time camera height deviates from that used during training. This work is the first to systematically reveal that camera height variation induces systematic, structured biases in depth estimation. To address this, we propose a dual-path deep fusion architecture that jointly regresses depth and estimates PlΓΌcker line embeddings constrained by ground-plane geometry. We further incorporate image-adaptive geometric transformations and multi-height CARLA-based data augmentation to enhance generalization across varying camera heights. A depth-averaging strategy is introduced to improve robustness of depth predictions. Extensive experiments demonstrate that our method achieves over a 45% improvement in 3D detection AP under unseen camera heights, substantially outperforming prior approaches and establishing new state-of-the-art performance.
π Abstract
Monocular 3D object detectors, while effective on data from one ego camera height, struggle with unseen or out-of-distribution camera heights. Existing methods often rely on Plucker embeddings, image transformations or data augmentation. This paper takes a step towards this understudied problem by first investigating the impact of camera height variations on state-of-the-art (SoTA) Mono3D models. With a systematic analysis on the extended CARLA dataset with multiple camera heights, we observe that depth estimation is a primary factor influencing performance under height variations. We mathematically prove and also empirically observe consistent negative and positive trends in mean depth error of regressed and ground-based depth models, respectively, under camera height changes. To mitigate this, we propose Camera Height Robust Monocular 3D Detector (CHARM3R), which averages both depth estimates within the model. CHARM3R improves generalization to unseen camera heights by more than $45%$, achieving SoTA performance on the CARLA dataset. Codes and Models at https://github.com/abhi1kumar/CHARM3R