MFTraj: Map-Free, Behavior-Driven Trajectory Prediction for Autonomous Driving
Haicheng Liao, Zhenning Li, Chengyue Wang, Huanming Shen, Bonan Wang, Dongping Liao, Guofa Li, Chengzhong Xu
TL;DR
MFTraj addresses map-free trajectory prediction in autonomous driving by leveraging historical trajectories of the target and nearby agents to forecast future paths without HD maps. It introduces a four-module encoder–decoder architecture comprising a behavior-aware module with a VRNN–GRU-based behavioral encoder, a position-aware module with an LSTM-based encoder, an adaptive structure-aware GCN-based interaction module (coupled with Linformer for efficient attention), and a residual decoder to produce the target trajectory over a horizon $t_f$. The approach emphasizes continuous behavioral attributes via centrality-inspired criteria and dynamic graphs to capture spatio-temporal interactions, achieving robustness under substantial data loss while maintaining competitive accuracy and reduced parameter requirements. Evaluations on Argoverse, NGSIM, HighD, and MoCAD show MFTraj outperforms many state-of-the-art baselines in complete and missing-data scenarios, highlighting its potential to reduce map-dependency and data demands in real-world autonomous driving tasks.
Abstract
This paper introduces a trajectory prediction model tailored for autonomous driving, focusing on capturing complex interactions in dynamic traffic scenarios without reliance on high-definition maps. The model, termed MFTraj, harnesses historical trajectory data combined with a novel dynamic geometric graph-based behavior-aware module. At its core, an adaptive structure-aware interactive graph convolutional network captures both positional and behavioral features of road users, preserving spatial-temporal intricacies. Enhanced by a linear attention mechanism, the model achieves computational efficiency and reduced parameter overhead. Evaluations on the Argoverse, NGSIM, HighD, and MoCAD datasets underscore MFTraj's robustness and adaptability, outperforming numerous benchmarks even in data-challenged scenarios without the need for additional information such as HD maps or vectorized maps. Importantly, it maintains competitive performance even in scenarios with substantial missing data, on par with most existing state-of-the-art models. The results and methodology suggest a significant advancement in autonomous driving trajectory prediction, paving the way for safer and more efficient autonomous systems.
