Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BinsFormer: Revisiting Adaptive Bins for Monocular Depth Estimation

About

Monocular depth estimation is a fundamental task in computer vision and has drawn increasing attention. Recently, some methods reformulate it as a classification-regression task to boost the model performance, where continuous depth is estimated via a linear combination of predicted probability distributions and discrete bins. In this paper, we present a novel framework called BinsFormer, tailored for the classification-regression-based depth estimation. It mainly focuses on two crucial components in the specific task: 1) proper generation of adaptive bins and 2) sufficient interaction between probability distribution and bins predictions. To specify, we employ the Transformer decoder to generate bins, novelly viewing it as a direct set-to-set prediction problem. We further integrate a multi-scale decoder structure to achieve a comprehensive understanding of spatial geometry information and estimate depth maps in a coarse-to-fine manner. Moreover, an extra scene understanding query is proposed to improve the estimation accuracy, which turns out that models can implicitly learn useful information from an auxiliary environment classification task. Extensive experiments on the KITTI, NYU, and SUN RGB-D datasets demonstrate that BinsFormer surpasses state-of-the-art monocular depth estimation methods with prominent margins. Code and pretrained models will be made publicly available at \url{https://github.com/zhyever/Monocular-Depth-Estimation-Toolbox}.

Zhenyu Li, Xuyang Wang, Xianming Liu, Junjun Jiang• 2022

Related benchmarks

TaskDatasetResultRank
Monocular Depth EstimationKITTI (Eigen)
Abs Rel0.052
502
Depth EstimationNYU v2 (test)--
423
Depth EstimationKITTI (Eigen split)
RMSE2.096
276
Monocular Depth EstimationNYU v2 (test)
Abs Rel0.094
257
Monocular Depth EstimationKITTI (Eigen split)
Abs Rel0.052
193
Depth EstimationNYU Depth V2
RMSE0.33
177
Monocular Depth EstimationKITTI
Abs Rel0.052
161
Monocular Depth EstimationKITTI Raw Eigen (test)
RMSE2.098
159
Monocular Depth EstimationKITTI 80m maximum depth (Eigen)
Abs Rel0.052
126
Monocular Depth EstimationDDAD (test)
RMSE10.866
122
Showing 10 of 23 rows

Other info

Code

Follow for update