Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Object detection in adverse weather conditions for autonomous vehicles using Instruct Pix2Pix

Created by
  • Haebom

Author

Unai Gurbindo, Axel Brando, Jaume Abella, Caroline K onig

Outline

This paper focuses on improving the robustness of object detection systems under adverse weather conditions. To address this issue, which is essential for the advancement of autonomous driving technologies, we present a prompting methodology that generates adverse weather-based data augmentation using a diffusion model, Instruct Pix2Pix. The goal is to mitigate the adverse weather impact on the recognition ability of state-of-the-art object detection models, including Faster R-CNN and YOLOv10. We conduct experiments using the CARLA simulator and real image datasets, BDD100K and ACDC, to verify the effectiveness of the proposed data augmentation method in both simulated and real environments. The main contributions are to identify and quantify the performance differences of object detection models under adverse weather conditions and to show that a tailored data augmentation strategy improves the robustness of the models.

Takeaways, Limitations

Takeaways:
We clearly identified and quantified the performance degradation problem of object detection models in adverse weather environments.
We experimentally demonstrate that the robustness of object detection models to adverse weather conditions can be improved by using a data augmentation method based on Instruct Pix2Pix.
We propose a new methodology that can contribute to improving the safety and reliability of autonomous driving systems.
Limitations:
Experimental results in the CARLA simulator may not completely match the real environment.
Further research is needed on the generalization performance of the proposed methodology.
A comprehensive assessment of the different types of severe weather conditions may be lacking.
👍