Graph-Based Interaction-Aware Multimodal 2D Vehicle Trajectory Prediction using Diffusion Graph Convolutional Networks

Keshu Wu,Yang Zhou,Haotian Shi,Xiaopeng Li,Bin Ran
DOI: https://doi.org/10.48550/arXiv.2309.01981
2023-09-05
Abstract:Predicting vehicle trajectories is crucial for ensuring automated vehicle operation efficiency and safety, particularly on congested multi-lane highways. In such dynamic environments, a vehicle's motion is determined by its historical behaviors as well as interactions with surrounding vehicles. These intricate interactions arise from unpredictable motion patterns, leading to a wide range of driving behaviors that warrant in-depth investigation. This study presents the Graph-based Interaction-aware Multi-modal Trajectory Prediction (GIMTP) framework, designed to probabilistically predict future vehicle trajectories by effectively capturing these interactions. Within this framework, vehicles' motions are conceptualized as nodes in a time-varying graph, and the traffic interactions are represented by a dynamic adjacency matrix. To holistically capture both spatial and temporal dependencies embedded in this dynamic adjacency matrix, the methodology incorporates the Diffusion Graph Convolutional Network (DGCN), thereby providing a graph embedding of both historical states and future states. Furthermore, we employ a driving intention-specific feature fusion, enabling the adaptive integration of historical and future embeddings for enhanced intention recognition and trajectory prediction. This model gives two-dimensional predictions for each mode of longitudinal and lateral driving behaviors and offers probabilistic future paths with corresponding probabilities, addressing the challenges of complex vehicle interactions and multi-modality of driving behaviors. Validation using real-world trajectory datasets demonstrates the efficiency and potential.
Robotics,Artificial Intelligence,Graphics
What problem does this paper attempt to address?
This paper aims to solve the key problems of efficient and safe operation of autonomous vehicles in complex and dynamic environments such as multi - lane highways, especially the problem of vehicle trajectory prediction. Specifically, the paper focuses on how to effectively capture the complex interactions between vehicles and the impact of these interactions on the future trajectories of vehicles. Since the movement of a vehicle is influenced not only by its historical behavior but also by the behavior patterns and interactions of surrounding vehicles, this problem is challenging. In addition, the multi - modal nature of driving behavior (i.e., there may be multiple different driving behaviors in the same driving situation) also increases the difficulty of prediction. To address these challenges, the paper proposes a graph - based interaction - aware multi - modal trajectory prediction framework (GIMTP), which uses the Diffusion Graph Convolutional Network (DGCN) to probabilistically predict future vehicle trajectories. By modeling the motion state of a vehicle as a node in a time - varying graph and representing traffic interactions as a dynamic adjacency matrix, GIMTP can comprehensively capture spatio - temporal dependencies and provide graph embeddings of historical and future states. Moreover, through feature fusion specific to driving intentions, GIMTP can adaptively integrate historical and future embeddings to enhance the accuracy of intention recognition and trajectory prediction. The model provides two - dimensional predictions for each longitudinal and lateral driving behavior pattern and gives the corresponding probability paths, thus addressing the challenges of complex vehicle interactions and the multi - modality of driving behavior. The main contributions of the paper include: 1. By representing the motion state of a vehicle through a dynamic graph, potential risk factors are comprehensively considered to capture the interactions between vehicles. 2. A future - oriented graph embedding method is proposed, which maps historical motion states to future states, revealing the correlation between the future motion states of neighboring vehicles and the future motion state of the target vehicle. 3. Predictions of longitudinal and lateral driving behaviors are provided in a multi - modal manner, and corresponding probabilities are assigned to relevant potential future trajectories. In summary, through proposing the GIMTP framework, this research not only deepens the understanding of deep - level interactions between vehicles but also makes significant progress in multi - modal trajectory prediction in complex traffic environments.