Structure-Aware Residual Pyramid Network for Monocular Depth Estimation
About
Monocular depth estimation is an essential task for scene understanding. The underlying structure of objects and stuff in a complex scene is critical to recovering accurate and visually-pleasing depth maps. Global structure conveys scene layouts, while local structure reflects shape details. Recently developed approaches based on convolutional neural networks (CNNs) significantly improve the performance of depth estimation. However, few of them take into account multi-scale structures in complex scenes. In this paper, we propose a Structure-Aware Residual Pyramid Network (SARPN) to exploit multi-scale structures for accurate depth prediction. We propose a Residual Pyramid Decoder (RPD) which expresses global scene structure in upper levels to represent layouts, and local structure in lower levels to present shape details. At each level, we propose Residual Refinement Modules (RRM) that predict residual maps to progressively add finer structures on the coarser structure predicted at the upper level. In order to fully exploit multi-scale image features, an Adaptive Dense Feature Fusion (ADFF) module, which adaptively fuses effective features from all scales for inferring structures of each scale, is introduced. Experiment results on the challenging NYU-Depth v2 dataset demonstrate that our proposed approach achieves state-of-the-art performance in both qualitative and quantitative evaluation. The code is available at https://github.com/Xt-Chen/SARPN.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Depth Estimation | NYU v2 (test) | Threshold Accuracy (delta < 1.25)87.8 | 423 | |
| Monocular Depth Estimation | NYU v2 (test) | Abs Rel0.111 | 257 | |
| Depth Estimation | SUN RGB-D (test) | Root Mean Square Error (RMS)0.494 | 93 | |
| Monocular Depth Estimation | NYU-Depth v2 (official) | Abs Rel0.111 | 75 | |
| Edge accuracy | NYU Depth V2 (test) | Precision74.9 | 30 | |
| Monocular Depth Estimation | SUN RGB-D | Absolute Relative Error (Abs Rel)0.166 | 19 | |
| Monocular Depth Estimation | SUN RGB-D v1 (test) | Delta-1 Acc75.7 | 14 |