Roundabout Dilemma Zone Data Mining and Forecasting with Trajectory Prediction and Graph Neural Networks

Manthan Chelenahalli Satish,Duo Lu,Bharatesh Chakravarthi,Mohammad Farhadi,Yezhou Yang
2024-09-01
Abstract:Traffic roundabouts, as complex and critical road scenarios, pose significant safety challenges for autonomous vehicles. In particular, the encounter of a vehicle with a dilemma zone (DZ) at a roundabout intersection is a pivotal concern. This paper presents an automated system that leverages trajectory forecasting to predict DZ events, specifically at traffic roundabouts. Our system aims to enhance safety standards in both autonomous and manual transportation. The core of our approach is a modular, graph-structured recurrent model that forecasts the trajectories of diverse agents, taking into account agent dynamics and integrating heterogeneous data, such as semantic maps. This model, based on graph neural networks, aids in predicting DZ events and enhances traffic management decision-making. We evaluated our system using a real-world dataset of traffic roundabout intersections. Our experimental results demonstrate that our dilemma forecasting system achieves a high precision with a low false positive rate of 0.1. This research represents an advancement in roundabout DZ data mining and forecasting, contributing to the assurance of intersection safety in the era of autonomous vehicles.
Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the Dilemma Zone (DZ) problem encountered in roundabouts, especially when vehicles face the decision - making dilemma of whether to keep going or stop when entering the roundabout. Such decision - making difficulties may lead to dangerous situations, such as Red - Light Running (RLR) or rear - end accidents, especially at high - traffic - volume or high - speed intersections. To solve this problem, the paper proposes an automated system based on trajectory prediction and Graph Neural Networks (GNN), aiming to improve the safety standards for both autonomous and manual driving by predicting DZ events. Specifically, the core of this system is a modular graph - structure recursive model, which can predict the trajectories of different agents (such as vehicles), consider the dynamic characteristics of agents, and integrate heterogeneous data (such as semantic maps). This GNN - based model helps to predict DZ events, thereby enhancing traffic management decisions. The paper evaluated the performance of the system by using a real - world data set. The experimental results show that the system has high precision and a low false - positive rate (0.1) in predicting DZ events, indicating that this research has made progress in improving the DZ data mining and prediction capabilities in roundabouts and provides a guarantee for the safety of intersections in the era of autonomous driving. In addition, the paper also explores methods of using drone data for precise vehicle tracking, providing a unique bird's - eye view, which is particularly important for detecting and predicting DZ events. However, the paper also points out that there are certain limitations in using drone data, especially in long - term data collection. Nevertheless, modern self - driving cars are usually equipped with advanced sensors (such as LiDAR, radar, and cameras). These sensors can be used to create a comprehensive view of the vehicle's surrounding environment, thereby generating a bird's - eye view similar to that provided by drones. By fusing the data from these sensors, a bird's - eye view similar to that of drones can be achieved, further supporting the detection and prediction of DZ events.