CVAIMay 18, 2025

Always Clear Depth: Robust Monocular Depth Estimation under Adverse Weather

arXiv:2505.12199v12 citationsh-index: 9IJCAI
Originality Incremental advance
AI Analysis

This addresses a critical issue for autonomous driving and scene reconstruction applications by enhancing robustness in challenging weather conditions, though it is incremental over existing methods.

The paper tackles the problem of monocular depth estimation performance declining in adverse weather by proposing ACDepth, which uses a diffusion model for data generation and multi-granularity knowledge distillation, achieving improvements of 2.50% for night scenes and 2.61% for rainy scenes on the nuScenes dataset in absRel metric.

Monocular depth estimation is critical for applications such as autonomous driving and scene reconstruction. While existing methods perform well under normal scenarios, their performance declines in adverse weather, due to challenging domain shifts and difficulties in extracting scene information. To address this issue, we present a robust monocular depth estimation method called \textbf{ACDepth} from the perspective of high-quality training data generation and domain adaptation. Specifically, we introduce a one-step diffusion model for generating samples that simulate adverse weather conditions, constructing a multi-tuple degradation dataset during training. To ensure the quality of the generated degradation samples, we employ LoRA adapters to fine-tune the generation weights of diffusion model. Additionally, we integrate circular consistency loss and adversarial training to guarantee the fidelity and naturalness of the scene contents. Furthermore, we elaborate on a multi-granularity knowledge distillation strategy (MKD) that encourages the student network to absorb knowledge from both the teacher model and pretrained Depth Anything V2. This strategy guides the student model in learning degradation-agnostic scene information from various degradation inputs. In particular, we introduce an ordinal guidance distillation mechanism (OGD) that encourages the network to focus on uncertain regions through differential ranking, leading to a more precise depth estimation. Experimental results demonstrate that our ACDepth surpasses md4all-DD by 2.50\% for night scene and 2.61\% for rainy scene on the nuScenes dataset in terms of the absRel metric.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes