LGAICVROAug 14, 2023

Interaction-Aware Personalized Vehicle Trajectory Prediction Using Temporal Graph Neural Networks

arXiv:2308.07439v211 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate trajectory predictions in advanced driver assistance systems and autonomous vehicles by personalizing models to individual drivers, though it is incremental as it builds on existing GCN-LSTM methods.

The paper tackled the problem of vehicle trajectory prediction by incorporating personalized driving patterns, using temporal graph neural networks with transfer learning, resulting in superior performance for longer prediction horizons compared to generic models.

Accurate prediction of vehicle trajectories is vital for advanced driver assistance systems and autonomous vehicles. Existing methods mainly rely on generic trajectory predictions derived from large datasets, overlooking the personalized driving patterns of individual drivers. To address this gap, we propose an approach for interaction-aware personalized vehicle trajectory prediction that incorporates temporal graph neural networks. Our method utilizes Graph Convolution Networks (GCN) and Long Short-Term Memory (LSTM) to model the spatio-temporal interactions between target vehicles and their surrounding traffic. To personalize the predictions, we establish a pipeline that leverages transfer learning: the model is initially pre-trained on a large-scale trajectory dataset and then fine-tuned for each driver using their specific driving data. We employ human-in-the-loop simulation to collect personalized naturalistic driving trajectories and corresponding surrounding vehicle trajectories. Experimental results demonstrate the superior performance of our personalized GCN-LSTM model, particularly for longer prediction horizons, compared to its generic counterpart. Moreover, the personalized model outperforms individual models created without pre-training, emphasizing the significance of pre-training on a large dataset to avoid overfitting. By incorporating personalization, our approach enhances trajectory prediction accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes