Towards Robust 3D Object Detection In Rainy Conditions

Aldi Piroli,Vinzenz Dallabetta,Johannes Kopp,Marc Walessa,Daniel Meissner,Klaus Dietmayer
2023-10-05
Abstract:LiDAR sensors are used in autonomous driving applications to accurately perceive the environment. However, they are affected by adverse weather conditions such as snow, fog, and rain. These everyday phenomena introduce unwanted noise into the measurements, severely degrading the performance of LiDAR-based perception systems. In this work, we propose a framework for improving the robustness of LiDAR-based 3D object detectors against road spray. Our approach uses a state-of-the-art adverse weather detection network to filter out spray from the LiDAR point cloud, which is then used as input for the object detector. In this way, the detected objects are less affected by the adverse weather in the scene, resulting in a more accurate perception of the environment. In addition to adverse weather filtering, we explore the use of radar targets to further filter false positive detections. Tests on real-world data show that our approach improves the robustness to road spray of several popular 3D object detectors.
Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The paper aims to address the issue of decreased 3D object detection performance in autonomous driving systems under rainy conditions, caused by road spray generated by vehicle tires splashing water on the road surface. Specifically, LiDAR sensors are affected by water spray in rainy weather, producing noise points that not only obstruct the view but may also be misidentified as actual objects (i.e., "ghost objects"), thereby compromising the safety of autonomous driving systems. The paper proposes a framework that utilizes an advanced adverse weather detection network to filter out water spray points from the LiDAR point cloud, and then inputs the filtered data into an object detector trained only under good weather conditions. Additionally, the framework explores the possibility of further filtering false detections using radar targets to improve overall detection accuracy. Experimental results show that this method can effectively enhance the robustness of various popular 3D object detectors under rainy conditions without retraining the detectors, maintaining their performance in good weather conditions.