AdaBins: Depth Estimation using Adaptive Bins
About
We address the problem of estimating a high quality dense depth map from a single RGB input image. We start out with a baseline encoder-decoder convolutional neural network architecture and pose the question of how the global processing of information can help improve overall depth estimation. To this end, we propose a transformer-based architecture block that divides the depth range into bins whose center value is estimated adaptively per image. The final depth values are estimated as linear combinations of the bin centers. We call our new building block AdaBins. Our results show a decisive improvement over the state-of-the-art on several popular depth datasets across all metrics. We also validate the effectiveness of the proposed block with an ablation study and provide the code and corresponding pre-trained weights of the new state-of-the-art model.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Monocular Depth Estimation | KITTI (Eigen) | Abs Rel0.058 | 502 | |
| Depth Estimation | NYU v2 (test) | Threshold Accuracy (delta < 1.25)90.3 | 423 | |
| Depth Estimation | KITTI (Eigen split) | RMSE2.36 | 276 | |
| Monocular Depth Estimation | NYU v2 (test) | Abs Rel0.103 | 257 | |
| Monocular Depth Estimation | KITTI (Eigen split) | Abs Rel0.058 | 193 | |
| Depth Estimation | NYU Depth V2 | RMSE0.364 | 177 | |
| Monocular Depth Estimation | KITTI | Abs Rel0.058 | 161 | |
| Monocular Depth Estimation | KITTI Raw Eigen (test) | RMSE2.36 | 159 | |
| Monocular Depth Estimation | KITTI 80m maximum depth (Eigen) | Abs Rel0.058 | 126 | |
| Monocular Depth Estimation | DDAD (test) | RMSE7.55 | 122 |