Evaluating Pedestrian Trajectory Prediction Methods with Respect to Autonomous Driving
Nico Uhlemann, Felix Fent, Markus Lienkamp
TL;DR
The paper benchmarks open-source pedestrian trajectory prediction methods on ETH/UCY with a focus on single-trajectory outputs, evaluating accuracy via ADE and FDE, sensitivity to motion-history length, and runtime scalability. It finds that while the constant velocity baseline remains a strong practical option for many dynamic scenes, graph-based models like Trajectron++ and Social-Implicit achieve the best Best-of-N accuracy, with Trajectron++ excelling in single-sample predictions. Reducing the observed history generally degrades performance, though some models gain from longer histories, indicating varying reliance on temporal features. The study provides actionable guidance for autonomous driving applications, suggesting hybrid architectures and explicit intention/semantic cues to handle state changes and static scenarios, and underscores the need for traffic-oriented datasets to better capture real-world driving conditions.
Abstract
In this paper, we assess the state of the art in pedestrian trajectory prediction within the context of generating single trajectories, a critical aspect aligning with the requirements in autonomous systems. The evaluation is conducted on the widely-used ETH/UCY dataset where the Average Displacement Error (ADE) and the Final Displacement Error (FDE) are reported. Alongside this, we perform an ablation study to investigate the impact of the observed motion history on prediction performance. To evaluate the scalability of each approach when confronted with varying amounts of agents, the inference time of each model is measured. Following a quantitative analysis, the resulting predictions are compared in a qualitative manner, giving insight into the strengths and weaknesses of current approaches. The results demonstrate that although a constant velocity model (CVM) provides a good approximation of the overall dynamics in the majority of cases, additional features need to be incorporated to reflect common pedestrian behavior observed. Therefore, this study presents a data-driven analysis with the intent to guide the future development of pedestrian trajectory prediction algorithms.
