CVJul 18, 2023

Domain Adaptation based Object Detection for Autonomous Driving in Foggy and Rainy Weather

arXiv:2307.09676v436 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses a critical safety issue for autonomous driving systems in adverse weather conditions, but it is incremental as it builds on existing domain adaptation techniques.

The paper tackled the problem of object detection for autonomous vehicles in foggy and rainy weather by proposing a domain adaptation framework, resulting in substantial performance improvements on public benchmarks.

Typically, object detection methods for autonomous driving that rely on supervised learning make the assumption of a consistent feature distribution between the training and testing data, this such assumption may fail in different weather conditions. Due to the domain gap, a detection model trained under clear weather may not perform well in foggy and rainy conditions. Overcoming detection bottlenecks in foggy and rainy weather is a real challenge for autonomous vehicles deployed in the wild. To bridge the domain gap and improve the performance of object detection in foggy and rainy weather, this paper presents a novel framework for domain-adaptive object detection. The adaptations at both the image-level and object-level are intended to minimize the differences in image style and object appearance between domains. Furthermore, in order to improve the model's performance on challenging examples, we introduce a novel adversarial gradient reversal layer that conducts adversarial mining on difficult instances in addition to domain adaptation. Additionally, we suggest generating an auxiliary domain through data augmentation to enforce a new domain-level metric regularization. Experimental findings on public benchmark exhibit a substantial enhancement in object detection specifically for foggy and rainy driving scenarios.

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