DA-RAW: Domain Adaptive Object Detection for Real-World Adverse Weather Conditions
Minsik Jeon, Junwon Seo, Jihong Min
TL;DR
This work tackles robust object detection under real-world adverse weather by decomposing the domain gap into a style gap and a weather gap. It proposes a two-branch unsupervised domain adaptation framework built on Faster R-CNN with FPN: image-level style alignment using CBAM-enhanced features and a GRL-driven discriminator, and instance-level weather alignment via prototype-based contrastive learning with Sinkhorn-based soft assignments. By training with $\mathcal{L}_{\text{sup}}$, $\mathcal{L}_{\text{img}}$, and $\mathcal{L}_{\text{inst}}$, the method achieves superior performance on real rainy and snowy datasets without relying on synthetic weather priors or removal networks. The approach demonstrates that explicit separation of style and weather gaps and utilization of prototypes for weather-invariant representations significantly improve real-world detection robustness and generalization to diverse adverse conditions.
Abstract
Despite the success of deep learning-based object detection methods in recent years, it is still challenging to make the object detector reliable in adverse weather conditions such as rain and snow. For the robust performance of object detectors, unsupervised domain adaptation has been utilized to adapt the detection network trained on clear weather images to adverse weather images. While previous methods do not explicitly address weather corruption during adaptation, the domain gap between clear and adverse weather can be decomposed into two factors with distinct characteristics: a style gap and a weather gap. In this paper, we present an unsupervised domain adaptation framework for object detection that can more effectively adapt to real-world environments with adverse weather conditions by addressing these two gaps separately. Our method resolves the style gap by concentrating on style-related information of high-level features using an attention module. Using self-supervised contrastive learning, our framework then reduces the weather gap and acquires instance features that are robust to weather corruption. Extensive experiments demonstrate that our method outperforms other methods for object detection in adverse weather conditions.
