CVJul 23, 2024

MonoWAD: Weather-Adaptive Diffusion Model for Robust Monocular 3D Object Detection

arXiv:2407.16448v113 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of autonomous driving systems needing to operate reliably in non-ideal weather conditions, representing an incremental improvement over methods focused only on clear weather.

The paper tackles the problem of monocular 3D object detection in varying weather conditions, such as fog, by proposing MonoWAD, a weather-adaptive diffusion model that achieves robust detection performance across different weather scenarios.

Monocular 3D object detection is an important challenging task in autonomous driving. Existing methods mainly focus on performing 3D detection in ideal weather conditions, characterized by scenarios with clear and optimal visibility. However, the challenge of autonomous driving requires the ability to handle changes in weather conditions, such as foggy weather, not just clear weather. We introduce MonoWAD, a novel weather-robust monocular 3D object detector with a weather-adaptive diffusion model. It contains two components: (1) the weather codebook to memorize the knowledge of the clear weather and generate a weather-reference feature for any input, and (2) the weather-adaptive diffusion model to enhance the feature representation of the input feature by incorporating a weather-reference feature. This serves an attention role in indicating how much improvement is needed for the input feature according to the weather conditions. To achieve this goal, we introduce a weather-adaptive enhancement loss to enhance the feature representation under both clear and foggy weather conditions. Extensive experiments under various weather conditions demonstrate that MonoWAD achieves weather-robust monocular 3D object detection. The code and dataset are released at https://github.com/VisualAIKHU/MonoWAD.

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