Accuracy Does Not Guarantee Human-Likeness in Monocular Depth Estimators
Yuki Kubota, Taiki Fukiage
TL;DR
This work questions the assumption that higher accuracy in monocular depth estimation yields more human-like perception. By collecting absolute-depth judgments from humans on KITTI and evaluating 69 diverse DNNs, the authors show an inverse-U relationship: accuracy increases human-likeness up to near-human levels, after which further gains diverge from human biases. An affine decomposition reveals consistent bias patterns across humans and models, indicating shared perceptual priors, yet high-performing models often adopt strategies that differ from human vision. The study argues for multidimensional, human-centered evaluation to assess robustness and interpretability in outdoor 3D vision systems and provides datasets and code to catalyze further research.
Abstract
Monocular depth estimation is a fundamental capability for real-world applications such as autonomous driving and robotics. Although deep neural networks (DNNs) have achieved superhuman accuracy on physical-based benchmarks, a key challenge remains: aligning model representations with human perception, a promising strategy for enhancing model robustness and interpretability. Research in object recognition has revealed a complex trade-off between model accuracy and human-like behavior, raising a question whether a similar divergence exist in depth estimation, particularly for natural outdoor scenes where benchmarks rely on sensor-based ground truth rather than human perceptual estimates. In this study, we systematically investigated the relationship between model accuracy and human similarity across 69 monocular depth estimators using the KITTI dataset. To dissect the structure of error patterns on a factor-by-factor basis, we applied affine fitting to decompose prediction errors into interpretable components. Intriguingly, our results reveal while humans and DNNs share certain estimation biases (positive error correlations), we observed distinct trade-off relationships between model accuracy and human similarity. This finding indicates that improving accuracy does not necessarily lead to more human-like behavior, underscoring the necessity of developing multifaceted, human-centric evaluations beyond traditional accuracy.
