URCDC-Depth: Uncertainty Rectified Cross-Distillation with CutFlip for Monocular Depth Estimation
About
This work aims to estimate a high-quality depth map from a single RGB image. Due to the lack of depth clues, making full use of the long-range correlation and the local information is critical for accurate depth estimation. Towards this end, we introduce an uncertainty rectified cross-distillation between Transformer and convolutional neural network (CNN) to learn a unified depth estimator. Specifically, we use the depth estimates from the Transformer branch and the CNN branch as pseudo labels to teach each other. Meanwhile, we model the pixel-wise depth uncertainty to rectify the loss weights of noisy pseudo labels. To avoid the large capacity gap induced by the strong Transformer branch deteriorating the cross-distillation, we transfer the feature maps from Transformer to CNN and design coupling units to assist the weak CNN branch to leverage the transferred features. Furthermore, we propose a surprisingly simple yet highly effective data augmentation technique CutFlip, which enforces the model to exploit more valuable clues apart from the vertical image position for depth inference. Extensive experiments demonstrate that our model, termed~\textbf{URCDC-Depth}, exceeds previous state-of-the-art methods on the KITTI, NYU-Depth-v2 and SUN RGB-D datasets, even with no additional computational burden at inference time. The source code is publicly available at \url{https://github.com/ShuweiShao/URCDC-Depth}.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Monocular Depth Estimation | KITTI (Eigen) | Abs Rel0.049 | 502 | |
| Monocular Depth Estimation | KITTI (Eigen split) | Abs Rel0.05 | 193 | |
| Monocular Depth Estimation | NYU-Depth v2 (official) | Abs Rel0.088 | 75 | |
| Monocular Depth Estimation | KITTI 16 (Eigen split) | Abs Rel Error0.05 | 20 | |
| Monocular Depth Estimation | KITTI Outdoor 12 (test) | Abs Rel0.05 | 15 | |
| Depth Estimation | KITTI (official split) | Absolute Relative Error1.74 | 10 | |
| Depth Prediction | KITTI private official (test) | SILog10.03 | 7 |