Toward Improving Robustness of Object Detectors Against Domain Shift
Le-Anh Tran, Chung Nguyen Tran, Dong-Chul Park, Jordi Carrabina, David Castells-Rufas
TL;DR
The paper tackles domain shift in driving-object detection by introducing a data-synthesis module that creates realistic hazy images. It leverages Monodepth2 for monocular depth estimation and Koschmieder’s law to render hazy scenes with random haze density and airlight, enabling online or offline data augmentation for YOLOv4-based detectors. The approach yields substantial improvements on hazy and foggy data (e.g., WAYMO-Haze, Foggy Driving) and provides modest gains on clean data, highlighting enhanced robustness to adverse weather. This method offers a practical, label-efficient route to strengthen autonomous-driving perception in varying visibility conditions, with publicly available code for replication.
Abstract
This paper proposes a data augmentation method for improving the robustness of driving object detectors against domain shift. Domain shift problem arises when there is a significant change between the distribution of the source data domain used in the training phase and that of the target data domain in the deployment phase. Domain shift is known as one of the most popular reasons resulting in the considerable drop in the performance of deep neural network models. In order to address this problem, one effective approach is to increase the diversity of training data. To this end, we propose a data synthesis module that can be utilized to train more robust and effective object detectors. By adopting YOLOv4 as a base object detector, we have witnessed a remarkable improvement in performance on both the source and target domain data. The code of this work is publicly available at https://github.com/tranleanh/haze-synthesis.
