Towards Robust Monocular Depth Estimation in Non-Lambertian Surfaces
Junrui Zhang, Jiaqi Li, Yachuan Huang, Yiran Wang, Jinghong Zheng, Liao Shen, Zhiguo Cao
TL;DR
The paper tackles the robustness gap of monocular depth estimation in non-Lambertian (ToM) regions by introducing a targeted training framework that guides depth predictions in gradient space using non-Lambertian surface regional cues, paired with random tone-mapping augmentation to simulate diverse lighting. A key contribution is an optional lighting fusion module based on a Variational Autoencoder to fuse multi-exposure images, enabling the model to leverage favorable lighting for depth estimation. Trained on Hypersim with the ToM-aware loss $\mathcal{L}_{ToM}$ and a scale-shift-invariant loss $\mathcal{L}_{ssi}$, the approach yields strong zero-shot improvements on Booster and Mirror3D NYU data, and achieves state-of-the-art performance on ToM benchmarks such as TRICKY2024. The work demonstrates that gradient-domain supervision and lighting-aware data augmentation substantially improve ToM-region depth accuracy, though it notes limitations under extreme image corruption and overexposure.
Abstract
In the field of monocular depth estimation (MDE), many models with excellent zero-shot performance in general scenes emerge recently. However, these methods often fail in predicting non-Lambertian surfaces, such as transparent or mirror (ToM) surfaces, due to the unique reflective properties of these regions. Previous methods utilize externally provided ToM masks and aim to obtain correct depth maps through direct in-painting of RGB images. These methods highly depend on the accuracy of additional input masks, and the use of random colors during in-painting makes them insufficiently robust. We are committed to incrementally enabling the baseline model to directly learn the uniqueness of non-Lambertian surface regions for depth estimation through a well-designed training framework. Therefore, we propose non-Lambertian surface regional guidance, which constrains the predictions of MDE model from the gradient domain to enhance its robustness. Noting the significant impact of lighting on this task, we employ the random tone-mapping augmentation during training to ensure the network can predict correct results for varying lighting inputs. Additionally, we propose an optional novel lighting fusion module, which uses Variational Autoencoders to fuse multiple images and obtain the most advantageous input RGB image for depth estimation when multi-exposure images are available. Our method achieves accuracy improvements of 33.39% and 5.21% in zero-shot testing on the Booster and Mirror3D dataset for non-Lambertian surfaces, respectively, compared to the Depth Anything V2. The state-of-the-art performance of 90.75 in delta1.05 within the ToM regions on the TRICKY2024 competition test set demonstrates the effectiveness of our approach.
