paper-with-me

Papers

Always Clear Depth: Robust Monocular Depth Estimation under Adverse Weather

2025-05-18 · Kui Jiang, Jing Cao, Zhaocheng Yu, Junjun Jiang, Jingchun Zhou

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.

📄 PDF Abstract BibTeX arXiv:2505.12199

Code (1)

msscao/acdepth 공식 구현

Tasks

Autonomous DrivingDepth EstimationDomain AdaptationKnowledge DistillationMonocular Depth Estimation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

SeeClear: Reliable Transparent Object Depth Estimation via Generative Opacification

2026-03-20 · Xiaoying Wang, Yumeng He, Jingkai Shi, Jiayin Lu 외 arxiv

Monocular depth estimation remains challenging for transparent objects, where refraction and transmission are difficult to model and break the appearance assumptions used by depth networks. As a result, state-of-the-art …

Transparent Object Depth EstimationMonocular Depth Estimation

Self-Supervised Monocular Scene Decomposition and Depth Estimation

2021-10-21 · Sadra Safadoust, Fatma Güney

Self-supervised monocular depth estimation approaches either ignore independently moving objects in the scene or need a separate segmentation step to identify them. We propose MonoDepthSeg to jointly estimate depth and s…

Depth EstimationMonocular Depth Estimation

Domain Adaptive Monocular Depth Estimation With Semantic Information

2021-04-12 · Fei Lu, Hyeonwoo Yu, Jean Oh

The advent of deep learning has brought an impressive advance to monocular depth estimation, e.g., supervised monocular depth estimation has been thoroughly investigated. However, the large amount of the RGB-to-depth dat…

Depth Estimationimage-classificationImage ClassificationMonocular Depth Estimation

Monocular Depth Decomposition of Semi-Transparent Volume Renderings

2022-06-27 · Dominik Engel, Sebastian Hartwig, Timo Ropinski

Neural networks have shown great success in extracting geometric information from color images. Especially, monocular depth estimation networks are increasingly reliable in real-world scenes. In this work we investigate …

Depth EstimationMonocular Depth Estimation

Diversity Matters: Fully Exploiting Depth Clues for Reliable Monocular 3D Object Detection

2022-05-19 · CVPR 2022 1 · Zhuoling Li, Zhan Qu, Yang Zhou, Jianzhuang Liu 외

As an inherently ill-posed problem, depth estimation from single images is the most challenging part of monocular 3D object detection (M3OD). Many existing methods rely on preconceived assumptions to bridge the missing s…

3D Object DetectionDepth EstimationDiversityMonocular 3D Object Detection+3