Multi-Modality Driven LoRA for Adverse Condition Depth Estimation
Guanglei Yang, Rui Tian, Yongqiang Zhang, Zhun Zhong, Yongqiang Li, Wangmeng Zuo
TL;DR
This work tackles adverse condition depth estimation (ACDE) where labeled data is scarce and cross-modal alignment is weak. It introduces Multi-Modality Driven LoRA (MMD-LoRA), combining Prompt Driven Domain Alignment (PDDA) with Visual-Text Consistent Contrastive Learning (VTCCL) and using low-rank adapters in the image encoder to bridge domain gaps with a small parameter budget, formalized as $W = W_0 + BA$ with $B \in \mathbb{R}^{d\times r}$, $A \in \mathbb{R}^{r\times k}$ and $r \ll \min(d,k)$. A two-stage training protocol first learns target-domain visuals and multimodal alignment, then injects LoRA blocks into the image encoder’s self-attention layers and finetunes depth estimation using ground-truth depth and captions. Experiments on nuScenes and Oxford RobotCar demonstrate state-of-the-art depth accuracy under night and rain, validating robustness and data-efficiency without the need for additional target-domain images.
Abstract
The autonomous driving community is increasingly focused on addressing corner case problems, particularly those related to ensuring driving safety under adverse conditions (e.g., nighttime, fog, rain). To this end, the task of Adverse Condition Depth Estimation (ACDE) has gained significant attention. Previous approaches in ACDE have primarily relied on generative models, which necessitate additional target images to convert the sunny condition into adverse weather, or learnable parameters for feature augmentation to adapt domain gaps, resulting in increased model complexity and tuning efforts. Furthermore, unlike CLIP-based methods where textual and visual features have been pre-aligned, depth estimation models lack sufficient alignment between multimodal features, hindering coherent understanding under adverse conditions. To address these limitations, we propose Multi-Modality Driven LoRA (MMD-LoRA), which leverages low-rank adaptation matrices for efficient fine-tuning from source-domain to target-domain. It consists of two core components: Prompt Driven Domain Alignment (PDDA) and Visual-Text Consistent Contrastive Learning(VTCCL). During PDDA, the image encoder with MMD-LoRA generates target-domain visual representations, supervised by alignment loss that the source-target difference between language and image should be equal. Meanwhile, VTCCL bridges the gap between textual features from CLIP and visual features from diffusion model, pushing apart different weather representations (vision and text) and bringing together similar ones. Through extensive experiments, the proposed method achieves state-of-the-art performance on the nuScenes and Oxford RobotCar datasets, underscoring robustness and efficiency in adapting to varied adverse environments.
