A Computer Vision Approach for Autonomous Cars to Drive Safe at Construction Zone

Abu Shad Ahammed,Md Shahi Amran Hossain,Roman Obermaisser
2024-09-24
Abstract:To build a smarter and safer city, a secure, efficient, and sustainable transportation system is a key requirement. The autonomous driving system (ADS) plays an important role in the development of smart transportation and is considered one of the major challenges facing the automotive sector in recent decades. A car equipped with an autonomous driving system (ADS) comes with various cutting-edge functionalities such as adaptive cruise control, collision alerts, automated parking, and more. A primary area of research within ADAS involves identifying road obstacles in construction zones regardless of the driving environment. This paper presents an innovative and highly accurate road obstacle detection model utilizing computer vision technology that can be activated in construction zones and functions under diverse drift conditions, ultimately contributing to build a safer road transportation system. The model developed with the YOLO framework achieved a mean average precision exceeding 94\% and demonstrated an inference time of 1.6 milliseconds on the validation dataset, underscoring the robustness of the methodology applied to mitigate hazards and risks for autonomous vehicles.
Computer Vision and Pattern Recognition,Robotics
What problem does this paper attempt to address?
This paper attempts to solve the problem of how self - driving cars can drive safely in construction areas. Specifically, the paper focuses on developing a road obstacle detection model based on computer vision technology to improve the safety of self - driving systems in construction areas. These areas pose additional challenges to self - driving vehicles due to the presence of road construction, lane closures or diversions, etc. Therefore, this research aims to reduce the risk of accidents and improve the safety of the road transportation system by proposing an obstacle detection model with high precision and adaptability to various drift conditions. The main problems mentioned in the paper include: 1. **Data Drift**: Changes in vehicle hardware or road environment may lead to a decline in the performance of the computer vision model. 2. **Obstacle Recognition in Complex Environments**: In construction areas, the presence of obstacles such as cones, barricades and warning lights makes it necessary for self - driving systems to perform accurate obstacle recognition in complex environments. 3. **Real - time Requirements**: The model needs to have a fast inference time while ensuring high precision to meet the real - time requirements in actual driving. To address these problems, the author used the YOLO (You Only Look Once) framework to develop the obstacle detection model and generated a data set containing different environmental conditions through the CARLA simulator to enhance the robustness and generalization ability of the model. The experimental results show that the model achieved an average precision of over 94% on the validation set and the inference time was only 1.6 milliseconds, indicating its potential in practical applications.